.about__title {
  font-size: calc(20% + 0.8vw + 0.9vh);
  font-weight: bold;
}

.about__description {
  font-size: calc(10% + 0.6vw + 0.7vh);
}

.about__link {
  background: #259639;
  border-radius: 10px;
  font-size: small;
  padding: 1rem 1.5rem !important;
  bottom: -25px;
  box-shadow: 0px 20px 30px -3px rgb(37 150 57 / 30%);
}

.about__background {
  border-radius: 20px;
  background-color: #0080000d;
}
