h1, h2, h3, h4, h5, h6, li, p, span, a,td {
font-family: "Funnel Display", sans-serif;
}
.merchandaising-generic-container{
background: transparent linear-gradient(180deg, rgba(208, 188, 255, 0.145) 0%, rgba(186, 168, 228, 0.31) 58%, rgba(131, 118, 160, 0.5) 100%) 0% 0% no-repeat padding-box;
min-height: 1200px;
margin-top: -100px;
position: relative;
padding-bottom: 30px;
}
.cool-img-merchandaising-generic img{
padding-top: 130px;
text-align: center;
max-width: 800px;
width: 100%;
}
.cool-img-merchandaising-generic{
text-align: center;
}
.merchandaising-generic-description{
display: flex;
justify-content: center;
margin-top: 30px;
align-items: center;
}
.merchandaising-generic-description p{
max-width: 800px;
text-align: center;
}
body p{
font-size: 18px;
}
.cool-img-merchandaising-generic img {
    padding-top: 130px;
    text-align: center;
    max-width: 800px;
    width: 100%;
}
.lkm-link{
        filter: invert(1);
        -webkit-filter: invert(1);
}
.img-our-story-curve{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin: auto;
}
.ormssn > h2{
text-align: center;
font: normal normal bold 36px/45px Funnel Display;
letter-spacing: 0px;
color: #000000;
opacity: 1;
margin-top: 100px;
}
.ormssn >p{
text-align: center;
color: #000000;
opacity: 1;
font-size: 20px;
line-height: 23px;
}
.rows-mssndesc-1 > div{
    width: 50%;
}
.rows-mssndesc-1{
    display: flex;
    max-width: 1200px;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 100px;
}
.left-part-mssndesc-1{
    display: flex;
    justify-content: center;
    align-items: center;
}
.right-part-mssndesc-1{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.rows-mssndesc-2 > div{
    width: 50%;
}
.rows-mssndesc-2{           
    display: flex;
    max-width: 1200px;
    margin: auto;
    margin-bottom: 100px;
}
.left-part-mssndesc-2{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.right-part-mssndesc-2{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 5%;
}
.left-part-mssndesc-1 p{
    max-width: 485px;
    font-size: 20px;
    line-height: 25px;
}
.right-part-mssndesc-2{
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: baseline;
}
.right-part-mssndesc-2 p int{
    font-weight: bold;
    font-size: 24px;
    display: block;
    margin-top: 30px;
}
.right-part-mssndesc-2 h2{
    font-size: 36px;
    line-height: 45px;
}
.who-is-behind-laike-me p{
    max-width: 840px;
    font-size: 20px;
    line-height: 25px;
    margin: auto;
    text-align: center;
}
.who-is-behind-laike-me
{
    background-color: #000000;
    color: #ffffff;
}
.who-is-behind-laike-me{
    min-height: 405px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.who-is-behind-laike-me h2,.our-impact-section h2{
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 20px;
}
.row-impact{
    display: flex;
    max-width: 1050px;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    gap: 30px;
}
.right-part-impact,.left-part-impact {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.our-impact-description{
    max-width: 450px;
}
.our-impact-description p{
    font-size: 20px;
    line-height: 25px;
}
.our-impact-description p int{
    font-weight: bold;
    display: block;
    margin-top: 30px;  
}
section#content{
    padding-bottom: 0px !important;
}

@media (max-width: 768px) {
    .merchandaising-generic-container > div{
        padding: 10px !important;
    }
    .rows-mssndesc-1, .rows-mssndesc-2, .row-impact {
        flex-direction: column;
        align-items: center;
    }
    .rows-mssndesc-1 > div, .rows-mssndesc-2 > div, .right-part-impact, .left-part-impact {
        width: 100%;
    }
    .who-is-behind-laike-me h2{
        text-align: center;
    }
    .rows-mssndesc-1{
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .ormssn > h2{
        margin-top: 30px
    }
    .reverse_mobile > div:first-child{
        order: 2;
    }
    .reverse_mobile > div:last-child{
        order: 1;
    }
    .rows-mssndesc-2{
        margin-top: 80px;
    }
    .right-part-mssndesc-2 p{
        margin-top: 0px;
    }
    .right-part-mssndesc-2 h2,.left-part-impact h2{
        margin-bottom: 0px;
    }
}