.section-vegan-first .container-fluid{
    background-color: var(--sandstone-yellow);
}

.section-vegan-first .container-fluid{
    padding-bottom: 121px;
}

.section-vegan-second{
    margin-top: -121px;
}

.section-vegan-first .sketchy-border path{
    fill: var(--sandstone-yellow);
}

.section-vegan-second .container-fluid{
    background-color: var(--emerald-green-dark);
}

.section-vegan-second .sketchy-border path{
    fill: var(--emerald-green-dark);
}

.section-vegan-first .masked_img{
    -webkit-mask-image: url(/wp-content/uploads/2022/05/shape2.svg);
    mask-image: url(/wp-content/uploads/2022/05/shape2.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
    object-fit: cover;
}

.section-vegan-first h1{
    font-size: 7rem;
    line-height: 5rem;
}

.section-vegan-first h2,
.section-vegan-second h2{
    font-size: 3.2rem;
}

.section-vegan-second h2{
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.section-vegan-second .subtitle{
    margin-bottom: 50px;
}

.section-vegan-first p,
.section-vegan-second p{
    font-size: 1.8rem;
    line-height: 2.8rem;
}

.section-vegan-first .row{
    padding-top: 40px;
    padding-bottom: 50px;
}

@media screen and (max-width: 991px){
    .section-vegan-second h2{
        max-width: 100%;
    }
    .section-vegan-first .masked_img{
        position: relative;
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
    .section-vegan-first .row{
        padding-bottom: 0;
    }
    .section-vegan-second{
        margin-top: -90%;
    }
    .section-vegan-second .container-fluid{
        padding-top: 60%;
    }
    .section-vegan-second p{
        margin-bottom: 35px;
    }
    .section-vegan-second .subtitle{
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 768px){
    .section-vegan-first h1{
        font-size: 4rem;
        line-height: 4rem;
    }
    .section-vegan-first h2,
    .section-vegan-second h2{
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
    .section-vegan-first p,
    .section-vegan-second p{
        font-size: 1.4rem;
        line-height: 2.1rem;
    }
}