.fixed {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 9999;
}

.t-feed__post-tag {
    background-color: #f3f4f9;
    padding: 5px 10px;
    border-radius: 8px;
    font-weight: 700 !important;
    font-size: 11px !important;
    }
    .t-feed__post-tag::after{
        display: none !important;
    }
    
    .t-feed__col-grid__post-wrapper .t-feed__post-imgwrapper {
        border-radius: 8px;
    }
    
.t107, .t107__width {
    border-radius: 8px;
}

.footer_link
    { transition: all 0.3s ease-in-out
        
    }
    
.footer_link
    {
    text-decoration: none;
   }
    .footer_link:hover {
      text-decoration:underline !important;
      }
}