/* Banner General */
.banner-general {
    background-color: #001628;
    padding: 184px 0 0;
    overflow: hidden;
}

.banner-image-secondary .image-wrapper {
    position: relative;
    padding-bottom: calc(400 / 500 * 100%);
    overflow: hidden;
}

.banner-content {
    margin-bottom: 81px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.banner-general .banner-title {
    margin: 0;
    max-width: 950px;

}

.single-solution .banner-general .banner-title {
    width: 65%;
}

.banner-general .banner-description {
    width: 32%;
    max-width: 325px;
}

.banner-images-wrapper {
    display: flex;
    gap: 0;
    align-items: stretch;
}

.banner-image-main {
    flex: 0 0 66%;
    max-width: 65.3%;
    position: relative;
}

.banner-image-secondary {
    flex: 0 0 35%;
    max-width: 34.7%;
    margin-left: auto;
}

.banner-images-wrapper img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100% !important;
}

.back-navigation-wrapper {
    width: 100%;
}

.has-banner-padding section.banner-general {
    padding-top: 0;
}

.has-banner-padding {
    padding-top: 184px;
}

@media (min-width: 768px) {
    .single-solution .banner-content .line-animation {
        display: none;
    }
}

@media (min-width: 1441px) {
    .banner-image-secondary .image-wrapper {
        padding-bottom: 400px;
    }

}

@media (max-width: 1023px) {
    .banner-general {
        padding: 123px 0 0;
    }

    .has-banner-padding {
        padding-top: 123px;
    }
}

@media (max-width: 767px) {
    .banner-images-wrapper {
        display: block;
    }

    .single-solution .banner-general .banner-title {
        width: 100%;
    }

    .single-solution .banner-content .line-animation {
        position: relative;
    }

    .banner-general .banner-title {
        font-size: var(--font-size-heading-1);
        width: 100%;
    }

    .banner-general .banner-description {
        width: 100%;
        max-width: 100%;
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .banner-image-main .image-wrapper {
        padding-bottom: 43%;
    }

    .banner-content {
        margin-bottom: 38px;
    }

    .banner-image-main,
    .banner-image-secondary {
        flex: 0 0 100%;
        max-width: 100%;
    }
}