.main {
    background: #fff2eb;
    padding: 50px 0 100px;
    width: 100vw;


    display: flex;
    flex-direction: column;
    align-items: center;

    h1 {
        margin-top: 5px;
    }

    .flex_row {
        width: 100%;
        max-width: 940px;
        justify-content: center;


    }

    .flex_col {
        padding: 20px;
        width: 40%;
    }

}

.arrow {
    width: 15px;
    height: auto;
    transform: rotate(90deg);
}

br {
    height: 60px;
}