.green-info {
  position: relative;
  width: 100%;
  background-color: #2c3e36;
  padding: 125px 0;
}
@media (max-width: 768px) {
  .green-info {
    padding: 64px 0;
  }
}
@media (max-width: 320px) {
  .green-info {
    padding: 48px 0;
  }
}
.green-info__content {
  display: flex;
  align-items: center;
  gap: 83px;
  position: relative;
}
@media (max-width: 768px) {
  .green-info__content {
    flex-direction: column;
    gap: 48px;
  }
}
@media (max-width: 320px) {
  .green-info__content {
    gap: 40px;
  }
}
.green-info__left {
  flex: 0 0 550px;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  aspect-ratio: 1/1;
}
@media (max-width: 768px) {
  .green-info__left {
    flex: 1;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
  }
}
@media (max-width: 320px) {
  .green-info__left {
    border-radius: 30px;
  }
}
.green-info__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 50px;
}
@media (max-width: 320px) {
  .green-info__image {
    border-radius: 30px;
  }
}
.green-info__right {
  flex: 0 0 603px;
  display: flex;
  flex-direction: column;
  gap: 35px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .green-info__right {
    flex: 1;
    width: 100%;
    max-width: 100%;
  }
}
.green-info__header {
  display: flex;
  flex-direction: column;
  gap: 35px;
  width: 100%;
}
.green-info__title-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 320px) {
  .green-info__title-wrapper {
    gap: 16px;
  }
}
.green-info__title-icon-wrapper {
  flex-shrink: 0;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .green-info__title-icon-wrapper {
    width: 55px;
    height: 55px;
  }
}
@media (max-width: 320px) {
  .green-info__title-icon-wrapper {
    width: 45px;
    height: 45px;
  }
}
.green-info__title-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.green-info__headline {
  font-size: 45px;
  font-weight: 700;
  color: #e3b08c;
  line-height: 55px;
  margin: 0;
  font-family: "Gotham", sans-serif;
  letter-spacing: 0;
  flex: 1;
}
@media (max-width: 768px) {
  .green-info__headline {
    font-size: 32px;
    line-height: 40px;
  }
}
.green-info__intro {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  margin: 0;
}
@media (max-width: 768px) {
  .green-info__intro {
    font-size: 16px;
    line-height: 24px;
  }
}
.green-info__features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 507px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .green-info__features {
    width: 100%;
  }
}
.green-info__feature {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.green-info__feature-icon {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.green-info__icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.green-info__feature-text {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  margin: 0;
  flex: 1;
}
.green-info__feature-text strong,
.green-info__feature-text b {
  font-weight: 700;
}
@media (max-width: 768px) {
  .green-info__feature-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.green-info__closing {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  margin: 0;
}
@media (max-width: 768px) {
  .green-info__closing {
    font-size: 16px;
    line-height: 24px;
  }
}