.pill_banner{padding:120px 0 75px; text-align:center; color:#ffffff;background-size: cover; background-position: center center; background-repeat: no-repeat;}
.pill_cta {margin:30px 0 0;}
.pill_cta a {background-color:#36C122; border-radius: 6px; color: #ffffff; font-size: 16px; font-weight:600; text-align: center; padding: 11px 30px; }
.pill_cta a:hover {background-color: #1d8e0d; border-radius: 6px; color: #ffffff; font-size: 16px; font-weight:600; transition: all 0.3s ease-in-out 0s; text-align: center; padding: 11px 30px; }

/************Responsive Layout********************/
@media(max-width:767px){
.pill_banner{padding:90px 0 75px;}
}

@media(max-width:480px){
.pill_cta a{padding:10px 25px;}
}