section.about-company {
  background: rgb(217, 217, 217);
  background: linear-gradient(13deg, rgb(217, 217, 217) 3%, rgb(241, 241, 241) 42%);
  margin-top: 56px;
}
@media (max-width: 768px) {
  section.about-company {
    background: linear-gradient(0deg, #F3F3F3 0%, rgba(217, 217, 217, 0) 100%);
    padding-top: 30px;
    margin-top: 30px;
  }
}
section.about-company .about-wrapper {
  display: flex;
  padding: 0 15px;
}
@media (max-width: 991px) {
  section.about-company .about-wrapper {
    flex-direction: column;
  }
}
section.about-company .about-wrapper .info-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 107px 0;
  max-width: 400px;
  margin-right: 180px;
}
@media (max-width: 768px) {
  section.about-company .about-wrapper .info-wrapper {
    padding: 0;
    padding-bottom: 30px;
    margin-right: 0;
    max-width: 100%;
  }
}
section.about-company .about-wrapper .info-wrapper .site-logo {
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  section.about-company .about-wrapper .info-wrapper .site-logo {
    margin-bottom: 30px;
  }
}
section.about-company .about-wrapper .info-wrapper .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 768px) {
  section.about-company .about-wrapper .info-wrapper .text {
    font-size: 16px;
    line-height: 25.6px;
  }
}
section.about-company .about-wrapper .image-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-basis: 50%;
  width: 50%;
}
@media (max-width: 768px) {
  section.about-company .about-wrapper .image-wrapper {
    justify-content: center;
    width: 100%;
  }
}
section.about-company .about-wrapper .image-wrapper img {
  top: 0;
  right: 0;
  height: auto;
  width: 100%;
  max-width: 740px;
  min-width: 375px;
}
@media (max-width: 425px) {
  section.about-company .about-wrapper .image-wrapper img {
    min-width: unset;
  }
}

/*# sourceMappingURL=about-company.css.map */
