.sections {
    max-width: 1400px;
    margin: 40px auto 40px auto;
    display: flex;
    justify-content: space-between;
}

.section {
    padding: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    font-size: 20px;
    background-color: antiquewhite;
    width: 30%;

}