#hero{
    height: 500px;
    background-size: cover;
    background-position: center;
}

#hero .slider,
#hero .slick-list,
#hero .slick-track,
#hero .slick-slide div{
    height: 500px;
}

#hero .slick-slide img{
    height: 100%;
    object-fit: cover;
}


#s1{
    text-align: center;
    padding: 50px 0;
}

#s1{
    text-align: center;
    padding: 50px 0;
}

#year ul{
    display: flex;
    list-style-type: none;
    padding: 0;
    width: 100%;
    justify-content: center;
}

#year li:first-of-type{
    margin-left: 0;
}

#year li{
    margin: 0 10px;
    cursor: pointer;
    color: var(--black);
}

#year li.active{
    font-weight: 700;
    text-decoration: underline
}

#e{
    padding: 50px 0;
}

#e .wrap{
    display: flex;
    align-items: center;
}

#e img{
    width: 400px;
    height: 400px;
    object-fit: cover;
    margin-right: 30px;
}

#e h2{
    margin-bottom: 20px;
}

#e a{
    text-decoration: none;
}

#e p{
    font-size: 18px;
    color: #4B4B4B;
}

#e span{
    font-weight: 700;
    color: var(--black);
    width: 120px;
    display: flex;
}

#e .inner{
    display: flex;
}

@media(max-width:991px){
    #e .wrap{
        flex-direction: column;
    }
    
    #e img{
        margin: 0 0 20px 0;
    }
}

@media(max-width:576px){
    #e img{
        width: 100%;
    }
}