    .ss-app-card-block-img {
        display: flex;
        justify-content: center;
        margin: 20px 0;
    }
    
    .ss-app-card-block-img {
        display: grid;
        place-items: center;
        height: 100px;
    }
    
    .ss-app-card-block-img img {
        max-height: 100px;
        max-width: 100px;
    }
    
    .ss-app-card-block-title {
        font-weight: bold;
        height: 50px;
        color: #03234b;
        text-align: center;
    }
    
    .ss-app-card-blocks {
        display: flex;
        flex-wrap: wrap;
    }
    
    .ss-app-card-block-list ul li::before {
        display: none;
    }
    
    .ss-app-card-block-list ul li {
        padding-left: 0;
        font-size: 14px;
    }
    
    .ss-app-card-block-list {
        text-align: center;
    }
    
    .ss-hover-map area {
        background: #fff;
        opacity: 0;
    }
    
    .ss-hover-map area:hover {
        opacity: 0.1;
    }