.content-fixed-image {
    position: relative;
    padding: 90px 0;
}
.page-title + .content-fixed-image {
    padding-top: 68px; padding-top: 40px !important;
}
.content-fixed-image .small-wrapper {
    max-width: 1687px;
}
.content-fixed-image .content-fixed-image__inner .content-fixed-image__image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 22.6%;
    height: 100%;
    z-index: 0;
    display: flex;
    align-items: center;
}
.content-fixed-image .content-fixed-image__inner .content-fixed-image__image img {
    max-height: 100%;
}
.content-fixed-image .content-fixed-image__inner.content-fixed-image__inner--left .content-fixed-image__image {
    left: 0;
}
.content-fixed-image .content-fixed-image__inner.content-fixed-image__inner--right .content-fixed-image__image {
    right: 0;
}
.content-fixed-image .content-fixed-image__inner .content-fixed-image__content {
    max-width: 67.4%;
    position: relative;
    z-index: 2;
}
.content-fixed-image .content-fixed-image__inner.content-fixed-image__inner--left .content-fixed-image__content {
    margin-left: auto;
}
.content-fixed-image .content-fixed-image__inner .content-fixed-image__content .content-fixed-image__title {
    font-size: clamp(28px, 3.8vw, 54px);
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 80px;
    margin-bottom: 30px;
}
.content-fixed-image
    .content-fixed-image__inner
    .content-fixed-image__content
    .content-fixed-image__description
    > *:last-child {
    margin-bottom: 0 !important;
}

@media screen and (max-width: 1440px) {
    .content-fixed-image {
        padding: 70px 0 !important;
    }
}

@media screen and (max-width: 1360px) {
    .content-fixed-image .content-fixed-image__inner .content-fixed-image__content {
        max-width: 75%;
    }
    .page-title + .content-fixed-image {
        padding-top: 25px !important;
    }
}

@media screen and (max-width: 1024px) {
    .content-fixed-image {
        padding: 50px 0 !important;
    }
    .content-fixed-image .content-fixed-image__inner .content-fixed-image__content .content-fixed-image__title {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .content-fixed-image {
        padding: 25px 0 !important;
    }
    .content-fixed-image .content-fixed-image__inner .content-fixed-image__image {
        opacity: 0.3;
    }
    .content-fixed-image .content-fixed-image__inner .content-fixed-image__content {
        max-width: 100%;
    }
}

/*
@media screen and (min-width: 1200px) {
    .content-fixed-image.content-fixed-image--industry
        .content-fixed-image__inner
        .content-fixed-image__content
        .content-fixed-image__title {
        margin-bottom: 47px;
    }
}*/

@media screen and (min-width: 1441px) {
    .content-fixed-image.content-fixed-image--industry {
        padding: 150px 0;
    }
    .content-fixed-image.content-fixed-image--industry:last-of-type {
        padding: 30px 0 389px;
    }
    .content-fixed-image.content-fixed-image--industry .content-fixed-image__inner .content-fixed-image__image {
        height: auto;
    }
    .content-fixed-image.content-fixed-image--industry:last-of-type
        .content-fixed-image__inner
        .content-fixed-image__image {
        height: 100%;
        margin-top: -100px;
    }
    .content-fixed-image.content-fixed-image--industry
        .content-fixed-image__inner.content-fixed-image__inner--left
        .content-fixed-image__content {
        margin-right: 70px;
    }
}
