#banner{
    padding: 100px 0;
    background: #FFFBF1;
}

#banner .row{
    justify-content: center;
}

#banner p{
    text-align: center;
    font-size: 30px;
    line-height: 45px;
    color: #7B5810;
    margin: 0;
}

#what{
    padding: 100px 0;
    background: #CFD9D4;
}

#what .row{
    justify-content: center;
}

#what .content{
    text-align: center;
}

#what h2{
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 4.4px;
    color: #BB6338;
}

#what p{
    font-size: 16px;
    color: #2B2B2B;
    font-weight: 300;
}

#solution{
    padding: 100px 0;
}

#solution .row{
    justify-content: center;
}

#solution p{
    font-weight: 300;
}

#solution .col-xl-5:nth-of-type(even){
    padding-left: 40px;
}

#solution .col-xl-5:nth-of-type(odd){
    padding-right: 40px;
}

@media(max-width:1200px){
    #solution .col-xl-5:nth-of-type(even){
        padding-left: calc(var(--bs-gutter-x)* .5)
    }

    #solution .col-xl-5:nth-of-type(odd){
        padding-right: calc(var(--bs-gutter-x)* .5);
    }
}

#solution h2{
    font-size: 22px;
    font-weight: 500;
    color: #BB6338;
    letter-spacing: 4.4px;
    line-height: 27px;
    margin-bottom: 40px;
}

 .tabs{
    display: flex;
}

 .tab-link {
    cursor: pointer;
    margin-right: 20px;
    font-size: 12px;
    font-weight: 500;
    color: #7B5810;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

 .tab-link.active {
    border-bottom: 2px solid #7B5810
}

 .tab-content {
    display: none;
    margin-top: 30px;
    color: #2C3938
}

 .tab-content.active {
    display: block;
}


#banner{
    position: relative;
    z-index: 0
}

#banner img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
}

#what{
    position: relative;
    z-index: 0
}

#what img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
    mix-blend-mode: multiply
}