.product-card {
    background-color: #111820;
    position: relative;
}

.product-title {
    padding-bottom: 30px;
    border-bottom: 2px solid #62cbc9;
}

.product-card .img-product {
    width: 240px;
    position: absolute;
}

.slick-prev::before,
.slick-next::before {
    color: #62cbc9 !important;
    transition: 0.3s all !important;
}

.slick-prev:hover::before,
.slick-next:hover::before {
    color: #FF5100 !important;
}

.product-card .desc-product {
    padding: 20px 20px 20px 260px;
}

.product-card .desc-product .btn {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .product-card .img-product {
        height: 260px;
        position: relative;
        width: 100%;
    }
    .product-card .desc-product {
        padding: 20px;
    }
}