.home-top_{
    max-width: 1336px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin: .5rem 0;
}

.home-top__slider_{
    width: 100%;
    max-width: 902px;
    border-radius: 5px;
    overflow: hidden;
    height: inherit;
    max-height: 451px;
}
.home-top__slider_ .slider-js,
.home-top__slider_ img{
    max-width: 100%;
}

.home-top__slider_ .slider-js{
    max-height: 451px;
    aspect-ratio: 902/451;
}

.home-top__slider--banner_{
    overflow: hidden;
}

.home-top__side_{
    height: inherit;
    max-height: 451px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-top__side_{
    height: inherit;
    max-height: 451px;
}

.home-top__side--banner_{
    width: 100%;
    max-width: 429px;
    overflow:hidden;
    border-radius: 5px;
    aspect-ratio: 429/223;
}

.home-top__side--banner_ img{
    width:100%
}


@media (max-width: 1336px) {
    .home-top_{
        flex-wrap: wrap;
        justify-content: center;
    }
    .home-top__slider_{
        margin: 0 .15rem;
    }
    .home-top__side_{
        flex-direction: row;
        width: 100%;
        max-width: 902px;
    }

    .home-top__side--banner_{
        margin: .15rem;
    }
}
