/* .latest-magazine {
  padding: 3.125rem 14rem;
}

@media screen and (max-width: 1440px) {
  .latest-magazine {
    padding: 3.125rem 12.5rem;
  }
}

@media screen and (max-width: 991px) {
  .latest-magazine {
    padding: 3.125rem 8rem;
  }
}

@media screen and (max-width: 767px) {
  .latest-magazine {
    padding: 3.125rem 20px;
  }
} */

.latest-magazine h2 {
  font-size: 3.879rem;

  line-height: 1.29;
  font-weight: 500;
  font-family: "IBM Plex Mono", monospace;
  display: inline-block;
  background-color: #FFA581;
  color: #ffffff;
  padding: 0.5rem 3.1rem;
  margin: 6.466rem 0 2.931rem 14.138rem;
}

@media screen and (max-width: 991px) {
  .latest-magazine h2 {
    font-size: 2.759rem;

    margin: 5.388rem 0 2.802rem 7.5rem;
  }
}

@media screen and (max-width: 767px) {
  .latest-magazine h2 {
    font-size: 1.724rem;

    width: max-content;
    display: block;
    margin: 4.31rem auto 2.672rem auto;
  }
}

.latest-magazine__container {
  padding: 6.897rem 12.5rem;
}

@media screen and (max-width: 991px) {
  .latest-magazine__container {
    padding: 6.897rem 7.112rem;
  }
}

@media screen and (max-width: 767px) {
  .latest-magazine__container {
    padding: 6.897rem 1.724rem;
  }
}

.latest-magazine__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5%;
}

@media screen and (max-width: 767px) {
  .latest-magazine__content {
    flex-direction: column;
    gap: 0;
  }
}

.latest-magazine__content__image {
  position: relative;
  width: 100%;
  max-width: 65%;
}

@media screen and (max-width: 767px) {
  .latest-magazine__content__image {
    max-width: 100%;
  }
}

.latest-magazine__content__image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: calc((96 / 209) * 100%);
}

.latest-magazine__content__image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.latest-magazine__content__text {
  position: relative;
  width: 100%;
  max-width: 30%;
}

@media screen and (max-width: 767px) {
  .latest-magazine__content__text {
    max-width: 100%;
  }
}

.latest-magazine__content__title {
  font-size: 6.897rem;

  line-height: 1.3;
  font-weight: 500;
  font-family: "IBM Plex Mono", monospace;
  color: #FFF;
  margin: 0;
  margin-bottom: 3.879rem;
}

@media screen and (max-width: 991px) {
  .latest-magazine__content__title {
    font-size: 5.388rem;

    margin-bottom: 2.586rem;
  }
}

@media screen and (max-width: 767px) {
  .latest-magazine__content__title {
    font-size: 3.879rem;

    margin-bottom: 1.293rem;
  }
}

.latest-magazine__content__chapo {
  font-size: 1.897rem;

  line-height: 1.5;
  font-weight: 400;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  .latest-magazine__content__chapo {
    line-height: 1.2;
    text-align: center;
  }
}

a.latest-magazine__content__cta {
  font-size: 1.7rem;

  line-height: 1.3;
  font-weight: 500;
  font-family: "IBM Plex Mono", monospace;
  padding: 0.8rem 3.3rem;
  color: #FFF;
  border: 3px solid #F5A482;
  width: fit-content;
  margin: 9.914rem auto 0 auto;
}

@media screen and (max-width: 991px) {
  .latest-magazine__content__cta {
    font-size: 1.466rem;
  }
}

@media screen and (max-width: 767px) {
  .latest-magazine__content__cta {
    font-size: 1.207rem;
  }
}