.t-feed__col-grid__post-wrapper .t-feed__post-bgimg, .t-feed__slider-grid__post-wrapper .t-feed__post-bgimg {
    margin: 10px;
    border-radius: 6px !important;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 0;
}

.t-feed__post-popup__container {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 35px 0;
}
.t-text {
    font-family: 'Manrope', Arial, sans-serif;
    font-weight: 400;
    color: #2f333c;
    font-size: 16px !important;
}