.perspective-top {
  padding-top: 128px;
  padding-bottom: 200px;
  background: linear-gradient(257deg, #d6e1e2 -16.31%, #fff 113.58%);
}

.perspective-top__title {
  padding-top: 60px;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  background: linear-gradient(69deg, #049863 43.28%, #99dd40 82.42%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.perspective-top__title img {
  margin: 0 auto;
}

.perspective-top__text {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 30px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 190%; /* 38px */
  text-align: center;
}

.perspective-top__text--tag {
  gap: 18px;
  margin: 0;
  font-weight: 500;
  line-height: 160%;
}

.perspective-top__image-title {
  display: flex;
  gap: 20px;
  align-items: center;
  max-width: 1180px;
  padding-top: 60px;
  margin: 0 auto;
  font-weight: 600;
  color: var(--deep-green);
  white-space: nowrap;
}

.perspective-top__image-title::before,
.perspective-top__image-title::after {
  display: block;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  content: '';
  background-color: var(--deep-green);
}

.perspective-top__image {
  margin: 0 auto;
}

.perspective-top__image-caption {
  padding-top: 4px;
  margin: 0 20px;
  font-size: 12px;
  line-height: 140%;
  color: var(--deep-green);
}

.perspective-top__points {
  position: relative;
  left: 50%;
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 900px;
  padding-top: 60px;
  padding-bottom: 70px;
  transform: translateX(-50%);
}

.perspective-top__point-title {
  position: relative;
  top: 10%;
  left: 50%;
  width: 180px;
  padding: 4px 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  color: #fff;
  text-align: center;
  background: linear-gradient(60deg, #049863 29.1%, #99dd40 97.31%);
  border-radius: 70px;
  transform: translateX(-50%);
}

.perspective-top__point-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  padding: 40px 10px;
  font-weight: 600;
  line-height: 190%;
  color: var(--deep-green);
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
}

.perspective-top__tags {
  display: flex;
  gap: 14px;
}

.perspective-top__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 121px;
  height: 58px;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 33.6px */
  color: #fff;
}

.perspective-top__tag--blue {
  background-color: #0472c1;
}

.perspective-top__tag--green {
  background-color: #26b556;
}

.perspective-top__tag--orange {
  background-color: #ff7f00;
}

@media (width <= 1024px) {
  .perspective-top {
    padding-top: 75px;
    padding-bottom: 120px;
  }

  .perspective-top__title {
    padding-top: 20px;
    margin: 0 40px;
    font-size: 28px;
  }

  .perspective-top__text {
    margin-top: 26px;
    font-size: 16px;
  }

  .perspective-top__text--tag {
    margin: 0;
  }

  .perspective-top__image-title {
    margin: 0 20px;
  }

  .perspective-top__image-wrapper {
    position: relative;
    z-index: 10;
    padding: 0 20px 20px;
  }

  .perspective-top__points {
    gap: 10px;
    padding: 40px 20px 30px;
  }

  .perspective-top__point-title {
    width: 131px;
    padding: 8px 0;
    font-size: 16px;
    line-height: 170%;
  }

  .perspective-top__point-body {
    padding: 31px 0;
    line-height: 160%;
  }

  .perspective-top__tag {
    width: 111px;
    height: 48px;
    font-size: 20px;
  }
}

@media (width < 768px) {
  .perspective-top {
    padding-bottom: 48px;
  }

  .perspective-top__title {
    font-size: 20px;
    line-height: 150%; /* 30px */
    background: linear-gradient(91deg, #7fb439 16%, #00645a 78.79%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .perspective-top__text {
    font-size: 14px;
    line-height: 140%; /* 19.6px */
  }

  .perspective-top__text--tag {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }

  .perspective-top__image-title {
    gap: 10px;
    padding-top: 40px;
  }

  .perspective-top__image-wrapper {
    position: relative;
    z-index: 10;
    overflow-x: scroll;
  }

  .perspective-top__image {
    width: 716px;
    max-width: none;
  }

  .perspective-top__points {
    grid-template-columns: 1fr;
  }

  .perspective-top__tags {
    display: block;
  }

  .perspective-top__tag {
    width: 86.646px;
    height: 41.533px;
    margin: 5px;
    font-size: 18.618px;
  }
}
