.priority-container{
    width: 75%;
    max-width: 1550px;
    margin: 40px auto 34px auto;
    color: black;
}
#pSupport-heading{
    font-weight: bold;
    color: #c97c00;
    border-bottom: 1px solid #0000006e;
    padding-bottom: 5px;
}
.priority-banner{
    margin: 34px auto 0 auto;
    background-color: #e2efff;
    padding: 32px;
    display: flex;
    flex-flow: row;
    font-size: 20px;
    font-weight: 500;
}
.priority-banner h3{
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
}
.pSupportPrice span{
    color: green;
}
.pSupportBtn{
    padding: 12px 24px;
    background-color: #1474e4;
    color: white;
    width: fit-content;
    border-radius: 5px;
}
.priority-content {
    margin: 60px auto;
    padding: 0 20px;
}
.priority-content h3{
    border-bottom: 1px solid #0000006e;
    padding-bottom: 5px;
    font-size: 28px;
    font-weight: 600;
    opacity: 0.9;
}
.priority-content table{
    margin-top: 20px;
    font-size: 20px;
}
.row-head{
    vertical-align: top;
    width: 377px;
    padding-bottom: 10px;
}
.row-content{
    font-size: 18px;
}

.bottom-banner{
    background-color: #e2efff;
    padding: 3% 0;
    text-align: center;
}
.bottom-banner h3{
    font-weight: bold;
    color: black;
    font-size: 35px;
}
.priority-container a, .bottom-banner a{
    text-decoration: none;
}
.pSupportBtn img{
    height: 17px;
}
.pSupportImage{
    margin-right: 42px;
}
.pSupportImage img{
    height: 200px;
}
.banner-content{
    padding-right: 164px;
}
.pSupport-tableRow{
    display: flex;
    flex-flow: column;
    margin-bottom: 40px;
}
.pSupportBuyNowBlock{
    display: flex;
    justify-content: left;
    justify-items: center;
}
.bottom-banner .pSupportBuyNowBlock{
    justify-content: center;
}
.pSupportPrice{
    display: table-cell;
    vertical-align: middle;
    margin: auto 24px auto 0;
}

@media only screen and (max-width: 920px){
    #pSupport-heading{
        margin-bottom: 0;
        padding-bottom: 20px;
    }
    .priority-banner{
        margin-top: 0;
        margin-bottom: 36px !important;
        flex-flow: column;
        padding: 24px 10px 0 10px;

    }
    .banner-content{
        padding: 10px 10px;
        text-align: center;
    }
    .priority-container{
        width: 100%;
        margin-top: 50px;
    }
    .pSupport-tableRow{
        display: flex;
        flex-flow: column;
        margin-bottom: 24px;
    }
    .row-head{
        width: auto;
        padding-bottom: 8px;
    }
    .pSupportImage{
        margin: auto;
        text-align: center;
    }
    #pSupport-heading{
        text-align: center;
    }
    .bottom-banner{
        padding: 3% 10px;
        padding-top: 29px;
        margin-bottom: 12px;
    }
    .pSupportBuyNowBlock{
        flex-flow: column;
    }
    .bottom-banner .pSupportBuyNowBlock{
        align-items: center;
    }
    .pSupportPrice{
        margin: 0 0 10px 0;
    }
    .pSupportBtn{
        width: 100%;
        text-align: center;
    }
    .pSupportBuyBtn{
        width: 100%;
        margin-bottom: 44px;
    }
    #purchaseTodayHeading{
        margin-bottom: 34px;
    }
    .priority-content h3{
        padding-bottom: 16px;
    }
    
    body{
        margin-bottom: 0px;
    }
    .footer{
        position: absolute;
    }
}
