.popost-session {
  margin-top: -70px;
}

.popost-session .section-title {
  font-size: 35px;
  font-weight: 400;
  color: #0e1541;
}

.popost-session .section-description {
  font-size: 14px;
  font-weight: 300;
  color: #0e1541;
  max-width: 700px;
  margin: 0 auto;
}

.popost-session .card-title {
  font-weight: 600;
  font-size: 1.2rem;
  color: #222;
}

.popost-session .card-text {
  color: #666;
  font-size: 0.95rem;
}

.popost-session .bx {
  font-size: 2.5rem;
}

.popost-session .card {
  border-radius: 15px;
}
.header-section {
  background: linear-gradient(to top, #f3f3f371, #ffffff);
}

.header-section .section-title {
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 14px;
  color: #ff6806;
}

.header-section .tagline {
  font-size: 40px;
  font-weight: 300;
  max-width: 60%;
  color: #0e1541;
  margin: auto;
}

.header-section .about-description {
  font-size: 15px;
  font-weight: 200;
  line-height: 1.8;
  max-width: 60%;
  margin: 0 auto;
  color: #0e1541;
}

.header-section .card-title {
  font-weight: 600;
  color: #0e1541;
}

.header-section .card-text {
  font-size: 0.95rem;
  color: #555;
}

.header-section .card {
  aspect-ratio: 1/1 !important;
  overflow: hidden;
  border-radius: 15px;
  transition: all ease 0.3s;
}

.header-section .img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.header-section .card:hover {
  transform: translateY(-5px);
}

.detail-session h1 {
  font-size: 35px;
  font-weight: 300 !important;
  width: 70%;
  color: #0e1541 !important;
  margin: 20px 0 10px;
}

.detail-session p {
  font-size: 15px;
  font-weight: 200 !important;
  color: #0e1541;
}

.exper-session {
  background-color: #ffffff;
  margin-top: 40px;
}

.experience-box {
  padding: 20px;
  transition: box-shadow 0.3s ease;
}

.exper-session .experience-box,
.exper-session .customers-box {
  font-family: "Segoe UI", sans-serif;
}

.exper-session .prefix {
  font-size: 25px;
  font-weight: 500;
  color: #0e1541;
}

.exper-session .number {
  font-size: 60px;
  font-weight: 500;
  color: #ff6806;
}

.exper-session .unit {
  font-size: 25px;
  font-weight: 500;
  color: #0e1541;
}

.exper-session .label {
  font-size: 14px;
  color: #0e1541;
  display: block;
}

.exper-session .align-text-baseline {
  display: flex;
  align-items: baseline;
}

@media (max-width: 1198px) {
  .detail-session h1 {
    text-align: center;
    margin: auto;
  }

  .detail-session p {
    text-align: center;
    width: 95% !important;
    margin: auto;
  }
}

@media (max-width: 991.98px) {
  .detail-session h1 {
    width: 95%;
  }

  .header-section .tagline {
    max-width: 95%;
  }

  .header-section .about-description {
    max-width: 95%;
  }

  .header-section .card {
    aspect-ratio: 1/1 !important;
    overflow: hidden;
    border-radius: 15px;
    transition: all ease 0.3s;
  }
}

@media (max-width: 767px) {
  .header-section .tagline {
    font-size: 25px;
    font-weight: 400;
  }

  .detail-session h1 {
    font-size: 25px;
    font-weight: 400 !important;
  }

  .exper-session .number {
    font-size: 40px;
    font-weight: 500;
    color: #ff6806;
  }

  .experience-box {
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.068);
    background-color: #fff;
  }
}

@media (max-width: 396px) {
  .header-section .tagline {
    font-size: 20px;
    font-weight: 400;
  }
}
