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

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

  .internship-subtitle {
    font-size: 0.95rem;
    padding: 0 16px;
    text-align: center;
  }

  .divider {
    margin: 20px 0;
  }

  .divider-line {
    max-width: 100px;
  }

  .divider-star {
    font-size: 28px;
    margin: 0 10px;
  }
}
@media (width >= 40rem) {
  .internship-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .internship-title {
    font-size: 2.3rem;
  }

  .internship-subtitle {
    font-size: 1rem;
  }

  .divider-line {
    max-width: 160px;
  }
}
@media (width >= 48rem) {
  .internship-title {
    font-size: 2.6rem;
  }

  .internship-subtitle {
    font-size: 1.05rem;
  }

  .divider-line {
    max-width: 200px;
  }
}
@media (width >= 64rem) {
  .internship-section {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 40px;
  }

  .internship-title {
    font-size: 3rem;
  }

  .internship-subtitle {
    font-size: 1.1rem;
  }

  .divider-line {
    max-width: 220px;
  }

  .divider-star {
    font-size: 40px;
  }
}
@media (width >= 80rem) {
  .internship-section {
    border-radius: 10px;
  }
}

@media (width >= 96rem) {
  .internship-section {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Section Dung */
@media (width < 40rem) {
  .profile-card-v2 {
    border-radius: 20px;
  }

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

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

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

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

  .right-info-column {
    padding-top: 20px !important;
  }
}
@media (width >= 40rem) {
  .profile-details-col-v2 {
    padding: 48px 36px !important;
  }
}
@media (width >= 48rem) {
  .profile-image-v2 {
    height: 100%;
  }

  .profile-header {
    margin-left: 60px;
  }
}
@media (width >= 64rem) {
  .profile-details-col-v2 {
    padding: 80px 60px !important;
  }

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

  .skills-tags-v2 .tag:nth-of-type(2) {
    margin-left: 150px;
  }
}
/* Section LANH */
@media (width < 40rem) {
  .intro-card {
    border-radius: 20px;
  }

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

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

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

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

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

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

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