/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.section {
   margin: 0 !important;
 
}



@media screen and (max-width: 768px) {
.col-lg-3 {
    width: 50% !important;
}

.slider-title.dark {
    margin-top: 200px;
}
}

@media (min-width: 992px) {
.slider-title h1 {
    font-size: 34px !important;
    line-height: 1.3;
    font-weight: 700;
}}