.about-block {
  margin-bottom: 40px;
}
.about-info {
  display: flex;
  margin-top: 60px;
}
.about-img {
  width: 50%;
  height: 360px;
  margin-right: 60px;
}
.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-number {
  margin-bottom: 30px;
}
.about-value {
  font-weight: bold;
  font-size: 48px;
  line-height: 54px;
  background: linear-gradient(to right, #bf953f, #d5cb71, #b38728);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fbd10e;
}
.about-title {
  font-size: 18px;
  line-height: 28px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .about-img {
    width: 60%;
    height: 360px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 500px) {
  .about-info {
    flex-direction: column;
    margin-top: 40px;
  }
  .about-img {
    width: 100%;
    height: 240px;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .about-title,
  .about-value {
    text-align: center;
  }
  .about-number {
    margin-bottom: 20px;
  }
}
