body.widget-snippet .top-cta{
  background: #49ECC2;
}
.widget-snippet .top-cta{
  width:100%;
  z-index:1;
  position:relative;
}
.widget-snippet .top-cta p{
  max-width:402px;
  margin: 0 auto;
}
.widget-snippet .top-cta p {
font-family: 'Gilroy';
font-size: 16px;
line-height: 19px;
color: rgba(0, 0, 0, 0.65);
padding:5px 0;
font-weight: 500;
}
.widget-snippet .top-cta p b{
font-weight: 500;
}
.widget-snippet .top-cta p a{
font-family: 'Gilroy';
font-size: 16px;
line-height: 19px;
color:#000;
padding:8px 0;
font-weight: 600;
text-decoration: underline;
}
.widget-snippet .top-cta p a:hover{
color: #666;
text-decoration: underline;
}
