.featuresMobile__title {
  font-size: calc(10% + 0.8vw + 0.9vh);
  font-weight: bold;
}

.featuresMobile__title__two {
  font-size: calc(5% + 0.8vw + 0.9vh);
  font-weight: bold;
}

.featuresMobile__link {
  background: #259639;
  border-radius: 10px;
  font-size: 12px;
  padding: 0.8rem 1.5rem !important;
  bottom: -25px;
  box-shadow: 0px 20px 30px -3px rgb(37 150 57 / 30%);
}

.featuresMobile__wrapper {
  border-bottom: 2px solid #e05402;
  display: inline-block;
  padding-bottom: 1rem;
  border-radius: 2px;
  font-size: calc(40% + 0.9vw + 0.9vh);
}
