.highlights-module{
	display:grid !important;
	grid-gap:32px;
	grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));
}

.highlights-module .wp-block-column{
	margin-left:0 !important;
}

@media only screen and (max-width: 473px) {
    .highlights-module{   
        grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    }
  }