@charset "utf-8";
.contactBgBottom {
  height: 200px;
  color: #fff;
  background: url(../img/contact/contactBg.png) center no-repeat;
}
.contactBgBottom h3{
  margin-top: 30px;
  font-size: 26px;
}
.contactMain{
  width: 1170px;
  margin: 0 auto;
  background-color: #F0F2F4;
}
.contactMain h4{
  font-size: 22px;
}
.contactMain h5{
  font-size: 18px;
}
#container{
  width: 100%;
  height: 700px;
}

@media (min-width: 768px){
  .col-md-3 {
    width: 31%;
}
}
