.cdetail-body img {
    max-width: 100%;
    margin-bottom: 10px;
}
.cdetail-body h4 {
    letter-spacing: 1px;
    font-weight: 900;
    margin-bottom: 5px;
}
.cdetail-body .img-list img {
    width: 30%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    margin-right: 10px;
}