.main {
  padding-bottom: 80px;
}

.content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1440px;
  color: #000;
  /*color: $main-color;*/
  text-align: center;
}

.about-us-img {
  width: 100%;
}

.about-us-img img {
  width: 100%;
}

.main-title {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 42px;
  font-weight: 600;
  line-height: normal;
}

.about-us-container {
  display: flex;
  justify-content: center;
}

.text-container {
  padding-bottom: 40px;
  font-size: 20px;
  line-height: 110%;
  color: #292929;
  text-align: center;
}

.text-container p:not(:last-child) {
  padding-bottom: 20px;
}

.button-to-buy {
  text-align: center;
}

.button-to-buy-link {
  padding: 15px 80px;
  display: inline-block;
  background-color: #E7426A;
  /*background-color: $pink;*/
  color: #FFF;
  /*color: $white;*/
  border: 1px solid #E7426A;
  /*border: 1px solid $pink;*/
  border-radius: 3px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}

.button-to-buy:hover {
  background-color: rgba(231, 66, 106, 0.7);
  border: 1px solid rgba(231, 66, 106, 0.7);
}/*# sourceMappingURL=about.css.map */