.services-banner-main {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
}
.services-banner-main:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(11, 13, 32, 0.4);
}
.services-banner-main__content {
    height: var(--app-height);
    min-height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.services-banner-main__title {
    color: rgba(255, 255, 255, 1);
    font-size: 112px;
    text-align: center;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -3px;
}
.services-banner-main__desc {
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    text-align: center;
    width: 550px;
    margin: 40px 0;
}
.services-banner-main__info {
    color: rgba(255, 255, 255, 1);
    margin-top: 60px;
}
.services-banner-main__info a {
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
}
.services-section {
    margin: 94px 0;
}
.services-section__title {
    font-size: 32px;
    color: rgba(0, 0, 0, 1);
    font-family: 'Poppins', sans-serif;
    letter-spacing: -0.9px;
}
.services-section__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    position: relative;
    margin-top: 45px;
}
.services-section__item {
    background: rgba(255, 255, 255, 1);
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.05);
}
.services-section__photo {
    width: 100%;
    height: 318px;
}
.services-section__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services-section__c {
    padding: 40px;
}
.services-section__name {
    color: rgba(0, 0, 0, 1);
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
}

.services-section__info {
    padding: 12px 0;
}
.services-section__info p {
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
}
.services-section__info ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.services-section__info ul li {
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    position: relative;
    padding-left: 21px;
}
.services-section__info ul li:before {
    content: "";
    position: absolute;
    left: 8px;
    background-color: rgba(0, 0, 0, 0.7);
    width: 3px;
    height: 3px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}
.services-steps {
    margin: 90px 0;
}
.services-steps__title {
    color: rgba(0, 0, 0, 1);
    font-size: 38px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1px;
}
.services-steps__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    position: relative;
    margin-top: 45px;
}
.services-steps__item {
    background: rgba(255, 255, 255, 1);
    border-radius: 2px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.05);
    padding: 40px;
}
.services-steps__icon {
    width: 140px;
    height: 140px;
    background-color: rgba(0, 35, 143, 1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, 1);
    font-size: 64px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    background-size: contain;
    background-repeat: no-repeat;
}
.services-steps__icon.right {
    background-position: right;
}
.services-steps__name {
    color: rgba(0, 0, 0, 1);
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    margin-top: 40px;
    line-height: 1.2;
}
.services-steps__text {
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    margin-top: 18px;
}
.info-services__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 42px;
    margin: 98px 0;
}
.info-services__text a {
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
}

@media (max-width: 1230px) {
    .services-banner-main__title {
        font-size: 80px;
    }
    .services-section__c,
    .services-steps__item {
        padding: 20px;
    }
}
@media (max-width: 980px) {
    .services-section__list,
    .services-steps__list {
        margin-top: 20px;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 810px) {
    .services-banner-main__title {
        font-size: 50px;
        letter-spacing: 0;
    }
    .services-banner-main__desc {
        width: 80%;
    }
}
@media (max-width: 575px) {
    .services-banner-main {
        height: calc(100vh - 100px);
    }
    .services-banner-main__btn {
        width: 100%;
    }
    .services-banner-main__title {
        font-size: 28px;
    }
    .services-banner-main__desc {
        font-size: 15px;
        width: 100%;
    }
    .services-section__list, .services-steps__list {
        margin-top: 20px;
        grid-template-columns: repeat(1, 1fr);
    }
    .promo-cards__names,
    .services-steps__title,
    .services-section__title {
        width: 94%;
        font-size: 32px;
        letter-spacing: -1px;
        text-align: center;
        margin: 0 auto 16px;
    }
    .info-services__btn {
        width: 100%;
    }
    .services-steps,
    .services-section,
    .brands-info-text {
        margin: 60px 0;
    }
    .info-services__content {
        gap: 22px;
        margin: 60px 0;
    }
    .services-banner-main__info,
    .info-services__text {
        text-align: center;
    }
    .info-services__text a,
    .services-banner-main__info a {
        display: block;
    }
}