.neptun-latest-posts {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 25px;
    line-height: 25px;
}

.neptun-posts-card-1-cta {
    font-weight: 500;
    font-size: 20px;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    background-color: #3956a3;
    border-radius: 50px;
    border: 3px solid #3956a3;
    transition: background-color 0.3s;
    color: #fff;
}

.neptun-posts-card-1-cta:hover {
    color: #3956a3;
    background-color: white;
}

.neptun-posts-card-1-summary{
    font-size: 18px;
    line-height: 25px;
    margin-top: 34px;
}

.neptun-posts-card-1-content {
    padding: 30px 10px 0;
    word-wrap: break-word;
}

.neptun-posts-card-1-title {
    display: block;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    margin-top: 20px;
    color: #4d4e4d;
    transition: color 0.5s;
}

.neptun-posts-card-1-title {
    color: #3956a3;
}

.neptun-section-h2 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 47px;
    font-weight: 500 !important;
    line-height: 47px;
    color: #4d4e4d;
}

