html{
    scroll-behavior: smooth;
}

img{
    width: 100%;
    height: 570px;
    object-fit: cover;
}

.swiper-container {
    width: 100%;
    height: 60vh;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide h1{
    position: absolute;
    font-size: 4rem;
    font-family:'Arvo', sans-serif;
    color: rgb(216, 44, 44);
    -webkit-text-stroke: 2px #fff;
}

.swiper-slide img{
    filter: brightness(0.5);
}

.section-news .contain div{
    margin: 2rem auto 2rem;
    padding: 2rem;
    max-width: 768px;
}

.section-news .contain div:hover{
    cursor: pointer;
}

.section-news .contain div h4,
.section-news .contain div h1,
.section-news .contain div img,
.section-news .contain div p{
    margin-bottom: 1rem;
}

.section-news .contain div h4{
    color: #999;
}

.section-news .contain div h1{
    font-weight: bold;
}

.section-news .contain div ul{
    padding-left: 2rem;
}

.scrollif{
    height: 8000px;
}
@media screen and (max-width: 768px){
    .swiper-slide h1{
        font-size: 2.5rem;
        -webkit-text-stroke: 1px #fff;
    }
}