body {
    font-family: serif;
    color: #333;
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

.header {
    background-color: #661c1d;
    padding: 6rem 1rem 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #eee;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    text-align: center;
}

h2 {
    color: #3498db;
    font-weight: 600;
    margin: 2rem 0 1rem;
}

p {
    margin-bottom: 0;
}

.mous.header h1 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 1.5rem;
    font-size: 3rem;
}

.mous-brands img {
    width: 100%;
    max-width: 380px;
    object-fit: contain;
}

.custom-bullet-list {
    list-style-type: disc;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.custom-bullet-list li {
    color: #333;
}

.collaboration .title h1 {
    font-size: 4rem;
    color: #5c1d1b;
    text-align: center;
    margin-bottom: 2rem;
}

.collaboration .highlight {
    background-color: #f6e186;
    padding: 2rem;
    border-radius: 30px;
    margin-bottom: 3rem;
}
.collaboration .highlight p{
    font-weight: 500;
    font-family: serif;
    color: #000;
    font-size: 20px;
    line-height: 22px;
}
.collab-box {
    margin-bottom: 2rem;
}

.collab-box img {
    width: 100%;
    max-width: 100%;
    object-fit: contain;
    height: auto;
}

.collab-box h4 {
    color: #e78837;
    font-weight: 800;
    margin-top: 1.25rem;
}

.collab-box p {
    font-weight: 900;
    font-family: serif;
    font-size: 18px;
    line-height: 20px;
    margin-top: 20px;
}
.mous-brands p{
     font-family: serif;
    font-size: 18px;
    line-height: 22px;
    color:#000;
}
.img-block
{
width:200px;
}
.img-block1
{
width:200px;
}
.img-block2
{
width:300px;
}
.img-block3
{
width:150px;
}


/* ---------- Responsive Breakpoints ---------- */

@media (max-width: 992px) {
    .mous.header h1 {
        font-size: 2.5rem;
    }

    .collaboration .title h1 {
        font-size: 2.5rem;
    }

    .header {
        padding: 4rem 1rem 1.5rem;
    }

    .collaboration .highlight {
        padding: 1.5rem;
    }
}

@media (max-width: 768px) {
    .mous.header h1,
    .collaboration .title h1 {
        font-size: 2rem;
    }

    .collab-box h4 {
        font-size: 1.25rem;
    }

    .collab-box p {
        font-size: 1rem;
    }

    body {
        font-size: 16px;
        line-height: 1.5;
    }
}

@media (max-width: 576px) {
    .header {
        padding: 3rem 1rem 1rem;
    }

    .mous.header h1,
    .collaboration .title h1 {
        font-size: 1.75rem;
    }

    .collab-box h4 {
        font-size: 1.1rem;
    }

    .collaboration .highlight {
        padding: 1rem;
    }
}
