/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.widget-type-cta {
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
}

.cta_button {
  background: rgb(255,220,63) !important
    box-shadow: none !important;
  border: 0 !important;
  /* padding: 7px 30px 9px 30px !important; */
}

.cta_button:hover {
    background: #fff !important;
    color: #171713 !important;
    text-shadow: none !important;
}
ul:not([class]) {
    padding-left: 20px !important;
}
@media (min-width: 90.0625em) {
    .card__title {
        font-size: 1.5rem!important;
    }
}