.customer_connect{
  margin: 30px 0;
}

.customer_connect h2{
  font-size: 30px;
  line-height: 38px;
  display: block;
  text-align: center;
  color: #666;
  padding: 0 0 60px;
  margin: 0;
  font-weight: bold;
}

.customer_connect .cust_rec{
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}

.customer_connect .cust_rec .cust_pic{
  width: 130px;
  float: left;
  padding: 0;
  margin: 0;  
}

.customer_connect .cust_rec .cust_txt{
  float: right;
  padding: 0;
  margin: 0;
  width: 100%;
}

.customer_connect .cust_rec h3{
  color: #000;
  font-size: 24px;
  line-height: 26px;
  padding: 0;
  margin: 0;
  display: inline-block;
  width:100%;
}

.customer_connect .cust_rec h3 span{
  color: #000;
  font-size: 16px;
  line-height: 18px;
  padding: 0;
  margin: 0;
  display: block;
  width:100%;
}

.customer_connect .cust_rec p{
  color: #666666;
  font-size: 14px;
  line-height: 16px;
  padding: 10px 0 0;
  margin: 0;
  display: block;
}

.take_action{
  padding: 20px 0;
  background: #e7eaef;
  text-align: center;
}

.take_action h3{
  color: #666;
  font-size: 30px;
  line-height: 32px;
  padding: 0 0 20px;
  margin: 0;
  display: block;
  font-weight: bold;
}

.take_action .take_sec{
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
  text-align: center;
}

.take_action .take_sec .take_pic{
  text-align: center;
  margin: 0 auto 10px;
}

.take_action .take_sec h4{
  color: #000;
  font-size: 24px;
  line-height: 30px;
  padding: 0 0 20px;
  margin: 0;
  display: block;
}

.take_action .take_sec p{
  color: #000;
  font-size: 18px;
  line-height: 22px;
  padding: 0 0 20px;
  margin: 0;
  display: block;
}

.contact_us_page{
  padding: 0;
  margin: 20px 0;
  text-align: center;
}

.contact_us_page h4{
  color: #666;
  font-size: 30px;
  line-height: 32px;
  padding: 0 0 20px;
  margin: 0;
  display: block; 
  font-weight: bold;
}

.contact_us_page span{
  color: #000;
  font-size: 24px;
  line-height: 26px;
  padding: 0 0 20px;
  margin: 0;
  display: block;
}

.contact_us_page p{
  color: #000;
  font-size: 18px;
  line-height: 22px;
  padding: 0 0 20px;
  margin: 0;
  display: block;
}
@media(min-width: 1024px) {
.customer_connect .cust_rec .cust_txt{width:70% !important;}
}
@media screen and (max-width: 1023px) {

.customer_connect {
  margin: 60px 0 20px;
}

.customer_connect h2{
  font-size: 24px;
  line-height: 26px;
  color: #000;
  padding: 0 0 20px;
}

.customer_connect .cust_rec .cust_pic{
  width: 66px;
}

.customer_connect .cust_rec .cust_txt{
  width: 70%;
  margin:  0 0 20px;
}

.customer_connect .cust_rec h3{
  font-size: 18px;
  line-height: 18px;
}

.customer_connect .cust_rec h3 span{
  font-size: 13px;
}

.customer_connect .cust_rec p{
  font-size: 12px;
  padding: 5px 0 0;
}


.take_action h3{
  font-size: 24px;
}

.take_action .take_sec .take_pic{
  width: 66px;
}

.take_action .take_sec h4{
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
  padding: 0 0 10px;
}

.take_action .take_sec p{
  font-size: 12px;
  line-height: 14px;
}

.contact_us_page{
  margin: 20px 0 0;
}

.contact_us_page h4{
  font-size: 18px;
  padding: 0 0 10px;
}

.contact_us_page span{
  font-size: 12px;
  line-height: 14px;
  padding: 0 0 10px;
}

.contact_us_page p{
  font-size: 10px;
  line-height: 12px;
}

}