.home__about {
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
  padding-block: 120px;
  padding-inline: 1em;
}
.home__about .wrapper > *:last-child {
  margin-bottom: 0;
}
.home__about .wrapper h1 {
  text-align: center;
}
.home__about .wrapper p {
  text-align: center;
}
@media screen and (max-width: 567px) {
  .home__about {
    padding-block: 60px;
  }
}

.survival__meters {
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
  padding-block: 100px;
  padding-bottom: 130px;
  position: relative;
  padding-inline: 1em;
}
.survival__meters .bg__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}
.survival__meters .bg__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.survival__meters .meter__head {
  margin-bottom: 30px;
}
.survival__meters .meter__head > *:last-child {
  margin: 0;
}
.survival__meters h2,
.survival__meters p {
  color: #fff;
  text-align: center;
}
.survival__meters h2 {
  font-size: 36px;
  font-family: "Avenir LT Pro", sans-serif;
  font-weight: 700;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  line-height: 43.2px;
}
.survival__meters .icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
}
.survival__meters .icons .icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.survival__meters .icons .icon .image {
  height: 120px;
  max-height: 120px;
}
.survival__meters .icons .icon .image img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 120px;
}
.survival__meters .icons .icon p {
  font-size: 24px;
  font-weight: 700;
}
.survival__meters .icons .icon:hover p, .survival__meters .icons .icon:focus p {
  color: #0FF2B2;
}
@media screen and (max-width: 567px) {
  .survival__meters {
    padding-block: 60px;
    background-color: #071A37;
  }
  .survival__meters .bg__image {
    display: none;
  }
  .survival__meters .icons {
    grid-template-columns: 1fr;
  }
}

.buythebook {
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
  margin-top: -60px;
}
.buythebook .bookboxcontainer {
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
  background-image: url("../images/gradient_background.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 60px;
  padding-inline: 1em;
}
.buythebook .bookboxcontainer h2 {
  font-size: 36px;
  font-family: "Avenir LT Pro", sans-serif;
  font-weight: 700;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  line-height: 43.2px;
  color: #ffffff;
  text-align: center;
}
.buythebook .bookboxcontainer .buttons {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 567px) {
  .buythebook {
    margin: 0;
  }
  .buythebook .bookboxcontainer .buttons {
    flex-direction: column;
  }
}

.news {
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
  padding-block: 100px;
  padding-inline: 1em;
}
.news .news__head h2,
.news .news__head p {
  text-align: center;
}
.news h2 {
  font-size: 36px;
  font-family: "Avenir LT Pro", sans-serif;
  font-weight: 700;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  line-height: 43.2px;
  text-align: center;
}
.news .button {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.news .news__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.news .news__grid .box {
  display: block;
}
.news .news__grid .box .image {
  height: 224px;
}
.news .news__grid .box img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.news .news__grid .box .text {
  padding-top: 15px;
}
.news .news__grid .box .text h3 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 5px;
  color: #071A37;
}
.news .news__grid .box .text .date {
  font-size: 12px;
  line-height: 20.4px;
  color: #6929F2;
  margin-bottom: 15px;
}
.news .news__grid .box .text p {
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 400;
  margin: 0;
  color: #071A37;
}
.news .news__grid .box:hover .text h3, .news .news__grid .box:focus .text h3 {
  color: #6929F2;
}
@media screen and (max-width: 769px) {
  .news {
    padding-block: 60px;
  }
  .news .news__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 567px) {
  .news {
    padding-block: 60px;
  }
  .news .news__grid {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=default.css.map */
