.hc-page-template-page-service .hc-pages-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.hc-page-template-page-service .hc-pages-list .hc-pages-item {
    margin-bottom: 10px !important;
    width: 100%;
    position: relative;
    border-radius: 10px !important;
}
.hc-page-template-page-service .hc-pages-list .hc-pages-item .hc-img-container {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover;
    overflow: hidden;
    border-radius: 10px !important;
}
.hc-page-template-page-service .hc-pages-list .hc-pages-item .hc-img-container a:hover img {
    filter: blur(0px);
    transform: scale(1.05);
    transition: 300ms !important;
}
.hc-page-template-page-service .hc-pages-list .hc-pages-item .hc-img-container .hc-page-thumb {
    height: 100% !important;
    border-radius: 10px !important;
}
.hc-page-template-page-service .hc-pages-list .hc-pages-item .hc-img-container .hc-page-thumb img {
    filter: blur(2px);
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transition: 300ms !important;
    border-radius: 10px !important;
}
.hc-page-template-page-service .hc-pages-list .hc-pages-item .hc-page-service-background {
    background-color: rgba(0, 0, 0, 0.4) !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px !important;
}
.hc-page-template-page-service .hc-pages-list .hc-pages-item .hc-page-item-title {
    position: absolute;
    bottom: 10px;
    left: 30px;
}
.hc-page-template-page-service .hc-pages-list .hc-pages-item .hc-page-item-title h2 {
    color: white !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    line-height: 1.3em !important;
    text-align: left !important;
}
@media (min-width: 798px) {
    .hc-page-template-page-service .hc-pages-list .hc-pages-item {
        margin-bottom: 20px !important;
        width: 48%;
    }
}
@media (min-width: 991px) {
    .hc-page-template-page-service .hc-pages-list .hc-pages-item {
        width: 32%;
    }
    .hc-page-service-half-sized .hc-page-template-page-service .hc-pages-list .hc-pages-item {
        width: 48%;
        margin-bottom: 20px !important;
    }
}
