
.about {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1100px;
    width: 90%;
    padding: 4rem 0;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.5rem;
}

.about img {
    display: block;
    width: 48%;
    max-width: 520px;
    height: auto;
    border-radius: 20px;
    -webkit-box-shadow: 0 10px 30px rgba(64,142,198,0.2);
            box-shadow: 0 10px 30px rgba(64,142,198,0.2);
    -o-object-fit: cover;
       object-fit: cover;
}

.about-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 52%;
    position: relative;
    text-align: left;
    padding: 0;
    gap: 1rem;
}

.about-desc h2 {
    font-size: 2.25em;
    line-height: 1.25;
    margin: 0 0 0.5rem;
}

.about-desc p {
    margin: 0;
    line-height: 1.65;
}

.about-desc a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 0.75rem;
}

.services {
    padding: 4rem 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.services h2 {
    text-align: center;
    font-size: 3em;
    text-transform: uppercase;
    margin: 0 0 2.5rem;
    line-height: 1.2;
}

.row {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin: 0 auto 2rem;
    width: 100%;
    max-width: 1100px;
    height: auto;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.service-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: auto;
    min-height: 320px;
    margin: 0 auto;
    border-radius: 12px;
    padding: 2.25rem 1.75rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-shadow: 0 12px 40px rgba(202,220,252,0.6);
            box-shadow: 0 12px 40px rgba(202,220,252,0.6);
    box-sizing: border-box;
}

.service-card h3 {
    font-size: 1.3em;
    margin: 1rem 0 0.75rem;
    line-height: 1.3;
}

.service-card p {
    margin: 0;
    line-height: 1.6;
    font-size: 0.98em;
}

.icon {
    margin-left: auto;
    margin-right: auto;
    width: 48px;
    height: 48px;
    -o-object-fit: contain;
       object-fit: contain;
}

.info {
    width: 100%;
    margin: 3rem 0;
    background-image: url("../../images/middle\ banner.png");
    background-color: white;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 5rem 1.5rem;
}

.info-container {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.5rem;
}

.description {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
}

.description h2 {
    font-size: 2.25em;
    line-height: 1.25;
    margin: 0 0 0.5rem;
    text-align: center;
}

.description p {
    margin: 0;
    line-height: 1.65;
    font-size: 1.05em;
}

.sub-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 3rem;
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
}

.list {
    background-color: white;
    width: 45%;
    max-width: 420px;
    border-radius: 15px;
    -webkit-box-shadow: 0 10px 30px rgba(0,36,107,0.08);
            box-shadow: 0 10px 30px rgba(0,36,107,0.08);
    padding: 2.5rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    box-sizing: border-box;
}

.list h3 {
    text-transform: uppercase;
    font-size: 1.8em;
    margin: 0 0 1.25rem;
    text-align: center;
}

.list ul {
    list-style: none;
    padding-left: 1.25rem;
    margin: 0;
}

.list li {
    position: relative;
    padding: 0.4rem 0;
    line-height: 1.5;
}

.list li::marker {
    content: "\2714\0020\0020";
}

.request {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 55%;
    max-width: 450px;
    margin: 0;
    padding: 1.5rem 1rem;
    text-align: center;
    gap: 1rem;
    box-sizing: border-box;
}

.request a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 0.5rem;
}

.request h3 {
    font-size: 1.6em;
    line-height: 1.3;
    margin: 0;
    text-align: center;
}

.request p {
    margin: 0;
    line-height: 1.6;
}

#reviews {
    padding: 4rem 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

#reviews h3 {
    text-align: center;
    font-size: 3em;
    text-transform: uppercase;
    margin: 0 0 2.5rem;
    line-height: 1.2;
}

#reviews .row {
    height: auto;
    margin: 0 auto;
}

.review-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 280px;
    margin: 0 auto;
    border-radius: 12px;
    padding: 2.25rem 1.75rem;
    -webkit-box-shadow: 0 12px 40px rgba(202,220,252,0.6);
            box-shadow: 0 12px 40px rgba(202,220,252,0.6);
    box-sizing: border-box;
    gap: 1.25rem;
    text-align: left;
}

.review-card p:first-child {
    margin: 0;
    font-size: 1.05em;
    line-height: 1.4;
}

.review-card p:last-child {
    margin: 0;
    line-height: 1.65;
    font-size: 0.95em;
}

@media only screen and (max-width: 1024px) {
    .row, #reviews .row {
        grid-template-columns: 1fr;
        max-width: 550px;
        gap: 1.75rem;
    }

    .about {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 90%;
        text-align: center;
        gap: 2.5rem;
        padding: 3rem 0;
    }

    .about img {
        width: 80%;
        max-width: 550px;
        margin: 0 auto;
    }

    .about-desc {
        width: 100%;
        text-align: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 0;
    }

    .about-desc a {
        margin: 1rem auto 0;
    }

    .sub-description {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 2.5rem;
    }

    .list {
        width: 100%;
        max-width: 500px;
    }

    .request {
        width: 100%;
        max-width: 500px;
    }
}

@media only screen and (max-width: 768px) {
    .about {
        padding: 2rem 0;
    }

    .about img {
        width: 100%;
        border-radius: 15px;
    }

    .services, #reviews {
        padding: 3rem 1rem;
    }

    .services h2, #reviews h3 {
        font-size: 2.4em;
        margin-bottom: 1.75rem;
    }

    .info {
        text-align: center;
        margin: 2rem 0;
        padding: 3.5rem 1rem;
        background-image: url("../../images/mobile\ middle\ banner.png");
    }

    .info-container {
        width: 95%;
        gap: 2.5rem;
    }

    .description h2 {
        font-size: 1.85em;
    }

    .list {
        padding: 2rem 1.5rem;
        line-height: 1.5em;
        text-align: left;
    }

    .list h3 {
        font-size: 1.5em;
        margin-bottom: 1rem;
    }

    .list ul {
        padding-left: 1.5rem;
    }
}

@media only screen and (max-width: 480px) {
    .services h2, #reviews h3 {
        font-size: 2em;
    }

    .service-card, .review-card {
        padding: 1.75rem 1.25rem;
        min-height: auto;
    }

    .description h2 {
        font-size: 1.6em;
    }

    .about-desc h2 {
        font-size: 1.75em;
    }
}