.section-hero h2 {
    font-size: clamp(1rem, 1.25vw, 1.25rem) !important;
    font-weight: 700;
  }
  
  .section-hero .video {
    position: absolute;
    right: 0;
    top: -380px;
    min-width: 100%;
    min-height: 100%;
    z-index: -1030;
    filter: brightness(0.3);
  }

  .section-promos {
    background: #0a0b14 url(../images/bg-promos.webp?v202202)no-repeat;
    background-position: 0 100px;
  } 
  
.promo-box {
	border-radius: 1em;
}

.promo-box h3 {
    font-size: 3.125em;
    font-weight: 700;
}

.promo-box .promo-img {
    position: absolute;
    bottom: 0;
    right: 50px;
    max-width: 35%;
}


@media only screen and (max-width: 960px) { 
    .section-hero {
      background-size: 150% auto;
    } 

    .promo-box h3 {
        font-size: 2.125em;
    }

    .promo-box .promo-img {
        right: 0px; 
        max-width: 50% !important;
    }

}