.custom-post-description {
    font-family: "Gotham", Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    color: #333333;
}

@media (max-width: 768px) {
    .custom-post-description {
        font-size: 15px;
        text-align: center;
    }
}