/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.swiper_wrapper .slider-caption h1.custom-header {
    font-family: 'Poppins', sans-serif;
    padding-top: 25px;
    font-size: 5.5vw;
    color: #F7F7F7;
    text-shadow: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
}

@media (max-width: 576px) {
    .swiper_wrapper .slider-caption p {
        font-size: 16px;
    }
}

li {
    margin-left: 20px;
}

.section.dark {
    background-color: #ffffff;
}
