@media (width < 40rem) {
  .internship2-section {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 24px;
    border-radius: 8px;
  }

  .internship2-title {
    font-size: 1.9rem;
    text-align: center;
  }

  .internship2-subtitle {
    font-size: 0.95rem;
    padding: 0 16px;
    text-align: center;
  }
}
@media (width >= 40rem) {
  .internship2-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .internship2-title {
    font-size: 2.3rem;
  }
}
@media (width >= 48rem) {
  .internship2-title {
    font-size: 2.6rem;
  }

  .internship2-subtitle {
    font-size: 1.05rem;
  }
}
@media (width >= 64rem) {
  .internship2-title {
    font-size: 3rem;
  }

  .internship2-subtitle {
    font-size: 1.1rem;
  }
}
/* Section Oanh */
@media (width < 40rem) {
  .profile2-card {
    border-radius: 20px;
  }

  .profile2-image {
    height: 240px;
    border-radius: 20px 20px 0 0;
  }

  .profile2-details-col {
    padding: 32px 20px !important;
    border-radius: 0 0 20px 20px;
  }

  .profile2-header {
    position: static;
    margin: 0 auto 12px;
    text-align: center;
  }

  .profile2-tags .profile2-tag:nth-of-type(2) {
    margin-left: 0;
    margin-top: 10px;
    display: inline-block;
  }

  .profile2-right-content {
    padding-top: 20px !important;
  }
}
@media (width >= 40rem) {
  .profile2-details-col {
    padding: 48px 36px !important;
  }
}
@media (width >= 48rem) {
  .profile2-header {
    margin-left: 60px;
  }
}
@media (width >= 64rem) {
  .profile2-details-col {
    padding: 80px 60px !important;
  }

  .profile2-header {
    margin-left: 100px;
  }

  .profile2-tags .profile2-tag:nth-of-type(2) {
    margin-left: 210px;
  }
}
/* Section Cuong */
@media (width < 40rem) {
  .student-card {
    border-radius: 20px;
  }

  .student-image {
    height: 240px;
    border-radius: 20px 20px 0 0;
  }

  .student-details-col {
    padding: 32px 20px !important;
    border-radius: 0 0 20px 20px;
  }

  .student-header {
    position: static;
    margin: 0 auto 12px;
    text-align: center;
  }

  .student-tags .student-tag:nth-of-type(2) {
    margin-left: 0;
    margin-top: 10px;
    display: inline-block;
  }

  .student-right-content {
    padding-top: 20px !important;
  }
}
@media (width >= 40rem) {
  .student-details-col {
    padding: 48px 36px !important;
  }
}
@media (width >= 48rem) {
  .student-header {
    margin-left: 60px;
  }
}
@media (width >= 64rem) {
  .student-details-col {
    padding: 80px 60px !important;
  }

  .student-header {
    margin-left: 100px;
  }

  .student-tags .student-tag:nth-of-type(2) {
    margin-left: 210px;
  }
}
