/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 29 2023 | 07:45:30 */
.more-about-section-home .et_pb_column {
	padding: 0 !important;
}

@media (max-width: 1199px) and (min-width:768px) {
	.more-about-section-home.et_pb_row_8.et_pb_row {
		display: flex;
		flex-wrap: wrap;
		padding-left: 0 !important;
	}
	
	.more-about-title.rotate-heading h4 {
		margin-bottom: -10px;
	}
	
	.more-about-section-home.et_pb_gutters2 .et_pb_column_1_3 {
		width: calc(100% / 3 ) !important;
		margin: 0 0 35px 0;
		flex-basis: auto;
		padding-right: 15px !important;
	}
	
	.more-about-section-home .et_pb_module {
		margin-top: 0 !important;
	}
}

@media (max-width:1199px) {
	.more-about-section-home{
		display: flex;
		flex-wrap: wrap;
		justify-content:space-between;
	}
	
	.more-about-section-home .et_pb_column{
        padding: 0px !important;
		flex-basis: calc(50% - 10px);
		flex-grow: inherit;
	}
	
	.more-about-section-home .et_pb_column h3{
		margin-top:-12px;
	}
	
}