/* finish category style */
.finishe-posts-container {
    gap: 40px 10px;
    align-items: start;
    justify-content: center;
}

.finishe-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

h2.finishe-item-title {
    font-family: 'Jost' !important;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    padding-top: 22px;
    margin: 0px 27px 0px 27px;
    text-align: center;
}

.dollar-signs {
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    font-family: 'Jost';
    top: 0px;
    position: relative;
}

/*  */

/* popup */
.finish-popup-category .popup-inner-content img {
    margin: 0;
    display: inline-block;
    width: 95%;
}

.finish-popup-category .popup-inner-content div {
    display: flex;
    justify-content: center;
}
/*  */


@media (max-width: 769px) {
    .finishe-posts-container {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}