
.banner-section-two{
    background: linear-gradient(180deg, #0C1C2A 0%, #1B374F 100%);
    padding: 80px 0;
    overflow: hidden;
}

.banner-section-two .row{
    align-items: center;
}

.banner-section-two .content-box{
    max-width: 100%;
}

.banner-section-two .head-font{
    font-size: 72px;
    line-height: 1.1;
    font-weight: 700;
    color: #fff !important;
    margin-bottom: 25px;
}

.banner-section-two .head-font span{
    color: var(--theme);
}

.banner-section-two h3{
    font-size: 30px;
    line-height: 1.4;
    color: #fff;
    font-weight: 400;
    margin-bottom: 35px;
    max-width: 100%;
}

.banner-section-two .banner-desc{
        margin-top: 60px;
    font-size: 20px;
    line-height: 31px;
    color: #fff5e8;
    max-width: 100%;
}

.banner-section-two .btn-box{
    margin-top: 15px;
}

.banner-section-two .banner-image{
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-section-two .banner-image img {
    width: 100%;
    max-width: 544px;
    border-radius: 24px;
    display: block;
    object-fit: cover;
}

.prevention-section {
    background: #f6f6f6;
}

.prevention-img {
    position: relative;
    overflow: visible;
}

.prevention-image-wrap {
    border-radius: 30px;
    overflow: hidden;
}

.prevention-image-wrap img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.prevention-badge {
    position: absolute;
    bottom: 40px;
    right: -20px;
    z-index: 10;

    background: #D5A55A;
    color: #fff;
    padding: 18px 24px;
    border: 4px solid #fff;
    border-radius: 18px;
    max-width: 340px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.prevention-badge h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #fff;
}

.prevention-badge p {
    margin: 0;
    font-size: 16px !important;
    color: #fff;
}

.prevention-content {
    padding-left: 45px;
}

.section-tag {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.section-tag span {
    width: 60px;
    height: 2px;
    background: #d5a55a;
    display: block;
}

.section-tag p {
    margin: 0;
    font-size: 16px;
    letter-spacing: 4px;
    color: #d5a55a;
    font-weight: 600;
}

.prevention-content h2 {
    font-size: 36px !important;
    line-height: 48px;
    font-weight: 600;
    color: #0C1C2A;
    margin-bottom: 15px;
}

.prevention-content p {
    font-size: 18px !important;
    line-height: 28px !important;
    color: #000;
    margin-bottom: 20px;
}

.feature-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 22px;
    margin-top: 40px;
}

.feature-item {
    background: #ece2d2;
    border-radius: 50px;
    padding: 18px 28px;
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 22px;
    color: #222;
    font-weight: 500;
}

.feature-item i {
    color: #0d2239;
    font-size: 28px;
}

.why-practitioner-sec {
    background: #f3eadb;
}

.section-title h2 {
    font-size: 64px;
    font-weight: 700;
    color: #0c2038;
    margin-bottom: 15px;
    line-height: 1.2;
}

/* Featured Card */

.featured-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
}

.featured-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgb(12, 28, 42), rgb(41 96 144 / 60%));
}

.featured-overlay {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 35px;
    z-index: 2;
}

.featured-overlay h3 {
    color: #fff;
    font-size: 20px;
    line-height: 29px;
    font-weight: 500;
    margin: 0;
}

.featured-overlay span {
    color: #E2AE69;
}

/* Cards */

.why-card {
    background: #fff;
    border-radius: 24px;
    padding: 32px;
    height: 100%;
    transition: 0.3s;
}

.why-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.icon-box {
    width: 82px;
    height: 82px;
    border-radius: 18px;
    background: #E2AE69;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
}

.icon-box img {
    width: 42px;
}

.why-card h4 {
    font-size: 21px;
    font-weight: 500;
    color: var(--primary-dark);
    line-height: 28px;
    margin-bottom: 13px;
    font-family: "Graphik", serif;
}

.why-card p {
    margin: 0;
    font-size: 18px !important;
    line-height: 30px !important;
    color: #000;
}

.comparison-section {
    background: #f5f5f5;
}

.comparison-heading {
    margin-bottom: 60px;
}

.comparison-heading h2 {
    font-size: 64px;
    font-weight: 700;
    color: #071b30;
    margin: 0;
    line-height: 1.2;
}

