.fl-post-grid-post {
    border: none;
}

.cp-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
}

.cp-icon {
    width: 100%;
    aspect-ratio: 5/3;
}

.cp-details {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

h3.cp-title {
    margin: 15px 0 10px 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
}



h3.cp-title a {
    color: black;
    text-decoration: none;
}


h3.cp-title a:hover {
    text-decoration: none;
    color: #aaa;
}

.cp-excerpt {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 20px;
}


@media screen and (max-width: 1400px) {
    h3.cp-title {
        min-height: 50px;
    }
}

@media screen and (max-width: 992px) {
    h3.cp-title {
        min-height: initial;
    }

}