p.sub-title{
  color:#818181;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  margin:-20px 0 30px 0;
}
#cform .element{
  box-sizing: border-box;
  vertical-align: top;
  display: inline-block;
  margin-bottom: 28px;
}
#cform .element.half{width: 50%;padding-right: 40px;}
#cform .element.full{width: 100%;padding-right: 40px;}
#cform .element label{
  color:#3434343;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  width: 100%;
  padding: 0 0 10px 0;
}
#cform .element input{
  border: 1px solid #ced4da;
  border-radius: 4px;
  height: 42px;
  box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
}
#cform textarea{
  border: 1px solid #ced4da;
  border-radius: 4px;
  height: 130px;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
}
#cform button{
  background: #1075B8;
  color:#fff;
  padding: 15px 30px;
  border-radius: 4px;
  margin:20px 0 0 0;
  font-size: 16px;
  font-weight: 500;
  border:none;
  display: inline-block;
}
#contact-methods .box{
  width: 33.333%;
  vertical-align: top;
  display: inline-block;
  text-align: center;
  margin: 50px 0;
  position: relative;
  padding: 0 20px;
  box-sizing: border-box;
}
#contact-methods .box span{
  font-size: 40px;
  border-radius:50%;
  background: #f1f1f1;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color:#1075B8;
}
#contact-methods .box h4,#contact-methods .box h3{
  color:#343434;
  font-size: 19px;
  padding: 0;
  margin: 30px 0 10px 0;
}
#contact-methods .box p{
  color:#818181;
  font-size: 17px;
  padding: 0;
  margin: 0;
  line-height: 1.45em;
  min-height: 4.35em;
}
#contact-methods .box::before{
  content: '';
  top:0;
  width: 1px;
  height:105%;
  background: #e1e1e1;
  position: absolute;
  left: 0;
}
#contact-methods .box:last-child:after{
  content: '';
  top:0;
  width: 1px;
  height: 105%;
  background: #e1e1e1;
  position: absolute;
  right: 0;
}
@media only screen and (max-width:480px){
.row-white{padding: 40px 20px;}
#cform .element.half{width:100%;}
#contact-methods .box{width:100%;border:none; margin: 25px 0;}
#contact-methods .box::before,#contact-methods .box::after{display: none;}
}
