.page-wrapper{
    max-width: 1440px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 8fr 4fr;
    padding-top: 26px;
}

.main-content{
    justify-self: center;
    padding: 0 0 0 40px;
}

.page-title{
    font-size: 60px;
    margin-bottom: 10px;
}

.gallery-item{
	max-width: 100%;
    color: black;
    text-decoration: none;
}

.gallery-item:hover .post-description{
    opacity: 1
}

.gallery-item-container{
    width: 670px;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.gallery-item-info{
    padding: 24px;
}

.post-title {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.3;
}

.post-description {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 66px;
    color: black;
    line-height: 1.4;
    font-size: 16px;
    transition: all .4s ease-out;
}

.slider-title{
    color: rgb(0,0,0);
}

.slide-item{
    color: black;
    text-decoration: none;

}

.slide-title {
    margin: 10px 0;
    padding: 16px 0 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    max-height: 78px;
    color: black;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4em;
}


.slide-img {
    width: 220px;
    height: 123px;
}

.slide-item{
    width: 230px!important;
    height: 230px;
}


@media(max-width: 756px) {

    .gallery-item-container{
		max-width:100%;
        text-align: center;
    }

    .gallery-item-info{
        max-width: 300px;
        margin: 15px auto 0;
        text-align: left;
    }

    .page-title {
        text-align: center;
    }
}


@media(max-width: 375px) {
    .gallery-item{
        width: 300px;
    }
}