.ahrc-widget {
  border-bottom:6px solid #f15a29;
  text-align:center;
  color:#3c4252;
}
.ahrc-widget .inner {
  border-left:1px solid #ebebec;
  border-right:1px solid #ebebec;
  padding:15px 0;
}
.widget .ahrc-widget h3 {
  color:#fff !important;
  font-size:17px; 
  font-weight:bold;
  background:#f15a29;
  margin:0;
  padding:15px 5px 13px;
  line-height:1.3;
}
.ahrc-widget h3 span {
  display:block;
  font-size:14px; 
  letter-spacing:-.02em;
}
.ahrc-widget p {
  font-size:12px;
  font-style:italic;
  line-height:19px;
  padding:0 15px;
  font-weight:600;
  margin:0 0 5px;
}
.ahrc-widget .ahrc-phone {
  font-family: 'Raleway', sans-serif;
  font-weight:bold;
  font-size:21px;
  color:#3c4252;
}
.ahrc-widget .ahrc-email {
  line-height:40px;
  color:#fff;
  font-size:13px;
  font-weight:bold;
  text-align:center;
  display:inline-block;
  padding:0 30px;
  margin:0 auto;
  border-radius:3px;
  border:1px outset #f5854e;
  background: #d85124;
  background: -moz-linear-gradient(left,  #d85124 0%, #f36c29 100%); 
  background: -webkit-linear-gradient(left,  #d85124 0%,#f36c29 100%); 
  background: linear-gradient(to right,  #d85124 0%,#f36c29 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d85124', endColorstr='#f36c29',GradientType=1 ); 
}
.ahrc-widget hr {
   border-top:2px solid #f15a29;
   width:45%;
   margin:10px auto 15px;
   display:block;
}
@media(max-width:800px) and (min-width:640px) {
  .ahrc-widget .ahrc-email {
    padding:0 20px;
  }
  .ahrc-widget .ahrc-phone {
    font-size:16px;
  }
}