.services-page-hero__text {
    margin: 0;
    color: #4b5563;
    max-width: 536px;
    font-family: Onest;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -3%;
    /* margin-top: 97px; */
    font-family: Onest;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: -1%;
}

.services-page-hero__content {
    padding: 38px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 22px;
}
.services-page-hero__card {
    background-color: #ffffff;
    background-image: url(../img/yslyga-banner2.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    border-radius: 63px;    
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
        height: 463px;
}

.services-page-hero__title {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #111827;
    font-family: Onest;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: -3%;
}

@media (max-width: 768px) {
    .services-page-hero__card {
            background-color: #ffffff;
    background-image: url('../img/banner-yslyga-mobile.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    border-radius: 32px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
    display: grid;
    grid-template-columns: unset;
    height: 100%;
}
.services-page-hero__title {
    font-family: Onest;
font-weight: 600;
font-style: SemiBold;
font-size: 24px;
leading-trim: NONE;
line-height: 110.00000000000001%;
letter-spacing: -3%;

}
}

@media (max-width: 768px) {
  .site-nav__submenu {
    display: block !important;
    position: static !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin-top: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
  }
  
  .site-nav__submenu-item {
    display: block;
    width: 100%;
  }
    .site-nav__submenu-link {
    display: block;
    font-size: 14px;
    color: #4b4f5c;
    white-space: nowrap;
    transition: color 0.15s ease;
    font-family: Onest;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -3%;
            padding-left: 0;
        padding-bottom: 0px;
  }

  /* На мобилке каретку не показываем */
  .site-nav__caret {
    display: none;
  }
}