.aboutUs {
  background: linear-gradient(180deg, #000000 0%, rgba(19, 19, 19, 0) 100%), #383838;
  padding: 40px 25px 90px 25px;
}
.aboutUs .centerWrapper {
  display: flex;
  flex-wrap: wrap;
}
.aboutUs__title {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  order: 1;
  flex-basis: 100%;
}
.aboutUs .wrapperBlock {
  display: flex;
  flex-wrap: wrap;
  order: 1;
  justify-content: center;
}
.aboutUs__description {
  order: 2;
  color: #FFF;
  font-family: Lato, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 30px;
  flex-basis: 100%;
  text-align: center;
}
.aboutUs__moreInfoLink {
  order: 3;
  margin-bottom: 30px;
  text-align: center;
}
.aboutUs__car {
  order: 2;
  text-align: center;
  width: 100%;
}
.aboutUs__carImage {
  height: auto;
  max-width: 270px;
}
.aboutUs__dignity {
  order: 3;
  background-color: #000;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 25px;
  text-align: center;
  justify-content: center;
  flex-basis: 100%;
}
.aboutUs__dignity .dignityWrapper {
  margin-bottom: 30px;
  flex-basis: 100%;
}
.aboutUs__dignity .dignityWrapper:last-of-type {
  margin-bottom: 0;
}
.aboutUs__dignityImageWrapper {
  margin-bottom: 15px;
  text-align: center;
}
.aboutUs__dignityTitle {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.aboutUs__dignityDescription {
  color: #646363;
  font-family: Lato, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 30px;
}
.aboutUs__dignityDescription:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 980px) {
  .aboutUs {
    padding-bottom: 40px;
  }
  .aboutUs__dignity {
    align-items: center;
    flex-basis: 100%;
    margin-top: 20px;
  }
  .aboutUs__dignity .dignityWrapper {
    flex-basis: 25%;
    margin-bottom: 0;
  }
  .aboutUs__description {
    order: 3;
    flex-basis: 100%;
  }
  .aboutUs__description p {
    margin: 0;
    margin-bottom: 10px;
  }
  .aboutUs__moreInfoLink {
    order: 2;
    flex-basis: 50%;
    align-self: center;
  }
  .aboutUs .wrapperBlock {
    order: 1;
    flex-basis: 50%;
    align-self: stretch;
    flex-wrap: wrap;
  }
  .aboutUs__car {
    align-self: stretch;
    flex-basis: 50%;
    background-image: url("/public/images/aboutUsCarBig.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .aboutUs__car img {
    display: none;
  }
}

/*# sourceMappingURL=aboutUs.css.map */
