.contactPage .it1-bx {
  padding-top: 70px;
}
@media (max-width: 767px) {
  .contactPage .it1-bx {
    padding-top: 35px;
  }
}
.contactPage .it1-bx .h3-ti {
  text-align: center;
  color: #1b1b1b;
}
.contactPage .it1-bx ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 45px;
}
@media (max-width: 767px) {
  .contactPage .it1-bx ul {
    margin-top: 25px;
  }
}
.contactPage .it1-bx ul li {
  width: 46.4%;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .contactPage .it1-bx ul li {
    width: 100%;
    margin-bottom: 0;
  }
  .contactPage .it1-bx ul li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.contactPage .it1-bx ul li:nth-child(1) .ti-bx {
  background-color: #004280;
}
.contactPage .it1-bx ul li:nth-child(2) .ti-bx {
  background-color: #076fb8;
}
.contactPage .it1-bx ul li:nth-child(3) .ti-bx {
  background-color: #009d7f;
}
.contactPage .it1-bx ul li:nth-child(4) .ti-bx {
  background-color: #ea5614;
}
.contactPage .it1-bx ul li:nth-child(5) .ti-bx {
  background-color: #8fc31f;
}
.contactPage .it1-bx ul li:nth-child(6) .ti-bx {
  background-color: #ae5da1;
}
.contactPage .it1-bx ul li .ti-bx {
  padding: 10px 5px;
  text-align: center;
  color: #fff;
}
.contactPage .it1-bx ul li .des-bx {
  padding: 31px 30px 38px 45px;
  background-color: #f8f8f8;
}
@media (max-width: 767px) {
  .contactPage .it1-bx ul li .des-bx {
    padding: 26px 20px 22px 30px;
  }
}
.contactPage .it1-bx ul li .des-bx a {
  color: #333;
  font-weight: 400;
}