.about-us-wrapper {
  width: 95%;
  max-width: 1520px;
  margin: 25px auto auto auto;
}

.footer-1-wrapper {
  width: 95%;
  margin: auto;
  max-width: 1724px;
  box-sizing: border-box;
}

@media only screen and (min-width: 993px) {
  .footer-1-wrapper {
    border-right: 1px solid #c5c5c5;
    border-left: 1px solid #c5c5c5;
  }
}

.footer-1-wrapper .footer-1 {
  width: 100%;
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 50px;
}

.main-title {
  font-size: 25px;
  color: #000;
  font-weight: 700;
  margin-bottom: 55px;
  position: relative;
}

.main-title::after {
  position: absolute;
  width: 100px;
  height: 3px;
  content: '';
  left: 0;
  bottom: -42px;
  background-color: #000;
}

.content-heading {
  font-size: 15px;
  line-height: 25px;
  color: #000;
  font-weight: 700;
}

.content-item {
  font-size: 15px;
  line-height: 25px;
  color: #000;
}

.text-bold {
  font-weight: 700;
}

.content-item a {
  text-decoration: none;
  color: #000;
}

.about-us-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 65px;
}

.about-us-content-left {
  width: 40%;
  max-width: 670px;
}

.about-us-content-right {
  width: 59%;
  max-width: 857px;
  transform: translateX(50px);
}

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

.content-block {
  position: relative;
  font-size: 15px;
  line-height: 25px;
  color: #000;
  margin-bottom: 30px;
}

.content-block a {
  text-decoration: none;
  color: #000;
}

@media only screen and (max-width: 1740px) {
  .content-block {
    margin-left: 40px;
  }
  .about-us-content-right {
    transform: none;
  }
}

.block-number {
  position: absolute;
  z-index: -1;
  color: #ededed;
  font-style: italic;
  left: -70px;
  top: 10px;
}

.block-number .checkerboard {
  display: inline-block;
  font-size: 50px;
  font-weight: 900;
  transform: translateX(12px);
}

.block-number .number {
  display: inline-block;
  font-size: 90px;
  font-weight: 900;
}

@media only screen and (max-width: 992px) {
  .content-heading,
  .content-item {
    font-size: 13px;
  }

  .main-title {
    font-size: 15px;
  }

  .footer-1-wrapper .footer-1 {
    padding-top: 0;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 1023px) {
  .about-us-content {
    flex-direction: column;
    align-items: center;
  }

  .about-us-content-left {
    width: 90%;
    max-width: initial;
  }

  .about-us-content-right {
    width: 100%;
  }
}
