@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Math&family=Zalando+Sans+Expanded:ital,wght@0,200..900;1,200..900&display=swap");
.about-us-container {
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/img/weights-2.jpg);
}
.about-us-container p {
  font-size: 3rem;
  font-family: "Zalando Sans Expanded", sans-serif;
}

.company-description {
  display: flex;
  gap: 5px;
  margin: 50px 5px 20px 5px;
  padding: 5px;
}
.company-description .image div {
  width: clamp(300px, 60vw, 475px);
  height: 600px;
}
.company-description .image img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}
.company-description .company-wrapper .description,
.company-description .company-wrapper .what-we-do,
.company-description .company-wrapper .mission {
  line-height: 2.5;
  margin-bottom: 25px;
}
.company-description .company-wrapper .description .title,
.company-description .company-wrapper .what-we-do .title,
.company-description .company-wrapper .mission .title {
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-family: "Zalando Sans Expanded", sans-serif;
  position: relative;
  width: 170px;
}
.company-description .company-wrapper .description .title::after,
.company-description .company-wrapper .what-we-do .title::after,
.company-description .company-wrapper .mission .title::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #ba1f1f;
}
.company-description .company-wrapper .description .mission-statement,
.company-description .company-wrapper .what-we-do .mission-statement,
.company-description .company-wrapper .mission .mission-statement {
  width: 250px;
}

/*-------MEDIA QUERIES---------*/
@media (max-width: 768px) {
  .company-description {
    flex-direction: column;
  }
}/*# sourceMappingURL=about.css.map */