/* Table */

.comparison-table {
    border-radius: 24px;
    overflow: hidden;
}

/* Header */

.comparison-header {
    display: flex;
}

.comparison-header .comparison-col {
    width: 100%;
    padding: 14px 33px;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

.traditional-head {
    background: #031c33;
}

.hwp-head {
    background: #E2AE69;
}

/* Rows */

.comparison-row {
    display: flex;
}

.comparison-col {
    width: 100%;
    padding: 18px 24px;
    display: flex;
    gap: 18px;
    font-size: 18px;
    line-height: 28px;
    flex-direction: row;
    align-items: center;
    font-weight: 400;
    font-family: "Graphik", serif;
}

.left-col {
    background: #e7e7e7;
    border-bottom: 2px solid #f5f5f5;
}

.right-col {
    background: #f2e7d4;
    border-bottom: 2px solid #f5f5f5;
}

/* Icons */

.icon {
    width: 26px;
    height: 26px;
    min-width: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cross {
    background: #cfd5dd;
    color: #031c33;
}

.check {
    background: #E2AE69;
    color: #fff;
}

.icon i {
    font-size: 16px;
}

.patient-section {
    position: relative;
    background: url('../images/patients.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.patient-heading {
    position: relative;
    z-index: 2;
    margin-bottom: 55px;
}

.patient-heading h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 18px;
    line-height: 1.2;
}

.patient-heading p {
    color: white;
    font-size: 18px;
    margin: 0;
}

/* Cards */

.patient-card {
    position: relative;
    z-index: 2;
    background: #1B374F;
    border: 1px solid rgb(255 255 255 / 20%);
    border-radius: 16px;
    padding: 30px;
    height: 100%;
    transition: .3s;
}

.patient-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255,255,255,.2);
    box-shadow: 0 15px 35px rgba(0,0,0,.2);
}

.patient-card h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 24px;
}

/* Pills */

.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.tag-list span {
    display: inline-flex;
    align-items: center;
    padding: 12px 18px;
    background: rgb(245 233 216 / 9%);
    border: 1px solid rgb(255 255 255 / 7%);
    border-radius: 40px;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    transition: .3s;
}

.tag-list span:hover {
    background: rgba(255,255,255,.14);
}

.governance-section {
    background: linear-gradient(to top, #FFF1DF, #FFFFFF);
}

/* Section Tag */

.section-tag {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}

.section-tag span {
    width: 48px;
    height: 2px;
    background: #d9a75d;
}

.section-tag p {
    margin: 0;
    color: #d9a75d;
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: 600;
}

/* Left Content */

.governance-content h2 {
    font-size: 52px;
    font-weight: 700;
    color: #091d32;
    line-height: 1.15;
    margin-bottom: 30px;
}

.governance-content p {
    margin: 0;
    font-size: 18px !important;
    line-height: 27px !important;
    color: #000;
    margin-bottom: 10px;
}

/* Checklist */

.governance-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 18px;
}

.governance-item {
    background: #e8e5e1;
    border-radius: 40px;
    padding: 16px 22px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 17px;
    color: #222;
}

.governance-item i {
    color: #091d32;
    font-size: 22px;
}

/* Bottom Heading */

.service-heading {
    margin: 60px 0 40px;
}

.service-heading h2 {
    font-size: 54px;
    color: #091d32;
    font-weight: 700;
    margin-bottom: 18px;
}

.service-heading p {
    margin: 0;
    font-size: 18px !important;
    line-height: 27px !important;
    color: #000;
}

/* Cards */

.service-card {
    background: #fff;
    border-radius: 20px;
    padding: 35px 28px;
    height: 100%;
    transition: .3s;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,.08);
}

.service-icon {
    margin-bottom: 28px;
}

.service-icon img {
    width: 55px;
}

.service-card h4 {
    font-size: 20px;
    color: var(--primary-dark);
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 10px;
}

.service-card p {
    margin: 0;
    font-size: 18px !important;
    line-height: 27px !important;
    color: #000;
}

