*{
    margin: 0;
    padding: 0;
    text-decoration: 0;
    list-style: none;

}

body{

    background: linear-gradient(
        180deg,
        rgba(204,204,204,1) 0%,
        rgba(238,238,238,1) 50%,
        rgba(204,204,204,1) 100%,
    );
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    min-height: 50vh;
} 

.sidebar a {
    color: #FF6600;
    }

.container{

    max-width: 1040px;
    margin: 0 auto;
}


.swiper{
    margin-top: 10px;
}

.swiper-slide{

    margin-bottom: 50px;
    /*background-color: rgb(255, 255, 255); */
    /*box-shadow: 0 30px 30px rgba(0,0,0,0.2);*/
    border-radius: 15px;
    height: 320px;
    width: 195px;
    position: relative;
}

.swiper-slide img{

    width: 195px;
    border-radius: 15px;
    height: 320px;
}

.swiper-txt{

    position: absolute;
    padding: 25px;
}

.swiper-txt h3{

    font-size: 15px;
    margin-bottom: 5px;
    color: #222222;
}

  
@media(max-width:991px){

     

    .swiper{
        padding: 0 70px;
    }

    .swiper-slide img{

         width: 100%;

    }



        
}
