@import url("style.css");

.dark-btn{
    color:#fff !important;
}
.dark-btn:hover{
    color:#000 !important;
    border-color:#000 !important;
}
.swiper-slide-caption h1{font-weight:700 !important;}

.swiper-slide-caption h2{font-weight:200 !important;}

@media(max-width:767px){
    .swiper-slide-caption h2{
        font-size: 25px;
        margin-top: 10px;
    }
}

header ul,footer ul{list-style:none;}
