.about-block {
  padding-bottom: 60px;
}
.about-block .about-container {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.about-block .title {
  width: 44%;
  padding-right: 20px;
}
.about-block .about-info {
  margin-top: 40px;
  padding-top: 47px;
  position: relative;
  padding-bottom: 40px;
}
.about-block .about-bg {
  position: absolute;
  background-color: #e0e1e0;
  opacity: 0.25;
  top: 0;
  left: 0;
  z-index: -1;
  width: 50%;
  height: 100%;
}
.about-block .about-text {
  padding-right: 20px;
  width: 44%;
}
.about-block .about-text p {
  margin: 0;
  margin-bottom: 24px;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #514439;
  opacity: 0.75;
}
.about-block .about-text p:last-child {
  margin-bottom: 0;
}
.about-block .about-img {
  margin-top: -124px;
  width: 56%;
  /*height: 100%;*/
  min-height: 200px;
  max-height: 600px;
}
.about-block .about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1699px) {
  .about-block .title,
  .about-block .about-text {
    width: 55%;
  }
  .about-block .about-img {
    width: 45%;
    margin-top: -104px;
  }
  .about-block .about-info {
    padding-top: 30px;
  }
  .about-block .about-bg {
    width: 55%;
  }
}
@media screen and (max-width: 1199px) {
  .about-block .title,
  .about-block .about-text {
    width: 57%;
  }
  .about-block .about-img {
    width: 43%;
    margin-top: -80px;
  }
  .about-block .about-text p {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .about-block .about-bg {
    width: 60%;
  }
  .about-block .about-info {
    margin-top: 22px;
  }
}
@media screen and (max-width: 991px) {
  .about-block .about-container {
    flex-direction: column;
  }
  .about-block .title,
  .about-block .about-text {
    width: 100%;
  }
  .about-block .about-img {
    width: 100%;
    margin-top: 20px;
    height: 400px;
    margin-bottom: -100px;
  }
  .about-block .about-bg {
    width: 100%;
  }
  .about-block {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 480px) {
  .about-block .about-img {
    height: 270px;
  }
}
