.single{
    height: 370px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 3px 5px 10px #5853bc99;
    transition: 0.3s;
}

.single img{
    height: 100%;
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.single:hover {
    box-shadow: none;
}

.singlex{
    height: 380px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 3px 5px 10px #5853bc99;
    transition: 0.3s;
}

.singlex img{
    height: 100%;
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}