:root {
    --brand: #A47864; /* tweak to your brand brown */
    --ink: #3a3a3a;
    --muted: #7a828a;
    --bg: #f6f6f6;
}
body {
    color: var(--ink);
    background: #fff;
    font-family: "Sora", sans-serif;
}
header {
    width: 100%;
    padding: 0px 70px;
    top: 0px;
    left: 0;
}
.logo-mnp-agro{
    margin: 0px 0px 30px 0px;
}
header .logo-mnp-agro{margin: 5vh 0px 2vh 0px;max-width: 30vh;}
header .col-md-10{/* border-bottom:1px solid var(--brand); */}
.mnp_agro-wrap {padding: 0px 60px 60px 60px;display: flex;align-items: center;}
.collage-banner{max-height: 75vh;}
@media (min-width: 992px) {
    .mnp_agro-wrap {
    }
}
/* Left column */
.logo-mnp_agro {
    font-size: clamp(34px, 5vw, 64px);
    font-weight: 600;
    letter-spacing: .5px;
    color: var(--brand);
    line-height: 1;
}
p {
    font-size: 21px;
    font-weight: 300;
    line-height: 1.45;
    max-width: 790px;
    margin-bottom:30px;
}
p.bold-500{font-weight:500;}
.color-green{color:#006747;font-weight:500;}
.color-green a{color:#006747;font-weight:700;text-decoration:none;padding-bottom:3px;border-bottom:1px solid #006747;}

/* make every tile keep its image contained and rounded */
.collage .tile {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: var(--bg);
}
.collage .tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* Right column */
.eyebrow {
    color: var(--brand);
    font-weight: 600;
    letter-spacing: .02em;
}
.lede {
    color: var(--brand);
    font-weight: 500;
    line-height: 1.1;
    font-size: clamp(24px, 2.5vw, 36px);
    margin-bottom: 30px;
    margin-top: 30px;
}
.lede + .lede {
    margin-top: .15em;
}
.section-label {
    color: var(--brand);
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: .02em;
    min-width: 200px;
}
.divider {
    height: 1px;
    background: #e9ecef;
    margin: 1.25rem 0;
}

@media (max-width: 1660px) {
    p {font-size: 18px;}
}
/* mobile tweaks: stack collage more simply */
@media (max-width: 768px) {

    header{padding:0px 15px;}
    header img{max-width:100%;}
    p {font-size: 15px;}
    
    img.img-fluid.mb-5 {
        max-width: 100px;
    }
    .mnp_agro-wrap {
        padding: 30px 15px 30px 15px;
    }
    .mnp_agro-wrap .row{
    display: flex;
    flex-direction: column-reverse;
}
    p.color-green.mt-5.pt-5.mb-0{padding-top:0px !Important;}
    .collage-banner{margin-bottom:30px;}
    .collage {
        grid-auto-rows: 54px;
        gap: 10px;
    }
    .d-flex.gap-4 {
        gap: 10px !important;
        display: flex;
        flex-direction: column;
    }
    .d-flex.gap-4 p br {
        display: none;
    }
    p.mb-5 {
        margin-bottom: 0px !important;
    }
}
/* optional page border like reference */
.page-border {
    margin-top: 2rem;
    padding-top: 1rem;
}