// ==============================================
// 💪 HOME PAGE SCSS
// ==============================================


.sec-finance-controlling{
  padding: 132px 0 60px;
  @media screen and (max-width: 991px) and (min-width: 768px) {
    padding: 80px 0 60px;
  }
  @media screen and (max-width: $screen-xs) {
    padding: 60px 0 35px;
  }
  .jobs-wrapper{
    .card-style-01{
      @media screen and (max-width: $screen-xs) {
        margin-bottom: 32px;
      }
    }
  }
  .btn-wrapper{
    .btn-style{
      @media screen and (max-width: $screen-xs) {
        min-width: 100%;
      }
    }
  }
}

