#banner-contact {
  margin-top: 34px;
}

#banner-contact p {
  font-size: 31px;
  line-height: 1em;
}

#banner-contact p span {
  font-size: 28px;
}

#banner-contact img {
  margin: -38px 0px -27px 21px;
}

#banner-contact .button {
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  width: 160px;
}

@media screen and (max-width: 992px ) {
  #banner-contact {
    position: relative;
    margin-top: 160px;
    background: transparent;
    padding: 0 15px;
  }

  #banner-contact img {
    position: absolute;
    max-width: 242px;
    margin: 0;
    top: -126px;
    left: 45%;
    transform: translateX(-50%);
  }

  #banner-contact .inner {
    flex-direction: column;
    padding: 0 0 50px 0;
    background-color: #243D70;
    border-radius: 5px;
  }

  #banner-contact p {
    font-size: 24px;
    margin-top: 55px;
  }

  #banner-contact p span {
    font-size: 20px;
  }

  #banner-contact .button {
    margin: 20px 0 0 0;
    width: 174px;
  }
}