.impact-info__content {
  background-color: #e0e3d9;
  width: 100%;
  padding: 5rem;
}

@media screen and (max-width: 700px) {
  .impact-info__content {
    padding: 2rem;
  }
}

.text-xlarge {
  font-size: clamp(3rem, 6vw, 15rem);
  font-family: roadgeek;
}

.text-large {
  font-size: clamp(3rem, 4vw, 7rem);
  font-family: roadgeek;
}

.text-normal {
  font-size: clamp(1.8rem, 1.5vw, 2.2rem);
  font-family: 'Open Sans', sans-serif !important;
  font-weight: normal;
}

.text-small {
  font-size: clamp(1.2rem, 1.5vw, 1.6rem);
}

@media screen and (max-width: 620px) {
  .text-large {
    font-size: clamp(2.8rem, 4vw, 6.4rem);
  } 
  .text-normal {
    font-size: clamp(1.4rem, 1.5vw, 2.2rem);
  }
}

@media screen and (max-width: 400px) {
  .text-large {
    font-size: clamp(1.9rem, 4vw, 6.4rem);
  } 
  .text-normal {
    font-size: clamp(1.1rem, 1.5vw, 2.2rem);
  }
  .text-small {
    font-size: clamp(0.9rem, 1.5vw, 2.2rem);
  }
}

.text-middle_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.img_container_large {
  display: block;
  width: clamp(7rem, 20vw, 26rem);
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  object-fit: contain;
} 

.img_container {
  display: block;
  width: clamp(6rem, 12vw, 20rem);
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  object-fit: contain;
}

.impact > .impact-info__wrapper {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 1800px) {
  .impact > .impact-info__wrapper {
    max-width: 940px;
  }
}

.graphic__equating, .graphic__guardians-deployed, .graphic__objectives-approach, .graphic__audio-collected {
  grid-column: 1 / span 3;
  padding: 1vw;
}

// Top area
.impact > .impact-info__area-img {
  margin: 0;
  width: 100%;
  height: 310px;
}

@media screen and (max-width: 1800px) {
  .impact > .impact-info__area-img {
    height: 310px !important;
  }
}

@media screen and (max-width: 600px) {
  .impact > .impact-info__area-img {
    height: 270px !important;
  }
}

.impact-info__area-img .impact__img-top {
  background: url(/wp-content/themes/rainforestconnection/assets/images/impact/forest.jpg) 
    no-repeat center center;
  background-size: cover;
  height: 100%;
}

// Graphic area
.impact-info__content > .impact-info__graphic {
  display: grid; 
  grid-template-columns: repeat(3, 1fr); 
}

.impact-info__graphic > .center-content {
  position: relative;
}

.fit-center {
  width: fit-content; 
  margin: 0 auto;
}

.flex-container {
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.graphic__protected-reserves {
  border-top: clamp(1px, 0.3vw, 3px) solid #fff;
  border-bottom: clamp(1px, 0.3vw, 3px) solid #fff;
  padding: 1vw;
}

.graphic__protected-reserves > div > div {
  position: relative;
}

.graphic__protected-reserves .protected-reserves_text {
  margin: 0 auto;
  width: fit-content;
  text-align: center;
  margin-bottom: 2vw;
}

.graphic__countres-operating {
  background: url(/wp-content/themes/rainforestconnection/assets/images/impact/operating-map.png) 
    no-repeat center center;
  background-size: cover;
  height: 100%;
  border: clamp(1px, 0.3vw, 3px)   solid #fff;
  padding: 1vw;
}

.graphic__countres-operating .countres-operating_text {
  width: fit-content;
  margin: 0 auto;
  text-align: center; 
}

.graphic__countres-operating .countres-operating_number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 0px; 
  color: black; 
  font-weight: initial;
  text-align: center;
}

.graphic__countres-operating .countres-operating_sub-text {
  width: 100%;
  font-weight: bold !important;
}

.graphic__countres-operating .countres-operating_img {
  position: absolute;
  width: 100%; 
  aspect-ratio: 1 / 1;
  inset: -15%;
  margin: 0 auto;
  object-fit: contain;
}

