/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

.axcelersblocks-bodycopy__text {
	a,
	a:visited,
	a:hover,
	a:focus {
		color: inherit;
		text-decoration-color: currentColor;
	}

	.icon {
    display: flex;
    align-items: center;
    justify-content: center;
		width: 32px;
		height: 32px;
		svg {
			width: 100%;
			height: 100%;
		}
	}
}
