.emmaus-mass{

    padding:100px 0;

    background:#ffffff;

}

.emmaus-section-header{

    text-align:center;

    max-width:720px;

    margin:auto;

    margin-bottom:70px;

}

.emmaus-section-subtitle{

    color:#d4af37;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:2px;

}

.emmaus-section-header h2{

    margin:15px 0;

    color:#08234b;

    font-size:48px;

}

.emmaus-section-header p{

    color:#6b7280;

    line-height:1.8;

}

@media (max-width: 992px) {
    .emmaus-mass-grid{
        grid-template-columns:repeat(2,1fr);
        gap:20px;
    }
}

@media (max-width:768px){
    .emmaus-mass-grid{
        grid-template-columns:1fr;
        gap:18px;
    }
}