.section-services .services_title {
    color: #000;
    text-align: center;
    font-family: "Noto Sans";
    font-size: var(--Font-Size-Heading-heading-2, 40px);
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.5px;
}

.section-services .services_text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    color: #000000;
    padding-top: 34px;
}

.section-services .service-icon {
    position: relative;
    bottom: 69px;
}

.section-services .service-icon img {
    width: -webkit-fill-available;
    max-width: 255px;
    margin: 0 auto;
}


.section-services .row .service-card {
    background: #F8F8F8;
    border-radius: 20px;
    max-width: 450px;
    min-height: 370px;
    margin: 90px auto 0;
    padding: 0 20px;
}

.section-services .service-title {
    font-size: 20px;
    position: relative;
    bottom: 75px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    font-style: 20px;
}


.section-services .service-list li {
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2024/07/check.svg);
    background-position: left;
    padding-left: 25px;
}

.section-services .service-list {
    position: relative;
    bottom: 75px;
    margin-left: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    font-size: 16px;
    color: #000000;
    margin: 0 auto;
    max-width: 250px;
}