.banner-modular-3 {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    padding: 6rem 0;
    background-color: #f4f6f9;
}
.banner-modular-3 .content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100rem;
    gap: 6rem;
}
.banner-modular-3 .content-wrapper .title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}
.banner-modular-3 .content-wrapper .title > h2 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.625rem;
    color: black;
    width: 100%;
    text-align: center;
}
.banner-modular-3 .content-wrapper .title > h3 {
    font-size: 4rem;
    line-height: 4.5rem;
    color: black;
    width: 100%;
    text-align: center;
}
.banner-modular-3 .content-wrapper .images-container {
    display: flex;
    width: 100%;
    height: 43.75rem;
    align-items: center;
}
.banner-modular-3 .content-wrapper .images-container > img {
    height: auto;
    max-height: 43.75rem;
    object-fit: contain;
}
.banner-modular-3 .content-wrapper .images-container .left {
    width: 25%;
}
.banner-modular-3 .content-wrapper .images-container .middle {
    width: 55%;
    transform: scale(1.5);
}
.banner-modular-3 .content-wrapper .images-container .right {
    width: 20%;
}
.banner-modular-3 .content-wrapper .bottom-text-part {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.banner-modular-3 .content-wrapper .bottom-text-part .upper-text {
    width: auto;
    text-align: center;
    font-size: 2rem;
    line-height: 3rem;
}
.banner-modular-3 .content-wrapper .bottom-text-part .lower-text {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    color: #7a94b8;
    line-height: 1.625rem;
    font-weight: 400;
}

@media (max-width: 105rem) {
    .banner-modular-3 .content-wrapper {
        width: 80rem;
    }
    .banner-modular-3 .content-wrapper .images-container {
        height: 32rem;
    }
    .banner-modular-3 .content-wrapper .images-container > img {
        max-height: 32rem;
    }
}
@media (max-width: 87.25rem) {
    .banner-modular-3 {
        padding: 6rem;
    }
    .banner-modular-3 .content-wrapper {
        width: 100%;
        gap: 2rem;
    }
    .banner-modular-3 .content-wrapper .title > h2 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .banner-modular-3 .content-wrapper .title > h3 {
        line-height: 4.125rem;
    }
    .banner-modular-3 .content-wrapper .images-container {
        position: relative;
        height: 42.5rem;
    }
    .banner-modular-3 .content-wrapper .images-container > img {
        max-height: auto;
    }
    .banner-modular-3 .content-wrapper .images-container .left {
        position: absolute;
        bottom: 0%;
        left: 20%;
        width: 25%;
    }
    .banner-modular-3 .content-wrapper .images-container .middle {
        transform: unset;
        width: 100%;
    }
    .banner-modular-3 .content-wrapper .images-container .right {
        position: absolute;
        bottom: 0%;
        right: 20%;
        width: 20%;
    }
}
@media (max-width: 43.75rem) {
    .banner-modular-3 {
        padding: 4.5rem 1.25rem;
    }
    .banner-modular-3 .content-wrapper {
        gap: 1.5rem;
    }
    .banner-modular-3 .content-wrapper .title {
        gap: 1.5rem;
    }
    .banner-modular-3 .content-wrapper .title > h2 {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
    .banner-modular-3 .content-wrapper .title > h3 {
        font-size: 3rem;
        line-height: 3rem;
    }
    .banner-modular-3 .content-wrapper .images-container {
        flex-direction: column;
        height: 45rem;
    }
    .banner-modular-3 .content-wrapper .images-container .left {
        left: 50%;
        bottom: 0%;
        width: 50%;
        height: 40%;
        transform: translateX(-50%);
        z-index: 1;
    }
    .banner-modular-3 .content-wrapper .images-container .middle {
        height: 40%;
    }
    .banner-modular-3 .content-wrapper .images-container .right {
        bottom: 50%;
        right: 50%;
        transform: translate(50%, 50%);
        width: 60%;
        height: 40%;
    }
    .banner-modular-3 .content-wrapper .bottom-text-part {
        gap: 2rem;
    }
    .banner-modular-3 .content-wrapper .bottom-text-part .upper-text {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .banner-modular-3 .content-wrapper .bottom-text-part .lower-text {
        font-size: 1rem;
        line-height: 1.25rem;
    }
}
