body.widget-snippet {
    padding: 40px;
}

.banner-text {
    margin-right: 160px;
    width: 530px;
    padding: 65px 35px 60px 35px;
    text-align: center;
    border: 10px solid #3de39a;
    background: #ffffff;
}
 .banner-text .banner-text-content .btext-heading {
    color: #070659;
    font-size: 45px;
    line-height: 50px;
    font-weight: bold;
    margin: 0 0 20px;
    font-family: 'Century Gothic', sans-serif;
     text-transform: uppercase;
}

.banner-text .banner-text-content p {
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	line-height: 25px;
	font-family: 'Century Gothic', sans-serif;
	max-width: 327px;
	margin: 0 auto;
}
.banner-text .phn-quote-btn {
    text-decoration: none;
    background: #3de39a;
    font-size: 21px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    font-family: 'Century Gothic', sans-serif;
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: calc(50% - 2px);
    height: 54px;
    line-height: 54px;
}
.banner-text .phn-btn{
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    background: #070659;
}
.banner-text .phn-btn i {
    border: 2px solid #ffffff;
    border-radius: 50%;
    margin-right: 4px;
    font-size: 22px;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
}

.banner-text .banner-phn-quote-btn{
    margin-top: 35px;
}
.banner-text .quote-btn{
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
}
.banner-text .quote-btn:hover,
.banner-text .quote-btn:focus{
    text-decoration: none;
    background: #060586;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #ffffff;
}
.banner-text .phn-btn:hover,
.banner-text .phn-btn:focus{
    text-decoration: none;
    background: #42a97c;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #ffffff;
}
