#ok-banner {
    background: #fdfdfd;
    margin: 0 auto 50px 2.55%;
    max-width: 987px;
   
    padding: 0;
    position: relative;
    width: calc(100% - 2.55%);
    min-height: 180px;
  }
  @media only screen and (max-width: 1365px) {
    #ok-banner {
      max-width: 768px;
    }
    #ok-banner .banner-head{
        background: 20%;
    }
  }
  @media only screen and (max-width: 1023px) {
    #ok-banner {
      margin: 0 auto 50px;
      width: 100%;
    }
  }
  #ok-banner * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #383838;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  #ok-banner img {
    border: 0;
    margin: 0 auto;
    max-width: inherit;
  }
  #ok-banner button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    border: none;
    color: #a8a7a7;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 30px;
    text-decoration: underline;
  }
  
  
  @media only screen and (min-width: 768px) {
    #ok-banner .ok-banner--mobile {
      display: none !important;
    }
  }
  @media only screen and (max-width: 767px) {
    #ok-banner .ok-banner--desktop {
      display: none !important;
    }
  }
  
  #ok-banner .banner-head {
    background: #FDFDFD url("../images/head.jpg") no-repeat right top;
    background-size: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 180px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: center;
    padding-left:20px ;
  }
  #ok-banner .banner-head h2 {
    color: #3AA2B4;
    font-size:26px;
    font-weight: 600;
    line-height: 23px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
    max-width: 550px;
    text-align: left;
  }
  #ok-banner .banner-head p {
    color: #383838;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
    max-width: 550px;
    text-align: left;
  }
  #ok-banner .banner-head a {
   
    text-decoration: underline !important;
  }
  .nodesk{
    display: none;
  }
  @media only screen and (max-width: 767px) {
    .nodesk{
        display: block;
      }
    #ok-banner .banner-head {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      background: #fdfdfd url("../images/head-mobile.jpg") no-repeat right top;
     background-size: 130%;
      padding: 0 ;
      margin-left: 20px;
     
    }
    #ok-banner .banner-head h2 {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
     
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
   margin-bottom: 0px;
      line-height: 24px;
      margin-top: 10px;
      text-align: left;
    }
    #ok-banner .banner-head p {
      line-height: 20px;
      margin-top: 5px;
      margin-bottom: 7px;
      max-height: 36px;
      width: 60%;
      overflow: hidden;
      position: relative;
      text-align: left;
    }
    #ok-banner .banner-head p::after {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 242, 243, 0)), to(#fdfdfd));
      background-image: linear-gradient(180deg, rgba(242, 242, 243, 0) 0%, #fdfdfd 100%);
      bottom: 0;
      content: "";
      display: inline-block;
      height: 100%;
      left: 0;
      position: absolute;
      width: 130%;
    }
    #ok-banner .banner-head a {
      display: none;
    }
  }
  
  @media only screen and (max-width: 767px) {
    #ok-banner.show .banner-head p {
      max-height: inherit;
      overflow: visible;
    }
    #ok-banner.show .banner-head p::after {
      display: none;
    }
    #ok-banner.show .banner-head a {
      display: inline;
      margin-bottom: 20px;
    }
  }