#related{
    padding: 50px 0;
}

#related .inner{
    display: flex!important;
    padding: 0 30px;
}

#related .inner img{
    width: 100%;
    height: 316px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}
#related .inner .left{
    width: 45%;
}

#related .inner .right{
    width: 55%;
    padding: 0 0 0 20px;
}

#related .inner a{
    text-decoration: none;
    font-weight: 700;
}

#related .inner a:hover{
    color: #000!important
}


#related .inner .click{
    margin-top: 30px;
}

#related .slick-prev{
    width: 40px;
    height: 40px;
    border: 2px solid #40041B;
    border-radius: 50%;
    left: -25px;
}

#related .slick-next{
    width: 40px;
    height: 40px;
    border: 2px solid #40041B;
    border-radius: 50%;
    right: -25px;
}

#related .slick-prev-icon::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f053";
    opacity: 1;
    color: #40041B;
}

#related .slick-next-icon::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    opacity: 1;
    color: #40041B;
}

#related .smallImg{
    margin-bottom: 15px;
}

@media(max-width:1200px){
    #related .inner{
        align-items: center;
    }
        #related .slick-arrow{
        display: none!important;
    }
}

@media(max-width:767px){
    #related .inner{
        flex-direction: column;
    }
    
    #related .inner .left,
    #related .inner .right{
        width: 100%;
    }
    
    #related .inner .right{
        padding: 20px 0 0 0;
    }
}