/*
*
*
* Why Choose Us Section CSS
*
*
*/



/* Basic section styling */



 	.row.why-choose-us .sitewidth .columns {
 		display: flex;
 		width: 100%;
 		justify-content: space-between;
 	}
 	.row.why-choose-us .column h3.column-title {
 		font-size: 30px;
 		font-weight: bold;
 		text-align: center;
 	}
 	.row.why-choose-us img.wave-bottom {
 		margin-bottom: 0;
 		vertical-align: baseline;
 	}


