.hero .hero-shell {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
}

/* Main/Hero/Welcome/Description */
.hero .hero-sides-right {
    flex: 0 1 23rem;
    margin-bottom: 0;
}
.hero .hero-main {
    flex: 1 1 36rem;
}
.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")
    );
}
