.routeTitle {
    background-image: linear-gradient(to right, rgb(148, 33, 93) , rgb(229, 3, 126));
    border-radius: 25px;
}
.routeDescription {
    background-color: rgb(239, 240, 239);
    margin-top: -20px;
    z-index: -1;
    border-radius: 0 0 25px 25px;
}
/* ------ RESPONSIVE STYLES ------ */

/* MD */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .destinations, .posts {
        border: none;
    }
}
/* ------ RESPONSIVE STYLES END ------ */