.side a{
    color: black;
}

.sidebar-wrap{
    width: 260px;
    padding: 0 40px;
    margin-bottom: 50px;
}

.sidebar{
  margin-top: 215px
}

.recent-posts{
    margin-top: 65px;
}

.posts-title{
    margin-top: 0;
    padding: 14px 0;
    border-top: 2px solid #fbce00;
    border-bottom: 2px solid #fbce00;
}

.recent-post{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: black;
    width: 220px;
    height: 83px;
    max-height: 117px;
}

.recent-title{
    width: 182px;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    max-height: 56px;
    font-size: 15px;
}

.resent-post-img {
    width: 38px;
    height: 29px;
}


.side li a{
    color: #4B4B4B;
    text-decoration: none;
}

.side-title{
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    color: black;
}

.bottom-title{
    margin-bottom: 10px;
    padding: 14px 0;
    border-bottom: 2px solid #fbce00;
}


.side-social{
    padding-bottom: 65px;
}

.social-side-group{
    display: flex;
}


@media(max-width: 996px) {
    .page-wrapper{
        display: block;
    }

    .sidebar-wrap{
        display: none;
    }
    
    .main-content{
        padding: 0 40px;
    }

    .news-gallery{
        justify-content: center;
    }
}


@media(max-width: 756px) {
    
    .main-content{
        padding: 0 10px;
    }

    .page-title{
        font-size: 28px;
    }

    .gallery-item-container{
        width: unset;
        display: block;
    }

    .gallery-item-info{
        padding: 0;
    }
}