
  .prog-pge-bnr-bg img {
    position: absolute;
    width: 100%;
    max-height: 749px;
    object-fit: cover;
    height: 100% !important;
}
.animated-text {
            
            padding: 5px 15px;
            border-radius: 5px;
            display: inline-block; 
            min-width: 410px; /* Fixed width */
            text-align: center;
/*             overflow: hidden; */
            white-space: nowrap;
        }

        /* Inner span for animation */
        .animated-text span {
            display: inline-block;
            opacity: 0;
        }

.prog-pge-bnr-otr {
    position: relative;
    min-height: 749px;
  margin-top: 100px;
}

.prog-pge-bnr-hdg-cont {
    z-index: 99;
    position: relative;
    top: 0;
    padding: 100px 0;
    width: 80%;
}

.prog-pge-bnr-hdg-cont h1 {
    font-size: 72px;
  line-height: 84px;
}
{#.prog-pge-bnr-hdg-cont>h1>span {
    background: url(https://esca.ma/hubfs/Executive%20programs/yellow-line.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
  display: inline-block;
    line-height: 130px;
}#}
.mob-ban-image {
      display: none;
  }


@media(max-width:767px){
  .prog-pge-bnr-hdg-cont h1 {
    line-height: normal;
}

.prog-pge-bnr-hdg-cont>h1>span {
    line-height: 64px;
  min-width: auto;
}
  .prog-pge-bnr-otr {
      min-height: 550px;
  }
  .desk-ban-image {
      display: none;
  }
  .mob-ban-image {
        display: block;
    }
.prog-pge-bnr-otr {
/*     background: url(https://esca.ma/hubfs/Executive%20programs/Group%20252.png); */
/*     background-repeat: no-repeat;
    background-size: cover;
    object-fit: scale-down;
    min-height: auto;
} */
}
  @media(max-width:420px){
  .prog-pge-bnr-otr {
      min-height: 400px;
  }
    .prog-pge-bnr-hdg-cont {
      padding: 40px 0;
      width: 95%;
  }
    
  }