.number {
  font-size: 80px;
  font-style: italic;
  color: #97AACF;
}
@media (max-width: 767.98px) {
  .number {
    font-size: 60px;
    text-align: center;
    margin-bottom: 20px;
  }
}

.company-name {
  position: relative;
  display: inline-block;
  padding-right: 100px;
}

.company-name:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 80px;
  height: 1px;
  background-color: black;
  margin-left: 10px;
}

.strengths-footer-copy {
  position: relative;
  padding: 100px 20px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .strengths-footer-copy {
    padding: 40px 20px 60px;
  }
}

.strengths-footer-copy .map-img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  max-width: 360px;
}
@media (max-width: 767.98px) {
  .strengths-footer-copy .map-img {
    top: auto;
    bottom: 0;
    right: 0;
    transform: none;
    max-width: 220px;
    width: 100%;
    height: auto;
  }
}

.strengths-footer-copy p {
  padding-right: 10%;
  font-size: 28px;
}
@media (max-width: 767.98px) {
  .strengths-footer-copy p {
    font-size: 20px;
    padding-right: 0;
    position: relative;
    z-index: 1;
  }
}