.singe-post-mid-post-anchore {
    display: block;
    height: 315px;
    margin-bottom: 40px;
    border-radius: 19px;
    padding: 3px;
    background-image: linear-gradient(125deg, #ffd800 40%, #ffd80000 70%);
    background-size: 200% 100%;
    background-position-x: 100%;
    box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    transition: background-position 0.5s ease-in-out !important;
}

.singe-post-mid-post-image-holder {
    height: 100%;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;

    border-radius: 16px;
    overflow: hidden;
    transition: 0.3s;
}

.singe-post-mid-post-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-right: 20%;
    background-image: linear-gradient(90deg, #012f6be6, transparent);
    background-image: linear-gradient(to right,
            #012f6be6 0%,
            #012f6b99 50%,
            transparent 100%);
    padding: 32px;
}

.singe-post-mid-post-content-wrapper {
    max-width: 448px;
    height: fit-content;
}

.singe-post-mid-post-cta-text {
    color: #ffd800;
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: 1.2px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.singe-post-mid-post-title-holder {
    font-size: 24px;
    line-height: 1.375;
    color: #fff;
    text-wrap: balance;
    font-weight: 700;
    margin-bottom: 16px;
}

.singe-post-mid-post-read-more-button-holder {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #ffffffe6;
    font-size: 14px;
    line-height: 1.428;
    gap: 8px;
    transition: 0.3s;
}
.singe-post-mid-post-read-more-button-holder i{
    display: block;
    height: fit-content;
}

/*****************************/
/*****************************/

.singe-post-mid-post-anchore:hover {
    background-position: 0%;
    box-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
}

.singe-post-mid-post-anchore:hover .singe-post-mid-post-image-holder {
    background-size: 100.5%;
}

.singe-post-mid-post-read-more-button-holder:hover{
    color: #ffd800;
    gap: 12px;
}

/*****************************/
/*****************************/
/*****************************/
/*****************************/


@media only screen and (max-width: 678px) {
    .singe-post-mid-post-anchore{
        height: fit-content;
    }
}