.route {
    width: 100%;
    margin-top: 3rem;
    background-image: linear-gradient(to bottom, white, #e6e6e6);
    display: flex;
    padding: 1rem;
    justify-content: center;
    align-items: center;
}

.route h2 {
    color: #faa8bf;
    text-align: center;
    margin-bottom: 1rem;
}

.route p {
    max-width: 800px;
}

.routeinfo {
    margin-right: 1rem;
}

@media (max-width: 1450px){
    .hero .information {
        margin-top: 0.5rem;
    }
}

@media (max-width: 1130px){
    iframe {
        width: 450px;
        height: 336px;
    }
}
@media (max-width: 876px){
    .route {
        flex-direction: column;
    }
    .routeinfo {
        margin-bottom: 1.5rem;
    }
    .maininfo {
        padding-top: 1rem;
    }
}

@media (max-width: 510px){
    .routekaart {
        width: 100%;
    }
    iframe {
        width: 100%;
    }
}