.opening_hours_section.section {
  padding-top: 240px;
}
.opening_hours_section.section .opening_hours_wrapper {
  position: relative;
  min-height: 600px;
  background-repeat: no-repeat;
}
.opening_hours_section.section .opening_hours_wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.opening_hours_section.section .opening_hours_wrapper .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 600px;
  z-index: 2;
}
@media (max-width: 991px) {
  .opening_hours_section.section .opening_hours_wrapper .container {
    height: 800px;
  }
}
.opening_hours_section.section .opening_hours_wrapper .container .opening_content {
  position: absolute;
  border-radius: 20px;
  padding: 60px;
  width: 30%;
  max-width: 100%;
  color: #fff;
  height: max-content;
  line-height: 200%;
  background: var(--group-color-secondary);
}
.marina .opening_hours_section.section .opening_hours_wrapper .container .opening_content {
  color: var(--marina-color-main);
}
@media (max-width: 991px) {
  .opening_hours_section.section .opening_hours_wrapper .container .opening_content {
    width: auto;
    padding: 40px 30px;
  }
}
.magellan .opening_hours_section.section .opening_hours_wrapper .container .opening_content {
  background: var(--magellan-color-secondary);
}
.pacific .opening_hours_section.section .opening_hours_wrapper .container .opening_content {
  background: var(--pacific-color-secondary);
}
.mantanani .opening_hours_section.section .opening_hours_wrapper .container .opening_content {
  background: var(--mantanani-color-secondary);
}
.marina .opening_hours_section.section .opening_hours_wrapper .container .opening_content {
  background: var(--marina-color-secondary);
}
.klcc .opening_hours_section.section .opening_hours_wrapper .container .opening_content {
  background: var(--klcc-color-secondary);
}
.opening_hours_section.section .opening_hours_wrapper .container .opening_content h4,
.opening_hours_section.section .opening_hours_wrapper .container .opening_content p {
  color: #fff;
}
.marina .opening_hours_section.section .opening_hours_wrapper .container .opening_content h4,
.marina .opening_hours_section.section .opening_hours_wrapper .container .opening_content p {
  color: var(--marina-color-main);
}
.opening_hours_section.section .opening_hours_wrapper .container .opening_content.opening_hours_description {
  left: 0;
  top: -20%;
}
.opening_hours_section.section .opening_hours_wrapper .container .opening_content.opening_hours {
  right: 0;
  top: -10%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 767px) {
  .opening_hours_section.section .opening_hours_wrapper .container .opening_content.opening_hours {
    bottom: 50px;
    top: auto;
    left: 0;
  }
}
@media (max-width: 991px) {
  .opening_hours_section.section .opening_hours_wrapper .container .opening_content.opening_hours {
    top: 25%;
    bottom: auto;
    left: 0;
  }
}
.opening_hours_section.section .opening_hours_wrapper .container .opening_content.opening_hours .btns_wrap {
  display: inline-flex;
}