.elementor-1813 .elementor-element.elementor-element-6a8341e > .elementor-widget-container{margin:17px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1813 .elementor-element.elementor-element-6a8341e{text-align:center;}/* Start custom CSS for html, class: .elementor-element-d737b16 */#posts {
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}



.post {
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.39);
    border-radius: 8px;
    padding-left: 40px;
    padding-right: 40px;
    justify-content: center;
    padding-bottom: 10px;
    padding-top: 10px;
    transition: 0.4s;
    width:400px;
    margin-left:50px;
    margin-bottom:20px;
    min-height: 180px;
}

.post:hover {
    box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.39);
    transition: 0.4s;

}

.post {
    color:black;
    font-family: Sans-Serif;
}

.post  h4 {
    font-size: 20px;
}

a {
    -webkit-tap-highlight-color: transparent;
}
.post p {
    font-size: 14px;
}
a:focus {
    outline: none;
}
@media screen and (max-width:600px) {
    .post {
        width:90vw;
        margin-left: auto;
        margin-right: auto;
            min-height: 130px;

    }
    .post  h4 {
    font-size: 16px;
}


.post p {
    font-size: 12px;
}
}/* End custom CSS */