.custom-image-two-container {
    padding: 0;
}

.custom-image-two-container .overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    width: 100%;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    border-radius: 15px;
}

.images-blocks {
    padding-bottom: 1.563rem;
    background-color: #E0E0E0;
}

.images-blocks img {
    height: 281px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.images-blocks .row {
    margin-left: auto;
    margin-right: auto;
    width: 1140px;
    max-width: 100%;
    /*gap: 1rem;*/
}

.row.d-md-flex > .custom-image-two-container {
    margin-right: 1rem;
}

.row.d-md-flex > .custom-image-two-container:last-child {
    margin-right: 0;
}

.overlay-text p,
.overlay-text a {
    color: white;
}

.overlay-text a {
    font-weight: 700;
}

.overlay-text a:hover {
    color: #e5007d;
}

.images-blocks .overlay-text a {
    color: white !important;
}

.images-blocks .overlay-text a:hover {
    color: #e5007d !important;
}

.save-ct-presto {
    display: block !important;
}

@media (max-width: 767px) {
    .images-blocks img {
        width: 100%;
    }
    .images-blocks .custom-image-two-container {
        margin-bottom: 20px;
    }
}

@media (max-width: 1199px) {
    .featured-products .products-section-title {
        text-align: center !important;
    }
    .all-product-link {
        padding-left: 60px;
    }
}

