.highlights-section-wrapper {
  background: #E8E2D8;
  display: flex;
  min-height: 491px;
}
@media screen and (max-width: 1280px) {
  .highlights-section-wrapper {
    flex-direction: column;
  }
}
.highlights-section-wrapper .tabs {
  flex: 0 0 31.5rem;
  display: flex;
  flex-direction: column;
  padding-right: 0 !important;
  justify-content: flex-start;
  border-right: 1px solid #1F1F1F;
}
@media screen and (max-width: 1280px) {
  .highlights-section-wrapper .tabs {
    flex: unset;
    flex-wrap: wrap;
    gap: 1rem;
    border: unset;
    border-bottom: 1px solid;
    width: 100%;
    flex-direction: row;
  }
}
@media screen and (max-width: 960px) {
  .highlights-section-wrapper .tabs {
    padding: 20px 15px;
  }
}
.highlights-section-wrapper .tabs .tab-heading {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.5625rem;
  letter-spacing: 0.05em;
  color: #AD9772;
  text-transform: uppercase;
  padding: 1.9688rem 0 1.9688rem 0;
  border-bottom: 1px solid #1F1F1F;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1280px) {
  .highlights-section-wrapper .tabs .tab-heading {
    width: fit-content;
    border-bottom: unset;
  }
}
@media screen and (max-width: 960px) {
  .highlights-section-wrapper .tabs .tab-heading {
    padding: 0;
  }
}
.highlights-section-wrapper .tabs .tab-heading::before {
  content: "";
  position: absolute;
  height: 1.5px;
  width: 0;
  background-color: #1F1F1F;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1280px) {
  .highlights-section-wrapper .tabs .tab-heading::before {
    display: none;
  }
}
.highlights-section-wrapper .tabs .tab-heading.active, .highlights-section-wrapper .tabs .tab-heading:hover {
  color: #1F1F1F;
  padding-left: 3.875rem;
}
@media screen and (max-width: 1280px) {
  .highlights-section-wrapper .tabs .tab-heading.active, .highlights-section-wrapper .tabs .tab-heading:hover {
    padding-left: 0;
  }
}
.highlights-section-wrapper .tabs .tab-heading.active::before, .highlights-section-wrapper .tabs .tab-heading:hover::before {
  width: 3.375rem;
}
.highlights-section-wrapper .tabs-content-wrapper {
  width: 100%;
  position: relative;
  margin-left: 5.375rem;
}
@media screen and (max-width: 1280px) {
  .highlights-section-wrapper .tabs-content-wrapper {
    padding: 0 20px;
    margin-top: 2rem;
    margin-left: unset;
  }
}
.highlights-section-wrapper .tabs-content-wrapper .tab-content {
  height: 100%;
  position: absolute;
  transform: translateX(10000px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 1280px) {
  .highlights-section-wrapper .tabs-content-wrapper .tab-content {
    height: auto;
  }
}
.highlights-section-wrapper .tabs-content-wrapper .tab-content.active {
  transform: translateX(0);
  opacity: 1;
}
.highlights-section-wrapper .tabs-content-wrapper .tab-content > * {
  height: 100%;
}
.highlights-section-wrapper .tabs-content-wrapper .tab-content .content-wrapper {
  padding-top: 6.438rem;
  flex: 0 0 27rem;
}
@media screen and (max-width: 1280px) {
  .highlights-section-wrapper .tabs-content-wrapper .tab-content .content-wrapper {
    flex: unset;
    padding-top: 0;
  }
}
.highlights-section-wrapper .tabs-content-wrapper .tab-content .content-wrapper h5 {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 2.25rem;
  line-height: 1.3;
  font-size: 2.5rem;
  letter-spacing: 0.2em;
}
.highlights-section-wrapper .tabs-content-wrapper .tab-content .content-wrapper .btn {
  margin-top: 2.9375rem;
}
.highlights-section-wrapper .tabs-content-wrapper .tab-content .content-wrapper .btn.raunded {
  border-radius: 31px;
  display: flex;
  align-items: center;
  width: fit-content;
  padding-left: 2.5rem;
  padding-right: 2rem;
}
.highlights-section-wrapper .tabs-content-wrapper .tab-content .content-wrapper .btn.raunded img {
  padding-left: 2.875rem;
}
.highlights-section-wrapper .tabs-content-wrapper .tab-content .image-wrapper {
  height: 100%;
  aspect-ratio: 22/16;
}
@media screen and (max-width: 1660px) {
  .highlights-section-wrapper .tabs-content-wrapper .tab-content .image-wrapper {
    aspect-ratio: 18/16;
  }
}
@media screen and (max-width: 1280px) {
  .highlights-section-wrapper .tabs-content-wrapper .tab-content .image-wrapper {
    aspect-ratio: 1/1;
    margin-top: 2rem;
    max-height: 400px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
.highlights-section-wrapper .tabs-content-wrapper .tab-content .image-wrapper img {
  height: 100%;
  object-fit: cover;
}