.cname {
  position: relative;
  top: 13px;
  height: 102px !important;
  display: inline-block;
  }

  .owl-next {
    position: absolute;
    font-size: 100px !important;
    right: -40px;
    top: 125px;
  }
  .owl-prev {
    font-size: 100px !important;
    left: -40px;
    position: absolute;
    top: 125px;
  }

  .button-give{
    display: none;
  }
  @media (max-width: 991px){
    .button-give{
      display: inline !important;
    }
  }

  @media (min-width: 1201px){
    .wrap-introduce .experienced .experienced-text {
      font-size: 15px;
      line-height: 30px;
      font-weight: 700;
      color: #91d8f7;
    }
  }

  @media (min-width: 991px) and (max-width: 1201px) {
    .button-give{
        display: inline !important;
    }
    .wrap-introduce .experienced .experienced-text {
      font-size: 15px;
      line-height: 27px;
      font-weight: 700;
      color: #91d8f7;
      position: relative;
      top: -16px;
  }
}
  @media (min-width: 766px) and (max-width:991px){
    .wrap-introduce .experienced .experienced-text {
      font-size: 15px;
      line-height: 27px;
      font-weight: 700;
      color: #91d8f7;
      position: relative;
      top: -16px;
    }
  }
  
  @media (max-width: 991px){
    .top .flat-user-section {
      display: block !important;
    }
    .top .flat-custom-info.style1 {
      display:none;
    }
  }
  .user-section .fab, .user-section .fa-solid {
    padding: 12px;
  }
  .user-section .fab:hover, .user-section .fa-solid:hover{
    border-radius: 10px;
    color: #ffffff;
  }
  .live.fab.fa-youtube {
    color: #ffffff;
    border-radius: 12px;
    background-color: #de463b;
  }
  .fab.fa-facebook-f:hover {
    background-color: #3b5999;
  }
  .fab.fa-twitter:hover {
    background-color: #46c1f6;
  }
  .fab.fa-instagram:hover {
    background-color: #e1306c;
  }
  .fab.fa-youtube:hover {
    background-color: #de463b;
  }
  .fa-solid.fa-envelope:hover {
    background-color: #075e54;
  }