.main-section {
    /*padding-top: 0;*/
    padding-top: 7rem;
}


.top-plan-banner {
    position: relative;
    overflow: hidden;
    /*margin-top: -96px;*/
    z-index: 1;
}

.top-plan-banner__background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-blend-mode: overlay;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.top-plan-banner__content {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 75px;
    width: 85%;
    line-height: 110px;
    margin-left: 5rem;
    margin-top: 156px;
    margin-bottom: 205px;
    letter-spacing: -0.2rem;
    text-transform: uppercase;
    color: white;
}

.union {
    width: 15px;
    height: 15px;
    margin-right: 9px;
}

.plan__benefits {
    margin-top: 2rem;
    margin-bottom: 5rem;
    text-align: left;
}

.normal__text {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: bold;
    margin-top: -4px
}

.small__text {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.warning__text {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-top: 5rem;
    justify-content: center;
}

.single-pricing {
    height: auto;
}

.pricing_design {
    position: relative;
    margin: 0px 15px;
    text-align: center;
}

.single-pricing__price {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #509BF5;
    display: inline-block;

}

.pricing_wrapper {
    height: 100%;
}

.pricing_design {
    height: 100%;
}

.pricing_design .single-pricing {
    padding: 60px 40px;
    border-radius: 30px;
    box-shadow: 0px 0px 10px 1px rgba(15, 21, 18, 0.26);
    position: relative;
    z-index: 1;
    height: 100%;
}

.pricing_design .single-pricing:before {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 18px 18px 18px 18px;
    border: 1px solid #eee;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}


.price-head h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px !important;
    text-transform: none;
    letter-spacing: 0;

    margin: auto;
    max-width: 95%;
}

.price_btn {
    font-family: 'Open Sans', sans-serif;
    background: #509bf5;
    background-color: #3E85EE !important;
    text-transform: uppercase;
    font-size: 22px;
    border-radius: 30px !important;
    border: 0 !important;
    padding: 10px 40px;
    color: #fff;
    display: inline-block;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 40px;
}

.price_btn:hover {
    color: #fff;
}

.section-title h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 65px;
    text-align: center;
    letter-spacing: -0.2rem;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.center-title {
    display: inline-flex;
    width: 100%;
    justify-content: center;
}

.text-below-plans {
    display: flex;
    width: 100%;
    justify-content: center;
}

@media only screen and (max-width: 1550px) {
    .single-pricing {
        height: 100px;
    }

    .price-head h2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 26px !important;
        margin: 0;
        text-transform: none;
        letter-spacing: 0;
    }

    /*.price-head img {*/
    /*    width: 150px;*/
    /*}*/
    .normal__text {
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        font-weight: bold;
        padding-left: 0.2em;
    }

    .small__text {
        font-size: 14px;
        font-weight: bold;

    }

    .price_btn {
        font-size: 20px;
        padding: 10px 40px;
        color: #fff;
        display: inline-block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 20px;
    }

}

@media only screen and (max-width: 1399px) {
    .pricing_design {
        height: 100%;
    }

    .single-pricing {
        height: 100px;
    }

    .single-pricing__price {
        font-size: 20px;
        line-height: 28px;
    }

    .price-head h2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 20px !important;
        margin: 0;
        text-transform: none;
        letter-spacing: 0;
    }

    .price-head img {
        width: 120px;
    }

    .union {
        width: 10px;
        height: 10px;
        margin-right: 9px;
    }

    .normal__text {
        font-size: 15px;
        font-weight: bold;
        margin-top: 0;
    }

    .small__text {
        font-size: 12px;
        font-weight: bold;
    }

    .price_btn {
        font-size: 12px;
        padding: 10px 40px;
        color: #fff;
        display: inline-block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    /*.single-pricing {*/
    /*    height: 100px;*/
    /*}*/
    .price-head h2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 20px !important;
        margin: 0;
        text-transform: none;
        letter-spacing: 0;
    }

    .price-head img {
        width: 100px;
    }

    .normal__text {
        /*font-size: 10px;*/
        font-weight: bold;
        margin-left: 4px;
        margin-top: 2px;
    }

    .small__text {
        /*font-size: 8px;*/
        font-weight: bold;
        /*margin-left: 4px;*/
    }

    .price_btn {
        font-size: 10px;
        padding: 10px 40px;
        color: #fff;
        display: inline-block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 20px;
    }
}

