.cytmedge-ban-hed-wrp img {
    max-width: 160px;
    display: inline;
    margin-bottom: -10px;
}

.cytmedge-ban-hed-wrp h1 {
    font-size: 42px;
    color: #fff;
    display: inline;
    width: auto;
    font-weight: 600;
    line-height: 50px;
}

.cytmedge-ban-hed-wrp {
}

.cytmedge-ban-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cytmedge-ban-hed-wrp {
    flex: 0 0 51%;
}

.cytmedge-ban-content-wrp {}

.cytmedge-ban-content-title h3 {
    font-size: 28px;
    color: #fff;
    display: inline;
    width: auto;
    font-weight: 300;
}

.cytmedge-ban-content-title h3 span {
    font-weight: 600;
}

.cytmedge-ban-details-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 0 0;
}

.cytmedge-ban-details {
    flex: 0 0 30%;
}

.cytmedge-ban-details-txt {
    flex: 0 0 60%;
}

.cytmedge-ban-details-imag {
    flex: 0 0 32%;
}

.cytmedge-ban-details img {
    max-width: 30px;
    margin-bottom: -1%;
    margin-right: 10px;
}

.cytmedge-ban-details p {
    font-size: 16px;
    color: #fff;
    margin: 0;
    display: inline;
}

.cytmedge-ban-details {
    margin: 15px 0;
}

.cytmedge-ban-btn a {
    font-size: 22px;
    color: #fff !important;
    background-color: #099ca6;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 10px;
    margin: 40px 0 0;
    text-decoration: none !important;
}

.cytmedge-ban-wrp {
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.custom-flex-text-right {
   flex-direction: row-reverse !important;
}




@media(max-width: 991px){
  .cytmedge-ban-in {
      display: block;
  }
  .cytmedge-ban-content-wrp {
      padding: 20px 0 0;
  }
}
@media(max-width: 767px){
  .cytmedge-ban-wrp {
      min-height: unset;
      padding: 60px 0;
  }
  .cytmedge-ban-hed-wrp h1 {
      font-size: 30px;
      line-height: 40px;
  }
  .cytmedge-ban-hed-wrp img {
      max-width: 130px;
  }
  .cytmedge-ban-content-title h3 {
      font-size: 22px;
      line-height: 26px;
  }
  .cytmedge-ban-details-imag img {
      max-width: 150px;
  }
  .cytmedge-ban-details-imag {
      flex: 0 0 23%;
  }
  .cytmedge-ban-details-txt {
      flex: 0 0 69%;
  }
  .cytmedge-ban-btn a {
    font-size: 18px;
  }
}
@media(max-width: 500px){
  .cytmedge-ban-details-imag img {
      max-width: 130px;
      width: 100%;
  }
  .cytmedge-ban-details-sec {
      display: block;
  }
  .cytmedge-ban-btn a {
      margin: 25px 0 0;
  }
  
 

