/* Start custom CSS */.brand-color{
    color:#B90E18;
}
.elementor-counter-title{
    text-align: center
}
.elementor-counter-number-suffix{
    color: #000;
}

.e-opened svg{
    transform: rotate(-90deg) !important;
    filter: grayscale(0);
     transition:all 300ms ease-in-out;
}
.e-closed svg{
    transition:all 300ms ease-in-out;
    transform: rotate(90deg) !important;
    filter: grayscale(1);
}

@media only screen and (max-width:768px){
    .remove-br br{
        display:none !important;
    }
}/* End custom CSS */