#block{
    padding: 100px 0;
    background: #FFFBF1;
    position: relative;
    z-index: 0;
}

#block:nth-of-type(odd){
    background: #CFD9D4
}

#block .row{
    justify-content: center;
}

#block h2{
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 5.2px;
    color: #7B5810;
    line-height: 32px;
    margin-bottom: 30px;
}

#block p{
    text-align: center;
    font-size: 16px;
    color: #2B2B2B;
    font-weight: 300;
}

#block .btn{
    margin: 0 auto
}

#block .click{
    margin: 50px 0 0;
}

#block .bg{
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}

#block:nth-of-type(odd) .bg{
    left: auto;
    right: 0;
    mix-blend-mode: multiply
}