/* Apply flex layout only between 992px and 1399px where the issue occurs */
@media (max-width: 1399px) and (min-width: 992px) {
  body.path-frontpage #block-fmlm5-frontpageheadertemp {
    display: flex;
    align-items: center; 
    gap: 2rem;           
  }

  body.path-frontpage #block-fmlm5-frontpageheadertemp .field--name-field-image {
    flex: 0 0 40%;    
    float: none;        
  }

  body.path-frontpage #block-fmlm5-frontpageheadertemp .field--name-body {
    flex: 1;         
  }

  body.path-frontpage #block-fmlm5-frontpageheadertemp img {
    width: 100%;
    height: auto;      
  }
}
