body {
    background: #f8fbfd;
}

.scv-why-wrap {
    width: min(1180px, calc(100% - 44px));
    margin: 0 auto;
}

.scv-why-hero {
    background: linear-gradient(135deg, #eaf6fa 0%, #ffffff 72%);
    padding: 62px 0 52px;
}

.scv-why-hero span,
.scv-why-intro span,
.scv-why-heading span,
.scv-why-contact span {
    display: block;
    color: #0a789d;
    font-family: 'MontserratBold', Arial, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.scv-why-hero h1 {
    max-width: 900px;
    margin: 0;
    color: #132e3a;
    font-family: 'MontserratBold', Arial, sans-serif;
    font-size: 46px;
    line-height: 1.12;
}

.scv-why-hero p,
.scv-why-intro p,
.scv-why-service p {
    max-width: 820px;
    margin: 20px 0 0;
    color: #526b76;
    font-size: 18px;
    line-height: 1.65;
}

.scv-why-intro,
.scv-why-advantages,
.scv-why-service {
    padding: 58px 0;
}

.scv-why-intro {
    background: #fff;
}

.scv-why-intro-grid,
.scv-why-service-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
    gap: 42px;
    align-items: center;
}

.scv-why-intro h2,
.scv-why-heading h2,
.scv-why-service h2,
.scv-why-contact h2 {
    margin: 0;
    color: #173543;
    font-family: 'MontserratBold', Arial, sans-serif;
    font-size: 34px;
    line-height: 1.2;
}

.scv-why-highlight {
    border-left: 5px solid #a8cf19;
    border-radius: 8px;
    background: #edf8fc;
    padding: 26px;
}

.scv-why-highlight strong {
    display: block;
    color: #173543;
    font-family: 'MontserratBold', Arial, sans-serif;
    font-size: 24px;
    line-height: 1.25;
}

.scv-why-highlight p {
    margin-top: 14px;
    font-size: 17px;
}

.scv-why-heading {
    max-width: 760px;
    margin-bottom: 28px;
}

.scv-advantage-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.scv-advantage-grid article {
    background: #fff;
    border: 1px solid #dce9ee;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(18, 65, 83, .06);
    padding: 26px;
}

.scv-advantage-grid i {
    color: #0a8db8;
    font-size: 28px;
}

.scv-advantage-grid h3 {
    margin: 18px 0 10px;
    color: #173543;
    font-family: 'MontserratBold', Arial, sans-serif;
    font-size: 19px;
    line-height: 1.25;
}

.scv-advantage-grid p {
    margin: 0;
    color: #526b76;
    line-height: 1.6;
}

.scv-why-service {
    background: #fff;
}

.scv-why-service ul {
    margin: 0;
    padding: 24px;
    border-radius: 8px;
    background: #f8fbfd;
    border: 1px solid #dce9ee;
}

.scv-why-service li {
    position: relative;
    list-style: none;
    padding-left: 22px;
    margin-top: 12px;
    color: #405f6b;
    line-height: 1.55;
}

.scv-why-service li:first-child {
    margin-top: 0;
}

.scv-why-service li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #a8cf19;
}

.scv-why-contact {
    background: #123849;
    color: #fff;
    padding: 54px 0;
}

.scv-why-contact .scv-why-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.scv-why-contact span,
.scv-why-contact h2 {
    color: #fff;
}

.scv-why-contact a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 46px;
    border-radius: 7px;
    padding: 0 24px;
    background: #a8cf19;
    color: #123849;
    font-family: 'MontserratBold', Arial, sans-serif;
}

.scv-why-contact a:hover,
.scv-why-contact a:focus {
    background: #b9df25;
    color: #123849;
}

@media (max-width: 991px) {
    .scv-why-hero h1 {
        font-size: 36px;
    }

    .scv-why-intro-grid,
    .scv-why-service-grid,
    .scv-advantage-grid {
        grid-template-columns: 1fr;
    }

    .scv-why-contact .scv-why-wrap {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .scv-why-wrap {
        width: calc(100% - 36px);
    }

    .scv-why-hero {
        padding: 46px 0 38px;
    }

    .scv-why-intro,
    .scv-why-advantages,
    .scv-why-service {
        padding: 42px 0;
    }

    .scv-why-intro h2,
    .scv-why-heading h2,
    .scv-why-service h2,
    .scv-why-contact h2 {
        font-size: 28px;
    }
}
