.h1exploretravel {
    background-image: linear-gradient(45deg, #000000, #464646);
    /* background-size: 50%; */
    /* background-repeat: repeat; */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    background-clip: text;
    -moz-text-fill-color: transparent;
    font-weight: bold;
    /* font-size: 4em; */
    /* font-family: 'Permanent Marker', cursive; */
}

.content-section {
    padding: 2em 0;
}

.content-section h2 {
    color: #024791;
    margin-bottom: 1em;
    font-weight: bold;
}

.content-section img {
    max-width: 100%;
    height: auto;
    margin-bottom: 1em;
}

.content-section p {
    line-height: 1.6;
    margin-bottom: 1em;
}