body{
    padding: 40px 0;
    background-image: url("../img/BG.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-family: 'Poppins', sans-serif;
    min-width: 320px;

}
h1{
    font-weight: 700;
    font-size: 48px;
    line-height: 54px;
}
.btn{
    background: #FFFFFF;
    padding: 12px 30px;
    border-radius: 23px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-color: #FFFFFF;
    color: #24282C;
}
.lSSlideWrapper{
    position: static;
}

.lSAction>.lSPrev{
    background-image: url("../img/arrow-left.png");
    width: 19px;
    height: 34px;
    left: -25px;
}
.lslide{
    text-align: center;
    padding: 30px 0;
}
.lslide a{
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: all .2s ease-in-out;
}
.lslide a:hover { transform: scale(1.1); }
.lSAction>.lSNext{
    background-image: url("../img/arrow-right.png");
    width: 19px;
    height: 34px;
    background-position: center;
    right: -25px;
}
.lSSlideOuter .lSPager.lSpg{
    margin-top: 20px !important;
}
.lSSlideOuter .lSPager.lSpg>li a{
    background-color: transparent;
    border-color: #808080;
    border-width: 2px;
    border-style: solid;
    width: 10px;
    height: 10px;
}
.lSSlideOuter .lSPager.lSpg>li.active a, .lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #808080;
    border-color: #808080;
}
@media only screen and (max-width: 1000px) {
    .logo{
        margin: 10px auto 50px auto;
        display: block;
    }
}

@media only screen and (max-width: 600px) {
    .lSAction>.lSPrev{;
        left: 5px;
    }
    .lSAction>.lSNext{
        right:5px;
    }
}