.destination-page{
margin-bottom: 20px;
}

.destination-page .des-image img {
    height: 80vh;
    object-fit: cover;
    width: 100%;
}
.des-image{
    position: relative;
}
.image-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.destination-page h2 {
    color: #fff;
    font-size: 75px;
    margin: 15px 0;
    padding: 5px 0;
    border-bottom: 3px solid #fff;
    position: absolute;
        bottom: 0;
    left: 130px;
    z-index: 9;
}

.destination-page h3 {
    color: #000;
    font-size: 30px;
    margin: 20px 0;
}

.destination-page h4 {
    font-size: 25px;
    margin: 15px 0;
}
.destination-page h5 {
    font-size: 20px;
    margin: 15px 0;
}
.destination-page p {
    margin-bottom: 10px;
}

.destination-page ul {
    list-style: inside;
}