.graphic__hectares-monitored > div:first-of-type {
  border-top: clamp(1px, 0.3vw, 3px) solid #fff;
  border-bottom: clamp(1px, 0.3vw, 3px) solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1vw;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

@media screen (min-width: 1400px) {
  .graphic__hectares-monitored > div:first-of-type {
    border-top: clamp(1px, 0.3vw, 3px) solid #fff !important;
    border-bottom: clamp(1px, 0.3vw, 3px) solid #fff !important;
  }
}

.graphic__hectares-monitored .hectares-monitored_number {
  width: max-content; 
  letter-spacing: 0px; 
  color: black; 
}

.graphic__hectares-monitored .hectares-monitored_text {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  left: 50%;
}

.graphic__equating .equating_img {
  width: 45vw;
  max-width: 650px;
  aspect-ratio: 10 / 4;
  object-fit: cover ;
}

@media screen and (max-width: 1200px) {
  .graphic__equating .equating_img  {
    width: max(42vw, 120px);
  }
}

.graphic__equating > div:first-of-type {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.graphic__equating .equating_info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-wrap: nowrap;
}

.graphic__equating .equating_text-top {
  width: fit-content;
  text-align: right;
}

.graphic__equating .equating_text-bottom {
  width: max-content;
  text-align: right;
}

.graphic__guardians-deployed {
  width: 100%;
  border-top: clamp(1px, 0.3vw, 3px) solid #fff;
  border-bottom: clamp(1px, 0.3vw, 3px) solid #fff;
}

.graphic__guardians-deployed > div:first-of-type {
  display: flex;
  flex-direction: row;
  flex-warp: nowrap;
  align-items: center;
}

.graphic__guardians-deployed .guardians_number {
  display: flex;
  flex-direction: column; 
  align-items: flex-end;
  letter-spacing: 0px; 
  color: black; 
  font-weight: initial;
  font-family: roadgeek;
}

.graphic__guardians-deployed .guardians_number div:first-of-type + div {
  width: min-content;
  text-align: right;
}

.graphic__guardians-deployed .guardians_img {
  width: 40vw;
  max-width: 650px;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

.graphic__objectives-approach {
  border-bottom: clamp(1px, 0.3vw, 3px) solid #fff;
  padding: 3vw 0;
}

.graphic__objectives-approach .title-box {
  text-align: center;
  background-color: #5fc473; 
  color: #ffffff; 
  padding: .25rem 2.25rem; 
  margin: 0 auto;
  margin-bottom: 1vw;
  font-weight: 700 !important; 
  width: fit-content;
}

@media screen and (min-width: 950px) {
  .graphic__objectives-approach .title-box  {
    padding: 1rem 5.25rem !important;
  }
}

.graphic__objectives-approach .subtitle-box {
  text-align: center;
  width: fit-content; 
  margin: 4px auto; 
  font-weight: 900 !important;
}

.objectives-list {
  display: flex; 
  flex-direction: row; 
  flex-wrap: wrap; 
  justify-content: center; 
  width: 90%;
  margin: 2vw auto 0 auto;
  row-gap: 2vw;
}

.objectives-list > * {
  position: relative;
  flex: 1 0 50px;
}

@media screen and (max-width: 620px) {
  .objectives-list > * {
    flex-grow: 0;
    flex-basis: initial;
    width: 10vw;
  }
}

.objectives-list img {
  width: 75%;
  aspect-ratio: 1 / 1;
}

.objective-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
}

.objective-content > div:first-of-type {
  margin-top: 0.5vw;
}

.fullwidth-center {
  width: 100%; 
  text-align: center;
}

.graphic__species-classified {
  border-bottom: clamp(1px, 0.3vw, 3px) solid #fff;
  padding: 1vw;
  align-items: center;
}

.graphic__species-classified .species-classified_text {
  text-align: center;
  width: fit-content;
}

.graphic__species-endangered > div:first-of-type {
  height: 100%;
  position: relative;
  border: clamp(1px, 0.3vw, 3px) solid #fff;
  border-top: 0px solid #fff;
  padding: 1vw;
}

.graphic__species-endangered .species-endangered_number {
  position: absolute; 
  top: 50%;
  left: 50%;
  color: black; 
  width: 100%; 
  letter-spacing: 0px; 
  transform: translate(-50%, -50% );
  text-align: center;
}

.graphic__species-detectable {
  border-bottom: clamp(1px, 0.3vw, 3px) solid #fff;
  padding: 1vw;
}

.graphic__species-detectable .species-detectable_text {
  width: fit-content;
  text-align: center;
}

.graphic__audio-collected {
  position: relative;
  padding: 4vw 0;
  border-bottom: clamp(1px, 0.3vw, 3px) solid #fff;
  background: url(/wp-content/themes/rainforestconnection/assets/images/impact/spectrogram.svg) 
    no-repeat center center;
  background-size: cover;
  height: 100%;;
}

.graphic__audio-collected > div:first-of-type {
  width: 80%; 
  margin: 0 auto; 
  text-align: center;
}

.graphic__audio-collected .audio-collected_number {
  width: fit-content; 
  letter-spacing: 0px;
  color: #25b14a;
  margin: 0 auto;
  text-align: center;
  filter: contrast(120%);
}

.graphic__audio-collected .audio-collected_text-bottom {
  font-weight: bolder !important;
  width: max-content;
  margin: 0 auto;
  filter: contrast(2);
}

.audio-collected_spectrogram {
  position: absolute;
  inset: 0;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  width: 100%;
  height: 100%; 
}

// Bottom area
.impact-info__area-last {
  margin: 0 auto; 
  width: 100%; 
  height: 790px;
}

@media screen and (max-width: 1800px) {
  .impact-info__area-last {
    height: 474px !important;
  }
}
@media screen and (max-width: 950px) {
  .impact-info__area-last {
    height: 400px !important;
  }
}

.impact-info_last {
  width: 100%;
  padding: 0;
  text-align: center;
  position: relative;
}

.impact-info__parrot {
  background: url(/wp-content/themes/rainforestconnection/assets/images/impact/bottom-banner.jpg) 
    no-repeat center center;
  background-size: cover;
  height: 100%;
}

@media screen and (max-width: 1400px) {
  .impact-info__parrot {
    background-position: 80% center;
  }
}

.impact-info__banner-wrapper {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  z-index: 200;
  translate: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.impact-info__banner {
  display: block;
  margin: 0 auto;
}

.impact-btn {
  display: block;
  color: #fff;
  background: #2fb14a;
  width: fit-content;
  max-width: 509px;
  padding: 19px;
  outline: none;
  border: none;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  font-family: "PT Sans";
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 4px;
  margin: 2rem auto;
}

.impact-info__area-last .impact-btn:hover {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 1800px) {
  .impact-info__area-last .impact-btn {
    font-size: 1.8rem;
    letter-spacing: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .impact-info__area-last .impact-btn {
    font-size: 1.4rem;
    padding: 12px;
  }
}

