.contact-us-wrapper {
  margin-top: 20px;
}
.contact-us-wrapper .contact-title {
  font-size: 22px;
  font-weight: bold;
}
.contact-us-wrapper .contact-information-list {
  margin: 30px 0 60px 0;
  border: 1px solid #EBEBEB;
}
.contact-us-wrapper .information-list-item {
  float: left;
  padding: 40px 20px;
  height: 260px;
  text-align: center;
  box-sizing: border-box;
}
.information-list-item + .information-list-item {
  border-left: 1px solid #EBEBEB;
}
.contact-us-wrapper .information-list-item .list-item-content {
  margin-top: 30px;
}
.contact-us-wrapper .information-list-item .list-item-content .item-content-name {
  color: #363636;
  font-size: 18px;
  font-weight: bold;
}
.contact-us-wrapper .information-list-item .list-item-content .item-content-value {
  margin-top: 15px;
  color: #767676;
}
.contact-us-wrapper .contact-map {
  margin-top: 30px;
}

@media screen and (max-width: 992px) {
  .contact-us-wrapper .information-list-item {
    border: 1px solid #EBEBEB;
  }
  .contact-us-wrapper .contact-title {
    margin-top: 40px;
  }
}

@media screen and (max-width: 576px) {
  .contact-us-wrapper {
    overflow: hidden;
  }
  .contact-us-wrapper .information-list-item {
    padding: 20px 10px;
    height: auto;
    border: 1px solid #EBEBEB;
  }
  .contact-us-wrapper .information-list-item .list-item-content {
    margin-top: 15px;
  }
  .contact-us-wrapper .information-list-item .list-item-content .item-content-value {
    margin-top: 5px;
  }
}