// ==============================================
// 💪 JOB INTERVIEW SCOPE SCSS
// ==============================================

.sec-job-interview-single{
  padding: 64px 0;
  @media screen and (max-width: $screen-xs) {
    padding: 32px 0;
  }
  .container{
    max-width: 1290px;
  }
  .article-content{
    .article-card{
      &:not(:last-of-type){
        margin-bottom: 80px;
        @media screen and (max-width: $screen-xs) {
          margin-bottom: 60px;
        }
      }
      .content-card-1, .content-card-3{
        .content-detail{
          margin-bottom: 64px;
          @media screen and (max-width: $screen-xs) {
            margin-bottom: 44px;
          }
        }
      }
      .content-img{
        img{
          width: 100%;
          height: auto;
          object-fit: contain;
        }
      }
      .content-author-card-1{
        max-width: 640px;
        padding-top: 80px;
        margin-top: 80px;
        border-top: 1px solid $cool-gray-03;
        @media screen and (max-width: $screen-xs) {
          padding-top: 33px;
          margin-top: 33px;
        }
      }
    }
  }
  .table-content-sidebar-1{
    padding-left: 40px;
    @media screen and (max-width: 991px) {
      display: none;
    }
  }
}
