.title-menu-jet-charter {
    text-align: center;
    color: #000;
    text-transform: capitalize;
    font-size: 40px;
    font-weight: bold;
    margin: 10px 0 20px;
}

#os_navigation a {
    border-radius: 500px;
    background: #3CB371;
    padding: 10px 20px;
    display: inline-block !important;
    font-size: 20px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
    overflow: hidden;
    transition: .5s;
    width: auto !important;
}

#os_navigation a:hover {
    background: #529cdf;
    transition: .5s;
}

.wrapper-post-jet-charter {
    box-shadow: 0px 0px 5px #0000006b;
    margin: 10px 10px 20px;
    padding: 20px 10px !important;
    border-radius: 15px;
}

.image-post-jet-charter {
    display: block;
    border-radius: 15px;
    overflow: hidden;
}

.date-post-jet-charter {
    color: #000;
    margin-top: 10px;
    font-weight: bold !important;
    font-size: 20px;
    line-height: 1;
}

.title-post-jet-charter a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    box-orient: vertical;
    margin: 15px 0;
    font-size: 22px !important;
    text-transform: capitalize;
    color: #3CB371 !important;
    font-weight: bold !important;
    line-height: 1;
}

.title-post-jet-charter a:hover {
    color: #529cdf !important;
}

.read-more-post-jet-charter a {
    border-radius: 500px;
    background: #3CB371;
    padding: 10px 20px;
    display: inline-block !important;
    font-size: 20px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
    overflow: hidden;
    transition: .5s;
    width: auto !important;
}

.read-more-post-jet-charter a:hover {
    background: #529cdf;
    transition: .5s;
}

.wrapper-post-details-jet-charter {
    position: relative;
    overflow: hidden;
}

.wrapper-date-post-details-jet-charter {
    position: absolute;
    top: 30px;
    left: 45px;
    background: #3CB371;
    border-radius: 500px;
}

.date-post-details-jet-charter {
    color: #fff;
    font-weight: bold !important;
    font-size: 20px;
}

.image-post-details-jet-charter {
    border-radius: 15px;
    overflow: hidden;
}

.title-post-details-jet-charter {
    margin: 10px 0;
    text-align: center;
    color: #3CB371;
    font-weight: bold !important;
    font-size: 40px;
}

@media (max-width: 600px) {
    .wrapper-post-jet-charter {
        margin: 10px 0 20px;
    }
}