h2.destination-destination {
    text-transform: uppercase;
    color: #1b2332;
    font-size: 20px;
    margin-bottom: -5px;

    @media (max-width:767px) {
        font-size: 17px
    }
}

h2 {
    line-height: normal
}

h2#modal-destination.modal-destination {
    color: #1b2332;
    font-size: 20px;
    border-radius: 25px;
    border: 2px solid #1b2332;
    padding-right: 15px;
    padding-left: 15px
}

.destination {
    padding-left: 30px;
    max-width: 890px;
    margin: 0 auto;
    display: flex;
    margin-bottom: 40px;

    @media (max-width:767px) {
        display: flex;
        flex-direction: column;
        height: auto;
        padding-left: 0;
        margin-bottom: 20px
    }
}

div.destination-details {
    max-height: 120px;

    @media (max-width:767px) {
        text-align: center;
        height: auto;
        max-height: none;
        min-height: none
    }
}

.destination-image {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .4);
    border-radius: 25px;
    width: 300px;
    height: auto;
    object-fit: cover;

    @media (max-width:767px) {
        margin: 0 auto
    }
}

.destination-details {
    color: #1b2332;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin-left: 60px;
    min-height: 220px;
    max-height: 220px;

    @media (max-width:767px) {
        font-size: 13px;
        margin-left: 0;
        margin: 0 auto;
        height: auto;
        max-height: none;
        min-height: none;
        align-items: flex-start
    }
}

.destination-destination {
    margin: 0;

    @media (max-width:767px) {
        margin: 0 auto;
        padding-bottom: 10px;
        padding-top: 15px
    }
}

.destination-summary {
    display: none;
    white-space: nowrap
}

.destination-content p {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 0;
    white-space: nowrap
}

.destination-details p {
    text-align: left;
    padding-left: 8px;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.1;

    @media (max-width:767px) {
        text-align: center;
        white-space: wrap;
        margin: 0 auto;
        padding-left: 0
    }
}

.destination-details strong {
    margin-bottom: 0;
    margin-top: 0;
    line-height: 0;

    @media (max-width:767px) {
        font-size: 13px
    }
}

.btn-see-more {
    display: flex;
    margin: 0;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 2px 20px;
    font-size: 14px;
    cursor: pointer;

    @media (max-width:767px) {
        display: flex;
        justify-content: center;
        align-self: center;
        margin-top: 10px
    }
}

.divider {
    margin-top: 10px;
    margin-bottom: 40px;
    border: none;
    border-top: 1px solid #ccc;

    @media (max-width:767px) {
        margin: 0 auto;
        margin-top: 0;
        width: 350px;
        margin-bottom: 20px
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .5)
}

.modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border-radius: 25px;
    max-width: 750px;
    transform: translateY(-20px)
}

.modal-content p {
    text-align: left
}

.modal-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px
}

.modal-description {
    font-size: 16px;
    margin-bottom: 20px
}

.modal-close {
    top: 10px;
    right: 10px;
    font-size: 20px;
    margin-left: 20px;
    background: none;
    border: none;
    cursor: pointer;
    color: #1b2332
}

.content-container {
    margin-top: 80px;
    max-width: 1050px;
    max-height: 220px;
    margin: 0 auto;
    padding-top: 100px;

    @media (max-width:767px) {
        font-size: 13px;
        margin-left: 0;
        height: auto;
        max-height: none;
        min-height: none;
        align-items: flex-start
    }
}

.hidden {
    display: none
}

body {
    background-color: #fff
}

ul#nav.nav {
    background-color: #1b2332
}

.active-pag {
    font-weight: bolder
}

.destination-summary:empty {
    display: none
}

.animate__backInUp .divider {
    display: none
}

.pagination {
    padding-bottom: 20px;
}