/* Main/Hero/Welcome/Description */
.hero .hero-sides-right {
    flex: 0 1 24rem;
    margin-bottom: 0;
}
.hero .hero-main {
    flex: 1 1 38rem;
}
.hero .img-hero {
    height: 100%;
    min-height: 13.5rem;
    object-fit: scale-down;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url(../../images/hero-right.png);
    background-image: image-set(
        url(../../images/hero-right.webp) type("image/webp"),
        url(../../images/hero-right.png) type("image/png")
    );
}