@media only screen and (max-width: 1100px) {
    .price-head h2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 20px !important;
        margin: 0;
        text-transform: none;
        letter-spacing: 0;
    }

    .price-head img {
        width: 100px;
    }

    .normal__text {
        font-size: 14px;
        font-weight: bold;
    }

    .small__text {
        font-size: 10px;
        font-weight: bold;
        margin-left: 0;
    }

    .price_btn {
        font-size: 14px;
        padding: 10px 20px;
        color: #fff;
        display: inline-block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 20px;
    }
}

@media only screen and (max-width: 990px) {
    .main-section {
        padding-top: 5rem;
    }

    .single-pricing {
        /*height: 100px;*/
        margin-top: 20px;
    }

    .price-head h2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 26px !important;
        margin: 0;
        text-transform: none;
        letter-spacing: 0;
    }

    .price-head img {
        width: 150px;
    }

    .normal__text {
        font-size: 18px;
        font-weight: bold;
    }

    .small__text {
        font-size: 14px;
        font-weight: bold;
        margin-left: 0;
    }

    .price_btn {
        font-size: 16px;
        padding: 10px 40px;
        color: #fff;
        display: inline-block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 40px;
    }
}

@media only screen and (max-width: 770px) {
    /*.single-pricing {*/
    /*    height: 80px;*/
    /*}*/
    .price-head h2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 26px !important;
        margin: 0;
        text-transform: none;
        letter-spacing: 0;
    }

    .price-head img {
        width: 150px;
    }

    .normal__text {
        font-size: 18px;
        font-weight: bold;
        margin-left: -17px;
        margin-top: -2px;
    }

    .small__text:first-child {
        margin-left: -17px;
        display: inline-flex;
    }

    .small__text {
        font-size: 14px;
        font-weight: bold;
        margin-top: -2px;
    }

    .price_btn {
        font-size: 16px;
        padding: 10px 40px;
        color: #fff;
        display: inline-block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 20px;
    }
}

@media only screen and (max-width: 580px) {
    .single-pricing {
        margin: auto;
        margin-bottom: 25px;
        /*height: 100px;*/
        /*width: 300px;*/
    }

    .price-head h2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 26px !important;
        margin: 0;
        text-transform: none;
        letter-spacing: 0;
    }

    .price-head img {
        width: 150px;
    }

    .normal__text {
        font-size: 22px;
        font-weight: bold;
        margin-left: 1px;
    }

    .small__text:first-child {
        margin-left: 0;
    }

    .small__text {
        font-size: 14px;
        margin-left: 1px;
        font-weight: bold;
    }

    .price_btn {
        font-size: 16px;
        padding: 10px 40px;
        color: #fff;
        display: inline-block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 20px;
    }
}

@media only screen and (max-width: 540px) {
    .top-plan-banner__content {
        margin-top: 3rem;
        margin-left: 2rem;
        margin-bottom: 9rem;
        width: 70%;
        font-size: 40px;
        line-height: 45px;
        letter-spacing: 0;
    }

    .section-title {
        display: inline-flex;
        justify-content: center;
    }

    .section-title h2 {
        font-size: 48px !important;
        font-weight: 700;
        line-height: 58px;
        letter-spacing: -0.02em;
        text-align: center;
        width: 80%;
    }

    /*.single-pricing {*/
    /*    width: 400px;*/
    /*}*/
    .price-head h2 {
        font-size: 36px;
    }

    /*.price-head img {*/
    /*    width: 250px;*/
    /*    margin-bottom: 30px;*/
    /*}*/
    .union {
        width: 20px;
        height: 20px;
    }

    .normal__text {
        font-size: 22px;
        margin-top: -5px;
        /*margin-bottom: 30px;*/
        line-height: 1.5;
    }

    .small__text {
        display: block;
        font-size: 14px;
        /*width: 19rem;*/
        line-height: 1.5;

    }

    .warning__text {
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        font-weight: 600;
        line-height: 21px;
        letter-spacing: -0.02em;
        text-align: center;
        width: 80%;
        margin-top: 1.5rem;
    }

    .price-head h2 {
        font-size: 35px !important;
    }

    .price_btn {
        font-size: 18px;
    }
}
