.custom .orange{
background: #ed9912;
color: #fff;
padding: 30px 20px 20px 20px;
}
.custom .hotline{
position: relative;
background: #ffffff;
color: #EA2A2A;
border-radius: 3px;
padding: 30px 10px 10px 10px;
margin: 40px 0 10px;
}
.custom .hotline h3{
font-family: 'Roboto-Bold';
font-size: 18px;
margin: 10px 0;
}
.custom .icon{
position: absolute;
top: -25px;
left: 50%;
transform: translateX(-50%);
background: #fff;
width: 50px;
height: 50px;
border: 2px solid orange;
border-radius: 50%;
text-align: center;
}
.custom .icon .icomoon{
font-size: 24px;
line-height: 44px;
}
.custom p{
color: #222;
}