.find-us {
  background: #f7f7f7;
}

.find-us .container {
  padding: 30px 0;
}

.find-us .row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.find-us .before-line {
  width: 50% !important;
}

.find-us .img-find {
width: 25% !important;
    text-align: right;
}

.find-us .img-find img {

      max-width: 85% !important;
      max-height: 30px;
}

.find-us .before-line:before {
  top: 25px;
}


@media (max-width: 1080px) {
.find-us .before-line,
.find-us .img-find  {
  text-align: center;
}
  .find-us .before-line:before {
    display: none;
  }
    .find-us .row {
      flex-direction: column;
    }
    .find-us .img-find img {
      height: 50px;
      width: auto;
      max-height: 40px;
      margin: 15px 0;
      max-width: 90% !important;
    }
    .find-us .before-line,
    .find-us .img-find {
      width: 100% !important;
    }

}
