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;
}
.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;
}
h3{
text-align: left;
font: normal normal bold 36px/45px Funnel Display;
letter-spacing: 0px;
color: #000000;
opacity: 1;
}
p.bigger{
text-align: left;
font: normal normal normal 20px/25px Funnel Display;
letter-spacing: 0px;
color: #000000;
opacity: 1;
}
.row-txt-img{
    display: flex;
}
 .row-txt-img h3,.row-txt-img a{
    margin-top: 0px;
    margin-bottom: 0px;
}
.row-txt-img p{
    margin-top: 40px;
    margin-bottom: 40px;
}
.row-txt-img .left-side,.row-txt-img .right-side{
    width: 50%;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}
.row-txt-img{
    max-width: 1110px;
    gap: 25px;
}
.merchandaising-generic-container{
    display: flex;
    flex-direction: column;
    align-items: center;    
    justify-content: center;
}
.row-txt-img.row-1{
    margin-top: 100px;
}
.btn.btn-primary{
    background: #000000 0% 0% no-repeat padding-box;
    border-radius: 30px;
    opacity: 1;
    font-size: 14px;
    color: white;
    padding: 13px 66px;
}
.txt-left .left-side,.txt-right .right-side{
width: 40%;
}
.txt-right .left-side, .txt-left .right-side{
width: 60%;
}
@media (max-width: 768px) {
    .merchandaising-generic-container {
        min-height: auto;
        margin-top: 0;
        padding: 20px 10px;
    }
    .cool-img-merchandaising-generic img {
        padding-top: 40px;
        max-width: 100%;
    }
    .merchandaising-generic-description,
    .row-txt-img {
        flex-direction: column;
        align-items: center;
        max-width: 100%;
        gap: 15px;
    }
    .row-txt-img .left-side,
    .row-txt-img .right-side,
    .txt-left .left-side,
    .txt-right .right-side,
    .txt-right .left-side,
    .txt-left .right-side {
        width: 100%;
        align-items: center;
        text-align: center;
    }
    h3 {
        font-size: 24px;
        line-height: 32px;
        text-align: center;
    }
    p.bigger,
    body p {
        font-size: 16px;
        line-height: 22px;
        text-align: center;
    }
    .btn.btn-primary {
        padding: 12px 32px;
        font-size: 16px;
        width: 100%;
        box-sizing: border-box;
    }
    .row-txt-img p {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .row-txt-img.row-1 {
        margin-top: 40px;
    }
    .txt-left .left-side{
        order: 2;
    }
     .txt-left .right-side{
        order: 1;
    }
    .row-txt-img{
        margin-bottom: 90px;
    }
}