.a-style{
    color: rgb(29, 181, 182);
    border-bottom: 1px solid rgb(29, 181, 182);
    box-shadow: none;
    text-decoration: none;
}
.t-redactor__text{
    margin-bottom: .75rem;
    padding: .25rem 0;
}
@media (max-width: 768px) and (max-width: 960px){
    ul.t915__container.t-feed {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    li.t-feed__post {
        max-width: 500px;
        width: 100%;
        margin: 0 auto;
        justify-self: center;
    }
    li.t-col {
        padding-left: 0;
        padding-right: 0;
        height: auto !important;
    }
}
li.t-feed__post {
    flex-basis: 300px;
    flex-grow: 1;
    margin: 10px;
    border-radius: 12px;
    background-color: #ffffff;
    height: auto;
}

