body {
    background: url(/images/bg-pattern.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#history {
  background-image: url("/images/icons/flag.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 50% 100%;
  padding: 0px 20px;
}
#history .wrapper {
  max-width: 1420px;
  margin: 126px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  justify-content: end;
}
#history .wrapper__hood {
  display: flex;
  width: 692px;
}
#history .wrapper__hood h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 75px;
  line-height: 100px;
  text-align: center;
  color: #a7d5c5;
  font-family: "NothingYouCouldDo";
  margin: 0px;
  margin-left: -30px;
}
#history .wrapper__text-hood-card {
  width: 692px;
}
#history .wrapper__text-hood-card .hood {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#history .wrapper__text-hood-card .hood img {
  height: 50px;
  width: 248px;
}
#history .wrapper__text-hood-card .hood h3 {
  font-family: "BigNoodleTitling";
  font-weight: 400;
  color: #78dab9;
  font-size: 90px;
  line-height: 99px;
  margin: 0px;
}
#history .wrapper__text-hood-card .text p {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  margin: 23px 0px;
  color: #cdd9d5;
}
#history .wrapper__text-hood-card .text p b {
  font-weight: 700;
}
#history .wrapper__text-hood-card .card {
  display: flex;
  gap: 36px;
}
#history .wrapper__text-hood-card .card .card-items img {
  width: 325px;
  height: 206px;
  -o-object-fit: none;
     object-fit: none;
}
#history .wrapper__text-hood-card .card .card-items p {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  color: #cdd9d5;
}
#history .wrapper__text-hood-card .card .card-items p b {
  font-weight: 700;
}

#history-text .wrapper {
  max-width: 1420px;
  margin-bottom: 126px;
  margin-top: 96px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 20px;
}
#history-text .wrapper__hood h3 {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 400;
  font-size: 45px;
  line-height: 52px;
  letter-spacing: 0.025em;
  color: #ffffff;
  margin: 0px;
}
#history-text .wrapper__text p {
  margin-top: 19.56px;
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: #f8f8f8;
}

@media (max-width: 1420px) {
  #history-text .wrapper {
    max-width: 992px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1350px) {
  #history {
    background-size: 40% 100%;
  }
  #history .wrapper__text-hood-card .card {
    width: 632px;
  }
  #history .wrapper__text-hood-card .card .card-items img {
    width: 275px;
    height: 176px;
  }
}
@media (max-width: 1200px) {
  #history {
    background-image: unset;
  }
  #history .wrapper {
    justify-content: center;
    margin-bottom: 0px;
  }
  #history .wrapper__hood {
    justify-content: center;
    width: 768px;
  }
  #history .wrapper__text-hood-card {
    width: 768px;
  }
  #history .wrapper__text-hood-card .card {
    width: 100%;
    justify-content: center;
  }
  #history .wrapper__text-hood-card .card .card-items {
    text-align: center;
    width: 300px;
  }
  #history .wrapper__text-hood-card .card .card-items img {
    width: 275px;
    height: 176px;
  }
  #history .wrapper__text-hood-card .card .card-items p {
    text-align: start;
  }
}
@media (max-width: 992px) {
  #history-text .wrapper {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  #history .wrapper {
    max-width: 100%;
  }
  #history .wrapper__hood {
    width: 100%;
    padding: 0px;
  }
  #history .wrapper__text-hood-card {
    width: 100%;
  }
  #history .wrapper__text-hood-card .hood {
    margin-top: 30px;
    display: block;
    text-align: center;
  }
  #history .wrapper__text-hood-card .card {
    justify-content: space-around;
    gap: 0px;
  }
  #history .wrapper__text-hood-card .card .card-items img {
    width: 100%;
    height: auto;
  }
  #history-text .wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 650px) {
  #history .wrapper__text-hood-card .card {
    display: grid;
  }
  #history .wrapper__text-hood-card .card .card-items {
    width: 100%;
  }
  #history .wrapper__text-hood-card .card .card-items img {
    width: unset;
  }
  #history .wrapper__text-hood-card .card .card-items p {
    text-align: center;
  }
}
@media (max-width: 576px) {
  #history .wrapper__text-hood-card .text p {
    font-size: 14px;
    line-height: 16px;
  }
  #history .wrapper__text-hood-card .card .card-items p {
    font-size: 14px;
    line-height: 16px;
    margin-top: 6px;
  }
  #history-text .wrapper__hood {
    text-align: center;
  }
  #history-text .wrapper__hood h3 {
    font-size: 24px;
    line-height: 28px;
    margin-top: 20px;
  }
  #history-text .wrapper__text p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 350px) {
  #history .wrapper__hood h3 {
    font-size: 50px;
    line-height: 55px;
  }
  #history .wrapper__text-hood-card .card .card-items img {
    width: 100%;
  }
}
@media (max-width: 300px) {
  #history-text .wrapper__hood img {
    width: 100%;
  }
}/*# sourceMappingURL=history.css.map */