/* 5 Columns */
@media (min-width: 992px) {
    .col-lg-2-4 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.outcomes-section {
    position: relative;
    background: url('../images/patients.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

/* Heading */

.outcomes-heading {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}

.outcomes-heading h2 {
    color: #fff;
    font-size: 62px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.2;
}

.outcomes-heading p {
    margin: 0;
    font-size: 18px !important;
    line-height: 27px !important;
    color: #fff;
}

/* Cards */

.outcome-card {
    position: relative;
    z-index: 2;
    background: #1B374F;
    border-radius: 12px;
    padding: 24px;
    min-height: 200px;
    transition: .35s;
    display: flex;
    flex-direction: column;
    border: 1px solid #1b374f00;
    cursor: pointer;
}

.outcome-card:hover {
    background: #1b374f6b;
    border: 1px solid var(--theme);
}

.active-card {
    border: 1.5px solid #d9a75d;
}

.outcome-card img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    margin-bottom: 20px;
}

.outcome-card h4 {
    font-weight: 400;
    margin: 0;
    font-size: 18px !important;
    line-height: 27px !important;
    color: #fff;
}

.partner-section .prevention-content p {
    font-size: 18px !important;
    line-height: 27px !important;
    color: #000;
    margin-bottom: 10px;
}

.partner-section .governance-item {
    background: transparent;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    font-size: 18px !important;
    line-height: 27px !important;
    color: #000;
    font-weight: 400;
}

.implementation-section {
    background: #f8f8f8;
}

/* Heading */

.implementation-heading {
    margin-bottom: 80px;
}

.section-tag {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.section-tag span {
    width: 48px;
    height: 2px;
    background: #d8a75c;
}

.section-tag p {
    margin: 0;
    color: #d8a75c;
    font-size: 16px;
    letter-spacing: 4px;
    font-weight: 600;
}

.implementation-heading h2 {
    font-size: 62px;
    font-weight: 700;
    color: #0b1d31;
    margin: 0;
    line-height: 1.2;
}

/* Timeline */

.implementation-timeline {
    position: relative;
}

.timeline-line {
    position: absolute;
    top: 38px;
    left: 14.5%;
    width: 75%;
    height: 2px;
    z-index: 0;
    background: repeating-linear-gradient(
        to right,
        #d9d9d9 0 12px,
        transparent 8px 18px
    );
}

/* Item */

.timeline-item {
    text-align: center;
    position: relative;
    z-index: 2;
}

.timeline-circle {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
}

.timeline-circle.gold {
    background: #d8a75c;
}

.timeline-circle.navy {
    background: #041d34;
}

.timeline-item h3 {
    font-size: 24px;
    font-weight: 500;
    color: var(--primary-dark);
    margin-bottom: 10px;
    line-height: 1.3;
}

.timeline-item p {
    font-size: 18px ;
    line-height: 27px ;
    color: #000;
    max-width: 300px;
    margin: 0 auto;
}

.cta-section {
    background: var(--theme);
    padding: 50px 0;
}

.cta-content {
    max-width: 950px;
    margin: 0 auto;
}

.section-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 30px;
}

.section-tag span {
    width: 50px;
    height: 2px;
    background: var(--theme);
}

.section-tag p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 4px;
    color: var(--theme);
}

.cta-section .section-tag span {
    width: 50px;
    height: 2px;
    background: var(--primary-dark);
}

.cta-section .section-tag p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 4px;
    color: var(--primary-dark);
}

.cta-content h2 {
    color: #0C1C2A;
    margin-bottom: 15px;
}

.cta-text {
    font-size: 20px;
    line-height: 1.7;
    color: #000;
    margin-bottom: 20px;
}

.cta-section .theme-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0C1C2A;
    color: #fff;
    padding: 11px 24px;
    border-radius: 14px;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #0C1C2A;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-section .theme-btn:hover {
    color: var(--white);
    background: #0c1c2a4d;
    border: 1px solid #0C1C2A;
    box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, .09);
}

.cta-btn {
    margin-bottom: 20px;
}

.cta-bottom-text {
    font-size: 22px;
    color: #20344d;
    line-height: 1.6;
    margin: 0;
}

.bl-lt-bg {
    background: #F0F8FF;
    border-radius: 6px;
}

.min-title {
    font-weight: 800;
    font-size: 16px;
    text-transform: capitalize;
    padding-bottom: 20px;
    margin-bottom: 0;
}
.footer input {
    height: 50px !important;
}
input.form-control {
    padding: 1rem 0.75rem;
    color: #000000 !important;
    font-size: 16px;
    font-weight: 500;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.575rem 0.75rem;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    border-radius: 3px;
}

