/*
Theme Name: Melbourne Chauffeur cab
Theme URI: https://click4technologies.com/
Author: Click 4 Technologies Group
Author URI: https://click4technologies.com/
Description: Content Management System
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: <https://www.gnu.org/licenses/gpl-2.0.html>
Text Domain: CMS Websiet
Tags: CMS Websiet
*/
.highlight .feature-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #f4a623; /* orange circle */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 30px;
  }

@media (max-width:767px) {	
	.comfort-feature {
		max-width: none;
	}
	.callus-buttons {
	   text-align: center;
	 }
	.alignright {
		float: none;
		 width: 100%;
	}
	.alignleft {
		float: none;
		width: 100%;
	 }	
}	

