.detailed-results {
    padding: 80px 0 0;
}

.detailed-results .container {
    max-width: 976px;
}

.detailed-results__title {
    font-size: 80px;
    font-weight: 400;
    line-height: .8;
    margin-bottom: 48px;
}

.detailed-results__text {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.detailed-results__image {
    margin-top: 120px;
    width: 100%;
    height: 100%;
    position: relative;
}

.detailed-results__image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(238, 244, 251, 0.25) -2.62%, #ffffff 96.5%);
}

.detailed-results__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 968px) {
    .detailed-results {
        padding: 40px 0 80px;
    }

    .detailed-results__title {
        font-size: 56px;
        line-height: 1.2;
        margin-bottom: 24px;
    }

    .detailed-results__text {
        font-size: 18px;
    }

    .detailed-results__image {
        display: none;
    }
}