.bl-bg {
    background: url('../images/bl-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.footer .cont-i p a img {
    filter: invert(1);
}

.cont-i p a img {
    margin-right: 5px;
    max-width: 20px;
}

.footer .cont-i p a {
    display: flex;
    align-items: center;
}

.text-start.cont-i a {
    margin-bottom: 0;
}

.cont-i p a {
    color: #df893d;
    margin-right: 10px;
    text-decoration: none;
    font-weight: 400;
}

.m-t-20 {
    margin-top: 20px;
}

.f-wt{
    font-size: 16px;
}

.social-wrapper a {
    display: flex !important;
    margin-bottom: 5px;
    align-items: center;
    gap: 5px;
}

.p-20 {
    padding: 20px;
}

.comparison-table {
    display: flex;
}

.comparison-column {
    width: 50%;
}

.form-btn .theme-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0C1C2A;
    color: #fff;
    padding: 11px 24px;
    border-radius: 14px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.partner-section .btn-style-three:hover {
    color: var(--primary-dark);
    background: #d5b17b21;
    border: 1px solid var(--theme);
    box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, .09);
}

.outcome-card svg {
    color: #fff;
    margin-bottom: 20px;
    transition: color 0.3s ease;
}

.outcome-card:hover svg {
    color: #E2AE69; /* Gold */
}

/* Responsive */

@media (max-width:1200px){

    .patient-heading h2{
        font-size:46px;
    }

    .patient-card h3{
        font-size:30px;
    }

    .governance-content h2,
    .service-heading h2{
        font-size:44px;
    }

    .service-card h4{
        font-size:24px;
    }

    .outcomes-heading h2{
        font-size:48px;
    }

    .outcome-card h4{
        font-size:22px;
    }

}

@media (max-width: 1399px) {

    .section-title h2 {
        font-size: 52px;
    }

}

@media (max-width: 1199px) {

    .prevention-content h2 {
        font-size: 46px;
    }

    .feature-item {
        font-size: 18px;
    }

    .prevention-content {
        padding-left: 20px;
    }

    .prevention-badge h4 {
        font-size: 32px;
    }

    .section-title h2 {
        font-size: 46px;
    }

    .featured-card {
        min-height: 420px;
    }

    .comparison-heading h2 {
        font-size: 48px;
    }

    .comparison-header .comparison-col {
        font-size: 24px;
    }

    .comparison-col {
        font-size: 18px;
    }

    .implementation-heading h2 {
        font-size: 48px;
    }

    .timeline-item h3 {
        font-size: 30px;
    }

    .cta-content h2 {
        font-size: 48px;
    }

    .cta-text,
    .cta-bottom-text {
        font-size: 20px;
    }

    .theme-btn {
        font-size: 20px;
    }

}

@media (max-width: 991px) {

    .prevention-content {
        padding-left: 0;
        margin-top: 50px;
    }

    .feature-list {
        grid-template-columns: 1fr;
    }

    .prevention-content h2 {
        font-size: 38px;
    }

    .prevention-badge {
        right: 20px;
        bottom: 20px;
        max-width: 280px;
    }

    .prevention-badge h4 {
        font-size: 28px;
    }

    .section-title h2 {
        font-size: 38px;
    }

    .featured-card {
        min-height: 380px;
    }

    .featured-overlay h3 {
        font-size: 22px;
    }

    .comparison-heading h2 {
        font-size: 38px;
    }

    .comparison-header .comparison-col {
        font-size: 22px;
        padding: 22px;
    }

    .comparison-col {
        padding: 22px;
        font-size: 17px;
    }

    .patient-heading h2{
        font-size:38px;
    }

    .patient-heading p{
        font-size:18px;
    }

    .patient-card{
        padding:25px;
    }

    .patient-card h3{
        font-size:28px;
    }
     .governance-content{
        margin-bottom:40px;
    }

    .governance-list{
        grid-template-columns:1fr;
    }

    .governance-content h2,
    .service-heading h2{
        font-size:36px;
    }

    .service-heading{
        margin:70px 0 40px;
    }

    .outcomes-heading{
        margin-bottom:50px;
    }

    .outcomes-heading h2{
        font-size:40px;
    }

    .outcomes-heading p{
        font-size:18px;
    }

    .outcome-card{
        min-height:220px;
    }

    .implementation-heading {
        margin-bottom: 50px;
    }

    .implementation-heading h2 {
        font-size: 40px;
    }

    .timeline-line {
        display: none;
    }

    .timeline-item {
        margin-bottom: 45px;
    }

    .timeline-item h3 {
        font-size: 28px;
    }

    .cta-section {
        padding: 80px 0;
    }

    .cta-content h2 {
        font-size: 40px;
    }

    .cta-text,
    .cta-bottom-text {
        font-size: 18px;
    }

    .theme-btn {
        padding: 16px 32px;
        font-size: 18px;
    }

}

