/* Custom CSS */

/* Example: Override main section background color. */
/* body .jupiterx-main {
    background-color: gray;
} */

/* Homepage CSS FIX - Gi */
.trust-tile .tile-content{ 
    width: auto;
    padding-right: 30px;
}
.news-card .post-time{
    display: flex;
    align-items: center;
    gap: 8px;
}