.home__middle-left {
    max-width: 42.5rem;
}

.home__get-text {
    font-size: 1rem;
    max-width: 18.5rem;
}

.safety .tile__subtitle {
    font-size: 1rem;
    font-weight: 500;
}

.better__subtitle, .better__link {
    font-size: 1rem;
}

.better__link {
    font-weight: 600;
    text-transform: uppercase;
}

.osob-list {
    margin-bottom: 20px;
}

.osob-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.big-text {
    font-weight: 500;
    font-size: 23px;
    display: block;
    margin-bottom: 20px;
    line-height: 120%;
}

.feedback__video-poster {
    border-radius: 50%;
    aspect-ratio: 1 / 1 !important;
}

.osob-list a {
    text-decoration: underline;
}

.osob {
    padding-top: 0px;
    margin-bottom: 0rem;
}

.question__hidden .btn {
    margin-top: 10px;
}


.link-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}

.link-wrap img {
    max-height: 48px;
}

@media (max-width: 998px) {
    .safety .tile__subtitle {
        font-size: .75rem;
    }

    .big-text {
        font-size: 20px;
    }

    .link-wrap {
        gap: 7px;
    }
}
.ecosystem__items_icon_svg{
    width: 80px;
}
.scaling__items_icon {
    width: 80px;
}
.cases__link {
    color: #2761da;
}
.discount-price {
    white-space: nowrap;
}
.discount-amount, .stat-value {
    white-space: nowrap;
}
.discount-price, .stat-label {
    font-size: .85rem;
}
.stages__subtitle {
    font-size: 20px;
    color: #2761da;
    font-weight: 500;
}
@media (max-width: 400px) {
    .form__title {
        margin-bottom: 1.875rem;
        font-size: 25px;
    }
}
.banner{
    background-color: #2d6df3;
}
.tech__img img {
    max-width: 800px;
}