.bold-journeys {
    display: none;
}

@media only screen and (min-width: 1200px) { 

    .bold-journeys {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
        padding: 4em 0 4em 0;
    }

    .column-2 {
        border: 1px solid var(--accent-color);
        width: 24vw;
        height: 82vh;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 16em;
    }
    .column-2 img {
        width: 22vw;
        height: 80vh;
        object-fit: cover;
        border-radius: 16em;
    }

    .column-3 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 30vw;
    }

    .column-1 {
        width: 30vw;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .column-1 h3 {
        font-family: var(--body-font);
        color: var(--accent-color);
        font-weight: 400;
    }
    
    .column-1 h1{
        font-family: var(--header-font);
        color: #f5f5f5;
        font-weight: 100;
        font-size: 4.5em;
        padding: 0;
        margin: 0;
    }
    
    .column-3 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .column-3 p {
        font-family: var(--body-font);
        color: #f5f5f5;
        font-size: 1.375em;
        width: 28vw;
    }

    .column-3 a {
        background: none;
        border: none;
        margin-top: 3em;
    }

    .column-3 a img {
        width: 13em;
        height: 13em;
    }

}