/* Change icon circle color to green (#00a651) on contact-us page only */
.elementor-icon,
.elementor-icon-box-icon .elementor-icon {
    background-color: #00a651 !important;
    color: #fff !important;
}
