.secondary_About {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .secondary_About {
    margin-bottom: 0px;
    gap: 30px;
  }
}
.secondary_About__heading h2 {
  font-size: 32px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .secondary_About__heading h2 {
    line-height: 1;
    font-size: 32px;
  }
}
.secondary_About__top {
  width: 90%;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .secondary_About__top {
    margin-bottom: 30px;
  }
}
.secondary_About__top span {
  line-height: 64px;
  font-size: 50px;
  font-weight: 300;
  max-width: 1086px;
}
@media (max-width: 768px) {
  .secondary_About__top span {
    line-height: 40px;
    font-size: 32px;
  }
}
.secondary_About__bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .secondary_About__bottom {
    gap: 40px;
    flex-direction: column;
  }
}
.secondary_About__bottom-left {
  max-width: 275px;
}
.secondary_About__bottom-left p {
  font-family: "Rubik";
  font-size: 24px;
  font-weight: 300;
  line-height: 1.1;
}
.secondary_About__bottom-right {
  max-width: 574px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 30px;
}
@media (max-width: 768px) {
  .secondary_About__bottom-right {
    gap: 30px 30px;
    grid-template-columns: 1fr;
  }
}@media (max-width: 768px) {
  .our_history {
    margin-bottom: 12px;
  }
}
.our_history__title {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  text-shadow: -0.2px -0.2px 0 currentColor, 0.2px -0.2px 0 currentColor, -0.2px 0.2px 0 currentColor, 0.2px 0.2px 0 currentColor;
}
@media (max-width: 768px) {
  .our_history__title {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.our_history__subtitle {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .our_history__subtitle {
    margin-bottom: 0px;
  }
}
.our_history__subtitle h2 {
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
  text-shadow: -0.2px -0.2px 0 currentColor, 0.2px -0.2px 0 currentColor, -0.2px 0.2px 0 currentColor, 0.2px 0.2px 0 currentColor;
}
@media (max-width: 768px) {
  .our_history__subtitle h2 {
    font-size: 24px;
    line-height: 32px;
  }
}.historycard {
  width: 420px;
  height: 650px;
  box-sizing: border-box;
}
@media (min-width: 1860px) {
  .historycard {
    width: 580px;
    height: 790px;
  }
}
@media (max-width: 768px) {
  .historycard {
    width: 323px;
    height: 500px;
  }
}
.historycard__content {
  width: 100%;
  height: 100%;
  padding-top: 30px;
  padding-inline: 30px;
  padding-bottom: 30px;
  background-color: #fffff4;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .historycard__content {
    padding-top: 50px;
    padding-inline: 30px;
    padding-bottom: 30px;
  }
}
.historycard__content-year {
  font-size: 60px;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  margin-bottom: 16px;
  -webkit-text-stroke: 0.3px currentColor;
}
@media (min-width: 1860px) {
  .historycard__content-year {
    font-size: 72px;
  }
}
@media (max-width: 768px) {
  .historycard__content-year {
    font-size: 48px;
  }
}
.historycard__content-details {
  font-size: 20px;
  font-weight: 300;
  font-family: "Trirong";
  -webkit-text-stroke: 0.2px currentColor;
  max-width: 90%;
}
@media (min-width: 1860px) {
  .historycard__content-details {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .historycard__content-details {
    font-size: 16px;
  }
}
.historycard__content-image {
  position: relative;
  height: 291px;
  width: 100%;
  margin-top: auto;
}
@media (min-width: 1860px) {
  .historycard__content-image {
    height: 351px;
  }
}
@media (max-width: 768px) {
  .historycard__content-image {
    height: 183.08px;
    width: 100%;
  }
}
.historycard__content-image img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
  display: block;
}
.historycard__content-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(72, 70, 70, 0.5);
  transition: opacity 0.3s ease;
}
.historycard:hover .historycard__content-image::before {
  opacity: 0;
}.horizontal-scroller {
  position: relative;
  height: 300vh;
}
.horizontal-scroller--mobile {
  height: auto;
  overflow-x: auto;
  overflow-y: hidden;
}
.horizontal-scroller__mobile-track {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  width: max-content;
  padding: 1rem 0;
  overflow-x: auto;
  scrollbar-width: thin;
}
.horizontal-scroller__mobile-track::-webkit-scrollbar {
  height: 6px;
}
.horizontal-scroller__mobile-track::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.horizontal-scroller__mobile-track::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.horizontal-scroller__sticky {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  overflow: hidden;
}
@media (max-height: 600px) {
  .horizontal-scroller__sticky {
    justify-content: flex-start;
    padding-top: 20px;
  }
}
@media (max-height: 500px) {
  .horizontal-scroller__sticky {
    padding-top: 20px;
  }
}
@media (max-height: 400px) {
  .horizontal-scroller__sticky {
    padding-top: 20px;
  }
}

