@media screen and (max-width: 1199px) {
  #hero-variant-2 {
    background-size: contain !important;
    height: 77vw;
  }

  div[data-component="information-box"] a {
    word-break: break-all;
  }
}
@media(min-width:768px) {
  #hero-variant-2 > div{
    position: absolute;
    right:0;
    bottom: 20px;
    width: auto;
    align-items: end;
    max-width: max-content;
    justify-content: end;
    > div {
   
      width: auto !important;
      
    }
    img{
      max-height: 36px !important;
            aspect-ratio: auto !important;
            height: 36px !important;
    }
}
}