
.contact .contact-wrapper {
  margin-top: 50px;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.contact .contact-wrapper .item {
  min-width: 20%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 38px;
  margin-bottom: 50px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.contact .contact-wrapper .item:nth-child(1) {
  min-width: 30%;
}

.contact .contact-wrapper .item:last-child {
  margin-right: 0;
}

.contact .contact-wrapper .item .icon {
  color: #ea9a0f;
  background-color: #1b1f22;
  font-size: 76px;
  padding: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 40px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.contact .contact-wrapper .item .title {
  font-size: 20px;
  margin-bottom: 25px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.contact .contact-wrapper .item .sub-title {
  font-size: 18px;
  line-height: 1.5;
}

.contact .contact-wrapper .item a {
  color: #343434;
}

.contact .map{
  display: block;
  max-width: 1920px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 2000px) {
  .contact .contact-wrapper .item {
    margin-right: 20px;
  }

  .contact .contact-wrapper .item .icon {
    margin-right: 20px;
    font-size: 66px;
    padding: 20px;
  }

  .contact .contact-wrapper .item .title {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 1750px) {
  .contact .contact-wrapper {
    flex-wrap: wrap;
    padding: 0 120px;
  }

  .contact .contact-wrapper .item {
    min-width: 45%;
  }

  .contact .contact-wrapper .item:nth-child(even) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1300px) {
  .contact .contact-wrapper {
    flex-wrap: wrap;
    padding: 0 60px;
  }

  .contact .contact-wrapper .item {
    margin-right: 15px;
  }

  .contact .contact-wrapper .item .icon {
    margin-right: 10px;
    font-size: 42px;
    padding: 15px;
  }
}

@media screen and (max-width: 991px) {

  .contact .contact-wrapper {
    margin-top: 0.5rem;
    padding: 0 80px;
  }

  .contact .contact-wrapper .item {
    min-width: 100%;
    margin-bottom: 0.8rem;
    align-items: center;
  }

  .contact .map{
    margin-bottom: 0.5rem;
  }
}

@media screen and (max-width: 767px) {

  .contact .contact-wrapper {
    padding: 0;
  }

  .contact .contact-wrapper .item .title {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .contact .contact-wrapper .item .sub-title {
    font-size: 14px;
  }

  .contact .contact-wrapper .item .icon {
    font-size: 0.76rem;
    padding: 0.3rem;
    margin-right: 10px;
  }

}