.horizontal-scroller__progress {
  position: relative;
  width: 100%;
  height: 20px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
@media (max-height: 600px) {
  .horizontal-scroller__progress {
    margin-bottom: 12px;
    height: 16px;
  }
}
@media (max-height: 500px) {
  .horizontal-scroller__progress {
    margin-bottom: 10px;
    height: 14px;
  }
}
.horizontal-scroller__progress-bar {
  height: 2px;
  background: transparent;
  background-image: repeating-linear-gradient(to right, #333 0, #333 8px, transparent 8px, transparent 16px);
  background-size: 16px 2px;
  width: 0%;
  transform-origin: left;
  overflow: hidden;
}
.horizontal-scroller__progress-diamond {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #333;
  transform: rotate(45deg) translateX(-50%);
  transform-origin: center;
  top: 75%;
  margin-top: -6px;
  z-index: 10;
}
@media (max-height: 500px) {
  .horizontal-scroller__progress-diamond {
    width: 6px;
    height: 6px;
    margin-top: -4px;
  }
}

.horizontal-scroller__track {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  width: max-content;
  flex: 1;
  min-height: 0;
}.profile_card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.profile_card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top;
  border-radius: 12px;
}
.profile_card__details-name {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  font-family: "Rubik";
  margin-bottom: 8px;
}
.profile_card__details-position {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Rubik";
  color: #999999;
}
@media (max-width: 760px) {
  .profile_card__details-name {
    font-size: 16px;
  }
  .profile_card__details-position {
    font-size: 16px;
  }
}.ourTeam {
  background-color: #fdfdf7;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  gap: 90px;
  padding-block: 100px;
}
@media (max-width: 1024px) {
  .ourTeam {
    gap: 50px;
  }
}
@media (max-width: 768px) {
  .ourTeam {
    gap: 20px;
    margin-top: 0px;
    padding-block: 50px;
  }
}
.ourTeam__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}
@media (max-width: 768px) {
  .ourTeam__header {
    gap: 10px;
  }
}
.ourTeam__header-title {
  margin-inline: auto;
  font-size: 32px;
  line-height: 1;
  font-weight: 300;
  -webkit-text-stroke: 0.2px currentColor;
}
@media (max-width: 768px) {
  .ourTeam__header-title {
    font-size: 14px;
  }
}
.ourTeam__header-subtitle h2 {
  font-size: 64px;
  line-height: 68px;
  font-weight: 300;
  -webkit-text-stroke: 0.2px currentColor;
}
@media (max-width: 1024px) {
  .ourTeam__header-subtitle h2 {
    font-size: 48px;
    line-height: 60px;
  }
}
@media (max-width: 768px) {
  .ourTeam__header-subtitle h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.ourTeam__listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.ourTeam__listing > * {
  flex: 1 1 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .ourTeam__listing > * {
    flex: 1 1 calc(50% - 40px);
    max-width: calc(50% - 40px);
  }
}
@media (min-width: 1280px) {
  .ourTeam__listing > * {
    flex: 1 1 calc(33.333% - 40px);
    max-width: calc(33.333% - 40px);
  }
}.social_wrapper {
  background-color: #fdfdf7;
  display: flex;
  justify-content: center;
}

.social_responsibility {
  padding-top: 50px;
  padding-bottom: 70px;
  display: flex;
  flex-direction: column;
  max-width: 1278px;
  margin-inline: 11%;
}
@media (max-width: 1024px) {
  .social_responsibility {
    margin-inline: 3%;
    padding-top: 0px;
  }
}
.social_responsibility__title {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  text-shadow: -0.2px -0.2px 0 currentColor, 0.2px -0.2px 0 currentColor, -0.2px 0.2px 0 currentColor, 0.2px 0.2px 0 currentColor;
}
@media (max-width: 1024px) {
  .social_responsibility__title {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.social_responsibility__subtitle {
  margin-bottom: 40px;
}
.social_responsibility__subtitle h2 {
  font-size: 64px;
  font-weight: 300;
  line-height: 68px;
  text-shadow: -0.2px -0.2px 0 currentColor, 0.2px -0.2px 0 currentColor, -0.2px 0.2px 0 currentColor, 0.2px 0.2px 0 currentColor;
}
@media (max-width: 1024px) {
  .social_responsibility__subtitle h2 {
    font-size: 32px;
    line-height: 34px;
  }
}
.social_responsibility__content {
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .social_responsibility__content {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.social_responsibility__content-text {
  margin-top: auto;
  margin-bottom: auto;
}
@media (min-width: 1024px) {
  .social_responsibility__content-text {
    flex: 0 0 47%;
    max-width: 463px;
  }
}
.social_responsibility__content-text p {
  font-size: 20px;
  font-family: "Rubik";
  font-weight: 300;
  line-height: 1.45;
  color: black;
  -webkit-text-stroke: 0.2px currentColor;
}
@media (max-width: 1024px) {
  .social_responsibility__content-text p {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .social_responsibility__content-text {
    width: 100%;
  }
}
.social_responsibility__content-image {
  max-width: 100%;
  min-height: auto;
  max-height: none;
}
@media (min-width: 1024px) {
  .social_responsibility__content-image {
    flex: 0 0 53%;
  }
}
.social_responsibility__content-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media (max-width: 1024px) {
  .social_responsibility__content-image {
    width: 100%;
  }
}