body {
  background: rgb(173, 208, 222);
  background: linear-gradient(180deg, rgb(173, 208, 222) 0%, rgb(255, 255, 255) 100%);
}

#about {
  padding: 70px 0px 70px 0px;
}
#about img {
  margin-bottom: 30px;
  position: relative;
}
#about img::after {
  content: "";
  position: absolute;
  inset: 0px;
  background-color: rgba(0, 0, 0, 0.3254901961);
}
#about .box {
  background-color: #ffffff;
  margin-bottom: 0px;
}
#about .box h3 {
  color: #000;
}
#about .box .icon {
  margin-bottom: 30px;
}
#about .box .icon img {
  width: 90px;
}

.about-desc {
  line-height: clamp(1.5rem, 1.2359rem + 0.8451vw, 2.25rem);
  font-size: clamp(1rem, 0.868rem + 0.4225vw, 1.375rem);
}

#opinions {
  padding-bottom: 60px;
}/*# sourceMappingURL=about.css.map */