.top-destination {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
}

.one {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}

@media (max-width: 768px) {

    .top-destination{
        padding-top: 35px;
        padding-bottom: 30px;
    }

    .one {
        flex-direction: column;
        justify-content: center;
        gap: 50px;
    }  

    .two {
        width: 100px;
    }

    .top-destination p {
        font-size: 12px;
    }

    .top-destination h3 {
        font-size: 20px;
        margin: 10px 0;
    }

    .header-section-1 {
        margin-bottom: 0px;
        font-size: 26px;
        margin-left: 20px;
    }

    .top-destination h2 {
        font-size: 22px;
        margin: 15px 0;
    }
}

.two {
    display: flex;
    flex-direction: column;
    width: 350px;
    background-color: white;
    margin: 0;
    padding: 0;
}

.three {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.three img {
    width: 100%;
    border-bottom: 3px solid #FA4616;
}

.top-destination h3 {
    margin: 30px 0;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: #333;
}

.top-destination p {
    line-height: 1.5em;
    font-size: 14px;
    color: #333;
}

.header-section-1 {
    display: flex;
    align-items: center;
    justify-content: start;
    text-align: left;
    width: 91%;
}

.header-section-1 h2 {
    display: flex;
    align-items: center;
    justify-content: start;
    text-align: left;
    margin-bottom: 40px;
    font-size: 30px;
    color: #333;
    font-family: 'Lora';
    font-weight: 400;
}
