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

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

.swiper_wrapper {
	width: 100%;
	height: 600px;
	overflow: hidden;
}
.stroked {
	  color: white;
	  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.lead-home {

    font-size: 1.25rem;
    font-weight: 600;

}

