/*Colors*/
/*font*/
/* Font Weights */
.content-hist-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0px 24px;
  position: relative;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  background-color: #f6f6f6;
}

.hist-header {
  color: var(--dark-blue, #264555);
  /* Heading/XL */
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 50.4px;
  text-transform: uppercase;
  padding-bottom: 8px;
}

.hist-sub-txt {
  color: var(--dark-blue, #264555);
  /* Heading/S */
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 31.2px;
  padding-bottom: 24px;
}

.hist-sub-sub {
  color: var(--Medium-blue, #335363);
  /* Body/S */
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
}

.hist-left-s {
  width: 100%;
  display: block;
  position: relative;
  padding: 40px 20px 40px 20px;
  order: 2;
}

.hist-right-s {
  width: 100%;
  order: 1;
}
.hist-right-s img {
  width: 100%;
  position: relative;
  display: block;
}

/*================*/
#years-hist {
  padding: 84px 20px 60px 20px;
}

.years-hist-header {
  color: var(--dark-blue, #264555);
  /* Heading/XL */
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 50.4px;
  text-transform: uppercase;
  margin-bottom: 72px;
}
.years-hist-header span {
  color: #61bad2 !important;
}

.cards-container {
  display: flex;
  flex-direction: column;
  gap: 24px 0px;
}
.cards-container .card-year {
  display: flex;
  height: -moz-max-content;
  height: max-content;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  border-radius: 18px;
  background: var(--white, #fff);
  opacity: 0;
  transform: translateY(50px);
  width: 100%;
  box-sizing: border-box;
  /* Main */
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.05), 0px 1px 10px 0px rgba(0, 0, 0, 0.05);
}
.cards-container .card-year h3 {
  color: var(--dark-blue, #264555);
  /* Heading/XL */
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 50.4px */
  text-transform: uppercase;
}
.cards-container .card-year p {
  color: var(--Medium-blue, #335363);
  /* Body/S */
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}

@media (min-width: 1209px) {
  .content-hist-container {
    flex-wrap: nowrap;
    padding: 0px 0px 0px 80px;
  }
  .hist-left-s {
    max-width: 590px;
    padding: 0px 0px 0px 0px;
    order: 1;
  }
  .hist-right-s {
    width: -moz-max-content;
    width: max-content;
    order: 2;
  }
  .hist-right-s img {
    width: -moz-max-content;
    width: max-content;
  }
  .hist-header {
    font-size: 42px;
    font-weight: 600;
  }
  /*Years*/
  /*===========*/
  #years-hist {
    padding: 84px 80px 60px 80px;
  }
}

@media (min-width: 1505px) {
  .content-hist-container {
    flex-wrap: nowrap;
    padding: 0px 0px 0px 10rem;
  }
  #years-hist {
    padding: 84px 10rem 60px 10rem;
  }
  
  #documentation {
        padding: 84px 10rem 60px 10rem;
    }
}/*# sourceMappingURL=main.css.map */