.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;
}

h3.cp-title {
    margin: 10px 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
}

h3.cp-title a {
    color: black;
    text-decoration: none;
}


h3.cp-title a:hover {
    text-decoration: none;
    color: black;
}

