#ready-marketplace .service-container {
    padding: 72px 3rem;
}
#ready-marketplace .service-container .cards-wrapper {
    padding: 8px 12px;
}
#ready-marketplace .service-container .cards-wrapper a.category-card {
    text-decoration: none;
}
#ready-marketplace .service-container .cards-wrapper .cards {
    background: rgba(5, 117, 138, 0.04);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 54px 32px;
    height: 100%;
}
#ready-marketplace .service-container .cards-wrapper .cards .card-image-wrapper.application-icon svg path {
    stroke: #005463;
}
#ready-marketplace .service-container .cards-wrapper .cards:hover {
    background: #005463;
    -webkit-box-shadow: 4px 4px 24px rgba(196, 196, 196, 0.5);
    box-shadow: 4px 4px 24px rgba(196, 196, 196, 0.5);
}
#ready-marketplace .service-container .cards-wrapper .cards:hover .card-image-wrapper svg path {
    stroke: #fff;
}
#ready-marketplace .service-container .cards-wrapper .cards:hover .card-title {
    color: #fff;
}
#ready-marketplace .service-container .cards-wrapper .cards .card-image-wrapper img.card-image.application-icon {
    -webkit-filter: invert(78%) sepia(90%) saturate(778%) hue-rotate(150deg) brightness(99%) contrast(101%);
    filter: invert(78%) sepia(90%) saturate(778%) hue-rotate(150deg) brightness(99%) contrast(101%);
}
#ready-marketplace .service-container .cards-wrapper .cards .card-title {
    text-align: center;
    margin-top: 1.5rem;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 26px;
    color: #005463;
    width: 100%;
    font-weight: normal;
    word-break: break-word;
}

@media only screen and (max-width: 576px) {
    #ready-marketplace .rdy-mp-content .service-container {
        padding: 2rem 1rem;
    }
    #ready-marketplace .rdy-mp-content .service-container .cards-wrapper {
        padding: 0 10px 1rem;
    }
    #ready-marketplace .rdy-mp-content .service-container .cards-wrapper .cards {
        padding: 2rem;
    }
    #ready-marketplace .rdy-mp-content .service-container .cards-wrapper .cards .card-image-wrapper svg {
        width: 34px;
        height: 32px;
    }
    #ready-marketplace .rdy-mp-content .service-container .cards-wrapper .cards .card-title {
        font-size: 16px;
        line-height: 22px;
    }
    #ready-marketplace .rdy-mp-content #service-show-cards .service-container .cards-wrapper {
        margin-bottom: 1rem;
    }
    #ready-marketplace .rdy-mp-content #service-show-cards .service-container .cards-wrapper:nth-child(odd) {
        padding: 0 8px 0 0;
    }
    #ready-marketplace .rdy-mp-content #service-show-cards .service-container .cards-wrapper:nth-child(even) {
        padding: 0 0 0 8px;
    }
}

div#category-card-container-c1-microapps {
    display: none;
}

@media (min-width: 1200px) {
    .col-xl-2 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 20%;
    }
}