.valuation-detail {
  padding: 60px 30px;
}

.valuation-detail__link {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 2px solid #86c5ca;
  margin-bottom: 24px;
}

.valuation-detail__separator {
  border: 0;
  height: 1px;
  background-color: white;
  opacity: 0.5;
  margin-top: 24px;
  margin-bottom: 45px;
}

.valuation-detail__title {
  font-weight: 600;
  font-size: 29px;
  line-height: 40px;
  color: #86c5ca;
  margin-bottom: 45px;

  @media screen and (min-width: 768px) {
    font-size: 33px;
  }
}

.valuation-detail__content {
  font-size: 23px;
  line-height: 32px;
  letter-spacing: 0.43px;
}
