// ==============================================
// 💪 JOB INTERVIEW SCOPE SCSS
// ==============================================

.sec-imprint{
  padding: 214px 0 150px;
  @media screen and (max-width: $screen-xs) {
    padding: 136px 0 60px;
  }
  .container{
    max-width: 1290px;
  }
  .personal-detail-wrapper{
    .detail-card{
      &:not(:last-of-type){
        margin-bottom: 60px;
        @media screen and (max-width: $screen-xs) {
          margin-bottom: 40px;
        }
      }
      .detail-content{
        &:not(:last-of-type){
          margin-bottom: 44px;
          @media screen and (max-width: $screen-xs) {
            margin-bottom: 30px;
          }
        }

        .content-card{
          &:not(:last-of-type){
            margin-bottom: 30px;
            @media screen and (max-width: $screen-xs) {
              margin-bottom: 22px;
            }
          }
        }
      }
    }
  }
}
