.mg-sec-title.hj-home-cat-title {
    background-color: #FFF;
    margin-bottom: 0;
    margin-top: 20px;
    text-transform: uppercase;
}

.hj-sec-posts-wrapper {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.hj-sec-post {
    margin-bottom: 0!important;
    flex-grow: 1;
    max-width: 50%;
}

.hj-sec-post-thumb {
    height: 155px!important;
}

.hj-sec-post-title {
    font-size: 16px!important;
    line-height: 24px!important;
}

.hj-mg-content {
    font-size: 12px!important;
    line-height: 20px!important;
}

.hj-title-subtitle {
    font-size: 8px;
    line-height: 15px;
    letter-spacing: 0.05em;
}

/* common styles */

.hj-margin-0 {
    margin: 0!important;
}

.hj-home-donations {
    background: #FFF; 
    font-size: 15px;
    padding: 15px;
    border: 1px solid #ddd;
    border-top: none;
    line-height: 1.6;
}

.hj-home-donations-link {
    font-size: 22px;
}

.footer-nav {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto; 
    list-style-type: none;
    column-gap: 35px;
    row-gap: 10px;
}

.footer-nav li a {
    font-weight: 500;
    color: #FFF;
    padding: 0;
    white-space: nowrap;
}

.hj-footer-questions {
    color: #FFF;
    font-size: 14px;
    margin-top: 15px;
    text-align: center;
}


.hj-footer-questions a:hover {
    color: #007bff;
}

@media screen and (max-width: 576px) {
   .footer-nav {
       margin: 20px 0;
   }
}

@media screen and (max-width: 992px) {
   .footer-nav {
        padding-left: 20px;
        grid-template-columns: auto auto;
        grid-template-rows: auto; 
   }

   .footer-nav li a {
        text-align: left;
   }
   
}

@media screen and (max-width: 1366px) {
   .hj-home-donations {
        font-size: 14px;
    }

    .hj-home-donations-link {
        font-size: 20px;
    }
}


@media screen and (max-width: 1155px) {
    .hj-sec-posts-wrapper {
        flex-direction: column;
    }

    .hj-sec-post {
        max-width: unset;
    }
}
