// ==============================================
// 💪 Executive Search SCSS
// ==============================================

.sec-executive-search{
  padding: 64px 0 40px;
  @media screen and (max-width: 991px) {
    padding: 30px 0;
  }
}

.sec-customer-dialogue{
  padding: 40px 0 62px;
  @media screen and (max-width: 991px) {
    padding: 30px 0;
  }
  .quick-info-card-01{
    ul.btn-list{
      li{
        .btn-style{
          @media screen and (max-width: $screen-xs) {
            padding: 18px 25px 18px;
          }
        }
      }
    }
  }
}

.sec-proven-expertise{
  padding: 62px 0 70px;
  @media screen and (max-width: 991px) {
    padding: 32px 0 24px;
  }

}

.sec-executives{
  padding: 70px 0 32px;
  .img-wrapper{
    img{
      width: 100%;
      @media screen and (max-width: $screen-xs) {
        height: 304px;
      }
    }
  }
  .content-wrapper{
    padding-left: 24px;
    @media screen and (max-width: $screen-xs) {
      padding-left: 0;
    }
    ul.executives-list{
      li{
        display: block;
        &:not(:last-of-type){
          padding-bottom: 24px;
          margin-bottom: 24px;
          border-bottom: 1px solid $cool-gray-09;
        }
      }
    }
  }
}
