.contact-btn-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.contact-text {
  text-align: center;
  font-size: 14px;
  margin: 0 0 0.5em;
}


@media screen and (min-width: 1px) and (max-width: 743px) {
  .contact-text {
    font-size: 3.733vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {}