.internship2-section {
  background-color: rgba(255, 247, 232, 0.2);
  padding-top: 50px;
  padding-bottom: 50px;
  box-shadow: 0 6px 12px rgba(168, 166, 166, 0.3);
  margin-bottom: 40px;
  border-radius: 10px;
}
.internship2-title {
  font-size: 3rem;
  font-weight: 700;
  color: #111;
}

.internship2-subtitle {
  font-size: 1.1rem;
  font-weight: 400;
  color: #939191;
  max-width: 1200px;
  margin: 0 auto;
}

/* Section about Oanh */
.profile2-card {
  width: 100%;
  border-radius: 28px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12);
  position: relative;
}

.profile2-details-col,
.profile2-details-col * {
}

.profile2-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 28px 0 0 28px;
  filter: brightness(0.95);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.profile2-details-col {
  background: #fdfbf8;
  padding: 80px 60px !important;
  border-radius: 0 28px 28px 0;
  position: relative;
}

.profile2-header {
  position: absolute;
  top: 0px;
  background: rgba(142, 227, 255, 0.25);
  margin-left: 100px;
  padding: 0px 35px;
  border-radius: 0px 0px 18px 18px;
  border-bottom: 3px solid #044063;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

.profile2-name {
  font-size: 1.5rem !important;
  font-weight: 800;
  margin: 0;
  margin-top: 10px;
  color: #044063;
}

.profile2-grade {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 10px;
  color: #0b76af;
  text-align: center;
}

.profile2-text-content .profile2-heading {
  background: #ffe3ee;
  padding: 8px 20px;
  border-radius: 16px;
  font-weight: 700;
  color: #111;
  display: inline-block;
  margin-top: 25px;
  font-size: 1.2rem;
}

.profile2-paragraph {
  font-size: 0.9rem;
  color: #111;
  margin-bottom: 12px;
  line-height: 1.7;
}

.profile2-tags .profile2-tag {
  padding: 8px 22px;
  border-radius: 20px;
  font-size: 1.05rem;
  font-weight: 600;
  background: #d6f2ff;
  color: #111;
  margin-right: 10px;
}

.profile2-tags .profile2-tag:nth-of-type(2) {
  background: #e8d5ff;
  color: #111;
  margin-left: 210px;
}

.profile2-right-content {
  padding-top: 55px !important;
}

.profile2-section .container {
  max-width: 1350px;
}
.profile-skill-list,
.profile-achievement-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 0;
}

.profile-skill-list li,
.profile-achievement-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}

.profile-skill-list li::before,
.profile-achievement-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 16px;
  color: #2ecc71;
}

/* Section about Cuong */
.student-card {
  width: 100%;
  border-radius: 28px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12);
  position: relative;
}

.student-details-col,
.student-details-col * {
}

.student-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 28px 0 0 28px;
  filter: brightness(0.95);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.student-details-col {
  background: #fdfbf8;
  padding: 80px 60px !important;
  border-radius: 0 28px 28px 0;
  position: relative;
}

.student-header {
  position: absolute;
  top: 0px;
  background: rgba(255, 241, 185, 0.25);
  margin-left: 100px;
  padding: 0px 35px;
  border-radius: 0px 0px 18px 18px;
  border-bottom: 3px solid #044063;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

.student-name {
  font-size: 1.5rem !important;
  font-weight: 800;
  margin: 0;
  margin-top: 10px;
  color: #044063;
}

.student-grade {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 10px;
  color: #0b76af;
  text-align: center;
}

.student-text-content .student-heading {
  background: #ffe3ee;
  padding: 8px 20px;
  border-radius: 16px;
  font-weight: 700;
  color: #111;
  display: inline-block;
  margin-top: 25px;
  font-size: 1.2rem;
}

.student-paragraph {
  font-size: 0.9rem;
  color: #111;
  margin-bottom: 12px;
  line-height: 1.7;
}

.student-tags .student-tag {
  padding: 8px 22px;
  border-radius: 20px;
  font-size: 1.05rem;
  font-weight: 600;
  background: #d6f2ff;
  color: #111;
  margin-right: 10px;
}

.student-tags .student-tag:nth-of-type(2) {
  background: #e8d5ff;
  color: #111;
  margin-left: 210px;
}

.student-right-content {
  padding-top: 55px !important;
}

.student-section .container {
  max-width: 1350px;
}
.detail-skill-items,
.detail-achievement-items {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 0;
}

.detail-skill-items li,
.detail-achievement-items li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}

.detail-skill-items li::before,
.detail-achievement-items li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 16px;
  color: #2ecc71;
}
