.wk-image-box-head .app-data-store .title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 125%;
    border-top: 1px solid #dedede;
    padding-top: 70px;
}

.wk-image-box-head .app-data-store .store-category {
    margin-top: 0;
}
.wk-image-box-head .app-data-store .store-category .title {
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 20px;
    border: none;
}
.wk-image-box-head .app-data-store .store-category .category {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -10px;
}
.wk-image-box-head .app-data-store .store-category .category .item {
    background-color: #ffffff;
    border-radius: 30px;
    width: calc(25% - 20px);
    margin: 0 10px 10px;
    text-align: center;
    height: 165px;
    max-height: 165px;
}
.wk-image-box-head .app-data-store .store-category .category .item .download-guide {
    display: none;
    height: 100%;
    padding: 30px;
    color: #ffffff;
    font-weight: 500;
    font-size: 17px;
    line-height: 146%;
}
.wk-image-box-head .app-data-store .store-category .category .item .app-logo {
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.wk-image-box-head .app-data-store .store-category .category .item:hover {
    background: var(--btn-primary-color);
}
.wk-image-box-head .app-data-store .store-category .category .item:hover .download-guide{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:row-reverse;
}
.wk-image-box-head .app-data-store .store-category .category .item:hover .download-guide span {
    width: 50px;
    height: 50px;
    border: 2px solid #ffffff;
    border-radius: 100%;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(270deg);
}
.wk-image-box-head .app-data-store .store-category .category .item:hover .download-guide > * {
    flex: 0 0 auto;
}
.wk-image-box-head .app-data-store .store-category .category .item:hover .app-logo {
    display: none;
}
.wk-image-box-head .app-data-store .store-category .category .item img{
    max-height: 120px;
    max-width: 140px;
}
@media (max-width:991px){
    .wk-image-box-head .app-data-store .store-category .category .item {
        width: calc(33.33% - 30px);
        margin: 10px 15px;
        padding: 15px;
        border-radius: 8px;
    }
}
@media (max-width:480px){
    .wk-image-box-head .section-heading{
        width: 100%;
    }
    .wk-image-box-head .app-data-store .store-category .category .item {
        width: calc(50% - 20px);
        margin: 10px 10px;
        background: #fff;
        position: relative;
        height: 100px;
        max-height: 100px;
        box-shadow: 0 0 3px 0px #e3dede;
    }

    .wk-image-box-head .app-data-store .store-category .category .item:hover{
         background: #fff; 
    }

    .wk-image-box-head .app-data-store .store-category .category .item .download-guide{
        position: absolute;
        width: 100%;
        display: block;
        z-index: 2;
        font-size: 0;
        height: 100%;
        bottom: 0;
        right: 0;
        padding: 0;
    }

    .wk-image-box-head .app-data-store .store-category .category .item .download-guide span,
    .wk-image-box-head .app-data-store .store-category .category .item:hover .download-guide span {
        width: 24px;
        height: 24px;
        border: 1px solid #EB00C0;
        transform: rotate(361deg);
        display: block;
        border-radius: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wk-image-box-head .app-data-store .store-category .category .item .download-guide span > svg{
        width: 8px;
    }

    .wk-image-box-head .app-data-store .store-category .category .item:hover .app-logo,
    .wk-image-box-head .app-data-store .store-category .category .item .app-logo{
        display: flex;
        padding: 10px;
    }

    .wk-image-box-head .app-data-store .store-category .category .item .download-guide span svg > path{
        fill: #EB00C0;
    }

    .wk-image-box-head .app-data-store .store-category .category .item:hover .download-guide,
    .wk-image-box-head .app-data-store .store-category .category .item .download-guide {
        display: flex;
        justify-content: right;
        align-items: end;
        padding: 6px;
    }

    .wk-image-box-head .app-data-store .store-category .category .item img {
        width: 90%;
    }
}