section.contact {
  background: #FDF7E3;
}

.info-txt {
  padding: 4px 4vw;
}

.box {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 20px;
  flex-wrap: wrap;
}

.box .txt,
.box img {
  width: 100%;
}

.box .txt p {
  font-size: 1rem;
}

.box .txt p a {
  color: #0473EA;
}

@media(max-width:860px) {
  .box {
    flex-wrap: wrap;
  }

  .box .txt,
  .box img {
    width: 100%;
  }
}