.termite {
    position: relative;
    background: url(/template/387eee7d/images/termite-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    padding: 17px;
}
.termite div{
    color: #fff;
    display: inline-block;
    margin-left: -181px;
    font-size: 29px;
    text-transform: none !important;
    font-family: "Century Gothic";
    font-weight: bold;
}
.termite div   i,
.termite div   em
{
    color: #fff;
    font-size: 30px;
    width: 55px;
    height: 55px;
    background: #000;
    border: 3px solid #ED1A21;
    border-radius: 50%;
    line-height: 51px;
    text-align: center;
    margin-left: 15px;
}
.termite div   p{
    color: #fff;
    font-size: 30px;
}
.termite a{
    color: #fff;
    margin-left: 15px;
    font-size: 45px;
    letter-spacing: 0.50px;
    line-height: 20px;
    font-family: 'BebasNeue';
    font-weight: normal;
}
.termite a:hover{
    text-decoration: none;
    color: #ED1A21;
}
.termite img{
    position: absolute;
    top: -150px;
    right: 12%;
z-index: 444;
}
body.widget-snippet .termite {
    margin-top: 170px;
}

@media screen and (max-width: 767px) {
.termite div p {
	font-size: 22px;
text-align: center;
}
.termite div i, .termite div em {
	display: inline-block;
margin-top: 15px;
}
.widget.widget-snippet .termite a {
	display: inline-block;
}
}
