.our-history-explore {
  padding: 40px 0 80px;
}
.our-history-explore__body {
  padding-top: 80px;
  background: linear-gradient(180deg, #fffdf6 14.69%, #ffffff 100%);
}
@media (max-width: 767px) {
  .our-history-explore__body {
    padding-top: 40px;
    border-top: none;
  }
}
.our-history-explore__header {
  border-top: 1px solid #deca3c;
}
.our-history-explore__title {
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  text-transform: uppercase;
  color: #012527;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .our-history-explore__title {
    font-size: 32px;
    line-height: 125%;
    margin-bottom: 48px;
  }
}
.our-history-explore__label-container {
  background: #f6f0e4;
}
.our-history-explore__label {
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 133%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #012527;
}
@media screen and (max-width: 767px) {
  .our-history-explore__container._container {
    padding: 0 16px !important;
  }
}
.our-history-explore__articles {
  margin-top: 40px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.our-history-explore__article {
  width: calc((100% - 32px) / 3);
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .our-history-explore__article {
    width: calc((100% - 16px) / 2);
  }
}
@media (max-width: 767px) {
  .our-history-explore__article {
    width: 100%;
  }
}
.our-history-explore__media {
  position: relative;
  height: 239px;
  border: 1px solid #012527;
  border-radius: 12px;
  overflow: hidden;
}
.our-history-explore__media img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-history-explore__media-video-btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.our-history-explore__media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.our-history-explore__media-label {
  position: absolute;
  top: 24px;
  right: 24px;
  border: 1px solid #012527;
  border-radius: 4px;
  background: #fff;
  padding: 8px 12px;
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #012527;
}
.our-history-explore__content {
  padding: 32px 16px 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.our-history-explore__content-title {
  font-family: "Work Sans", sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 125%;
  color: #012527;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .our-history-explore__content-title {
    font-size: 24px;
    line-height: 108%;
  }
}
.our-history-explore__content-description {
  font-family: "Karla", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 178%;
  color: #012527;
}
@media (max-width: 767px) {
  .our-history-explore__content-description {
    font-size: 16px;
    line-height: 200%;
  }
}
.our-history-explore__content-link {
  display: flex;
  gap: 11px;
  align-items: center;
  margin-top: auto;
  padding-top: 24px;
  font-family: "Work Sans", sans-serif;
  font-weight: 800;
  font-size: 18px;
  text-transform: capitalize;
  line-height: 100%;
  color: #012527;
  transition: all 0.3s ease 0s;
}
.our-history-explore__content-link:hover {
  color: #1A8A93;
}
@media (max-width: 767px) {
  .our-history-explore__content-link {
    font-size: 16px;
    line-height: 225%;
  }
}/*# sourceMappingURL=style.css.map */