.value .icon-big {
  width: 80px;
  height: 80px;
  font-size: 30px;
}

.value .icon-blue {
  background: #1565c033;
  color: #1565c0;
}

.value .icon-green {
  background: #156ac033;
  color: #023964;
}

.value .icon-orange {
  background: #c0901533;
  color: #c08a15;
}

.value .icon-red {
  background: #c0151533;
  color: #f90404;
}

.section-image img {
  width: 90%;
  height: auto;
  border-radius: 15px;
}

.about-section {
  padding: 0 7%;
  margin-bottom: 50px;;
}
.about-section h2 {
  font-size: 35px;
  font-family: "PlayFairDisplayBold";
  margin-bottom: 20px;
}

.about-section p {
  font-size: 18px;
}
