.post-container {
	padding: 40px 0 !important;
}


.posts {

   padding: 50px 0;
   text-align: center;
}

.post-row {
    padding: 25px 0 ;
    margin: auto;

}

.topic-list {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 auto;
}



.sm-topic-box {

	display: block;
	width: 150px;
	cursor: pointer;

    padding: 0 ;
    margin: 5px auto;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.sm-topic-box:hover {
    cursor: pointer;
}


.sm-topic-box-title {
    background-color: #555;
    color:#fff;
    height:60px;
}

.topic-box {
    width: 476px;
    border-radius: 5px;
    background-color: #efefef;
    padding:20px;
    height: 600px;
    margin: auto;
    padding: 5px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);

}




.topic-image {
   width: 100%;
    height: 100px;
    object-fit: cover;

}

.topic-title {
    background-color: #efefef;

   text-align: center;
   font-size: 32px;
    font-weight: bold;
   padding: 50px 0 50px 0 ;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);

}

.topic-text {
   font-size: 18px;
   font-weight: normal;
   padding: 0 25px ;

}
.posts {
   padding: 0 100px ;
   text-align: left;

}



.posts-image {
    width: 340px;
    height: 225px;
    object-fit: cover;

}

.post-title {
    font-size: 32px;
    border-bottom: 2px solid var(--green);
    padding: 100px 0 0px 0;

}


.post-about {
    font-size: 18px;
    font-style: italic;
    padding:5px 0 15px 0;

}

.post-location {
    background-color: var(--green);
    color: #fff;
   text-align: center;
   font-weight: bold;
   font-size: 18px;
   margin: 5px 0 0 0;
   padding: 8px 0 0 0 ;


}

.post-text {
}

.post-link {
    color: var(--green);
   padding: 5px 0;
    font-size: 18px;

   font-weight: bold;
}

.post-contact {
   font-weight: bold;
   padding: 5px 0  ;
    font-size: 18px;

}

@media only screen and (max-width: 769px) {

    .posts {
        padding: 0 0px;
    }

}


@media only screen and (max-width: 415px) {
    .posts {
        padding: 0 0px;
    }

    .post-title, .post-about {
        text-align: center;
    }
}

