/* Responsiveness for Custom website */


@media only screen and (min-width : 1441px) and (max-width : 1680px) {

}

@media (min-width: 1200px) {
}


@media screen and  (max-width: 1024px) {

}
@media screen and  (max-width: 600px) {
	.elementor-counter-title {
    text-align: center !important;
}
	.elementor-icon-list-items.elementor-inline-items {
    row-gap: 10px !important;
}
}