﻿.travel {
    margin: 10% 5vw 0;
}

.travel__title {
    padding: 0 0 4rem 0;
    color: #252525;
    font-size: 2.4rem;
    line-height: 3.15rem;
    text-align: center;
}

.travel__options {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.travel__option {
    margin: min(4rem, 3vw);
}

@media only screen and (min-width: 62.0625em) {
    .travel {
        margin: 6% 3.5vw 0;
    }

    .travel__title {
        padding: 0 0 6rem 6vw;
        font-size: 3.8rem;
    }
}
