/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/about-us/style.scss ***!
  \************************************************************************************************************************************************************************************************************************************************/
.about-us {
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .about-us {
    padding: 50px 15px;
  }
}
@media (min-width: 1024px) {
  .about-us {
    padding: 65px 15px;
  }
}
.about-us__wrapper {
  max-width: 1110px;
  margin: 0 auto;
}
.about-us__wrapper-title {
  color: var(--color-4, #999);
  font-family: "Manrope";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 30px;
}
@media (min-width: 575px) {
  .about-us__wrapper-title {
    margin-bottom: 50px;
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 768px) {
  .about-us__wrapper-title {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .about-us__wrapper-title {
    margin-bottom: 117px;
    font-size: 48px;
    line-height: 56px;
  }
}
.about-us__wrapper-bottom {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 28px;
       column-gap: 28px;
}
.about-us__wrapper-bottom-left {
  max-width: 100%;
  flex: 0 0 100%;
  order: 2;
}
@media (min-width: 768px) {
  .about-us__wrapper-bottom-left {
    order: 1;
    max-width: calc(50% - 14px);
    flex: 0 0 calc(50% - 14px);
  }
}
.about-us__wrapper-bottom-left-description {
  color: var(--color-3, #2D2D2D);
  font-family: "Manrope";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 30px;
}
.about-us__wrapper-bottom-left-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.about-us__wrapper-bottom-left-bottom-link {
  color: #2D2D2D;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.18px;
  border-bottom: 1px solid #2D2D2D;
  display: inline-block;
  padding-bottom: 5px;
  margin-top: 15px;
}
@media (min-width: 575px) {
  .about-us__wrapper-bottom-left-bottom-link {
    font-size: 16px;
    line-height: 24px;
    border-bottom: 2px solid #2D2D2D;
  }
}
@media (min-width: 1024px) {
  .about-us__wrapper-bottom-left-bottom-link {
    font-size: 18px;
    line-height: 28px;
  }
}
.about-us__wrapper-bottom-left-bottom-link a {
  color: #2D2D2D;
  display: inline-block;
  text-decoration: none;
}
.about-us__wrapper-bottom-left-bottom-image {
  position: relative;
  width: 221px;
  height: 246px;
  border-radius: 150px 150px 0px 0px;
}
.about-us__wrapper-bottom-left-bottom-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 150px 150px 0px 0px;
}
.about-us__wrapper-bottom-right {
  max-width: 100%;
  flex: 0 0 100%;
  order: 1;
}
@media (min-width: 768px) {
  .about-us__wrapper-bottom-right {
    order: 2;
    max-width: calc(50% - 14px);
    flex: 0 0 calc(50% - 14px);
  }
}
.about-us__wrapper-bottom-right-image {
  height: 400px;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .about-us__wrapper-bottom-right-image {
    height: 100%;
  }
}
.about-us__wrapper-bottom-right-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*# sourceMappingURL=style-index.css.map*/