.section-course {
  margin-top: 100px;
  display: flex;
  gap: 50px;
  align-items: start;
  flex-direction: column;
}

.course-detail {
  padding: 15px;
}

.course-header-title-section {
  color: black;
  font-weight: bold;
  font-size: 36px;
  font-family: "Futura Extra BT", serif;
  margin-bottom: 0;
}

.course-sitemap {
  display: flex;
  gap: 1rem;
  text-align: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.course-sitemap a {
  color: black;
  font-size: 20px;
  font-family: "Futura Md BT", serif;
}

.course-sitemap a:hover {
  color: #C7392F;
}

.course-sitemap a:nth-child(5) {
  border-bottom: 1.5px black solid;
}

.holiday-text {
  color: black;
  font-size: 18px;
}

.holiday-text-detail {
  font-family: "Futura Md BT", serif;
  padding-inline-start: 0;
}

.holiday-image {
  margin-top: 40px;
  display: flex;
  gap: 2rem;
  flex-direction: column;
  align-items: center;
}

.holiday-image img:nth-child(1) {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.holiday-image img:nth-child(2) {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .section-course {
    gap: 100px;
    flex-direction: row;
  }
  .holiday-image {
    flex-direction: row;
  }
  .holiday-image img:nth-child(2) {
    width: auto;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .courses-image {
    padding-left: 100px;
  }

  .image-course {
    width: 350px;
    height: 350px;
  }
}
