     .t-input{
            padding:0px;
    }
    .t-feed__col-grid__post-wrapper{
        border-radius:20px;
    }
    .t-feed__col-grid__post-wrapper .t-feed__post-bgimg{
        border-radius: 20px 20px 0px 0px;
    }
    .t-btn_sm{
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -0.01em;
        text-decoration-line: underline;
        color: #1D4C4D;
        padding: 0;
    }
    .t-btn_sm:hover{
        color: black;
    }
    .copyToClipBoardBtn u:hover{
        color:black;
    }
     .media-button u:hover{
        color:black;
    }
    .t-feed__post-date{
        color: #C2CBC6;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -0.01em;
    }
     .t-feed__parts-switch-btn:first-child{
        margin-left:0px !important;
    }
    .t-form button:hover{
        background: #1D4C4D !important;
        color: #FFFFFF !important;
    }
    .accord button:hover{
        background-color: #C2CBC6;
    border-color: #C2CBC6;
    }
    
   

    
    
    @media (max-width: 1200px){
    .t-feed__post-date {
    font-weight: 400;
    font-size: 16px !important;
    line-height: 20px;
}
.t-feed__post-descr, .t-feed__post-title {
   font-size: 24px !important;
}
.t-btn_sm{
        font-size: 16px !important;
    }
    
    }
    
    
    @media (max-width: 680px){
    .t-feed__post-date {
    font-weight: 400;
    font-size: 16px !important;
    line-height: 20px;
}
.t-feed__post-descr, .t-feed__post-title {
   font-size: 20px !important;
}
.t-btn_sm{
        font-size: 16px !important;
    }
    
    }