@media only screen and (max-width:767px) {
    .banner-section-two {
        padding: 20px 0;
    }
    .banner-section-two .banner-desc {
        margin-top: 0;
        font-size: 19px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .section-title h2 {
        font-size: 30px;
    }

    .why-card {
        padding: 25px;
    }

    .why-card h4 {
        font-size: 22px;
    }

    .why-card p {
        font-size: 16px;
    }

    .featured-overlay {
        left: 20px;
        right: 20px;
        bottom: 20px;
    }

    .featured-overlay h3 {
        font-size: 20px;
    }

    .prevention-content h2 {
        font-size: 28px !important;
        margin-bottom: 16px;
        line-height: 39px;
    }

    .prevention-content p {
        font-size: 18px !important;
        line-height: 27px !important;
        color: #000;
        margin-bottom: 10px;
    }

    .feature-item {
        font-size: 16px;
        padding: 15px 20px;
    }

    .section-tag p {
        letter-spacing: 2px;
        font-size: 14px;
    }

    .prevention-badge {
        position: absolute;
        right: 10px;
        bottom: -26px;
        margin-top: 20px;
        max-width: 100%;
    }

    .comparison-heading {
        margin-bottom: 35px;
    }

    .comparison-heading h2 {
        font-size: 30px;
    }

    .comparison-header,
    .comparison-row {
        flex-direction: column;
    }

    .comparison-header .comparison-col,
    .comparison-col {
        width: 100%;
    }

    .comparison-header .comparison-col {
        font-size: 22px;
    }

     .comparison-table {
        display: block;
    }

    .comparison-column {
        width: 100%;
    }

    .comparison-col {
        font-size: 16px;
        padding: 18px;
    }

    .patient-heading{
        margin-bottom:40px;
    }

    .patient-heading h2{
        font-size:30px;
    }

    .patient-heading p{
        font-size:16px;
    }

    .patient-card{
        padding:20px;
    }

    .patient-card h3{
        font-size:24px;
    }

    .tag-list span{
        font-size:14px;
        padding:10px 14px;
    }

    .governance-content h2,
    .service-heading h2{
        font-size:30px;
    }

    .governance-content p,
    .service-heading p{
        font-size:16px;
    }

    .governance-item{
        font-size:15px;
        padding:14px 18px;
    }

    .service-card{
        padding:25px;
    }

    .service-card h4{
        font-size:22px;
    }

    .service-card p{
        font-size:15px;
    }

    .outcomes-heading h2{
        font-size:30px;
    }

    .outcomes-heading p{
        font-size:16px;
    }

    .outcome-card{
        min-height:auto;
        padding:25px;
    }

    .outcome-card img{
        width:46px;
        margin-bottom:20px;
    }

    .outcome-card h4{
        font-size:20px;
    }

    .implementation-heading h2 {
        font-size: 30px;
    }

    .section-tag p {
        font-size: 13px;
        letter-spacing: 2px;
    }

    .timeline-circle {
        width: 70px;
        height: 70px;
        font-size: 34px;
    }

    .timeline-item h3 {
        font-size: 24px;
    }

    .timeline-item p {
        font-size: 16px;
    }

    .cta-section {
        padding: 60px 0;
    }

    .section-tag p {
        font-size: 13px;
        letter-spacing: 2px;
    }

    .cta-content h2 {
        font-size: 30px;
    }

    .cta-text,
    .cta-bottom-text {
        font-size: 16px;
    }

    .cta-section .theme-btn {
        width: 100%;
        max-width: 320px;
        padding: 15px 20px;
        font-size: 16px;
    }

    .cta-btn {
        margin-bottom: 35px;
    }
}