.ofm-section{
    padding:80px 0;
    background:#090909;
    color:#fff;
}

.ofm-container{
    width:min(1200px,92%);
    margin:auto;
}

.ofm-section h2{
    font-size:2.4rem;
    margin-bottom:20px;
    color:#fff;
}

.ofm-section p{
    color:#9ca3af;
}

.section-header{

    display:flex;

    justify-content:space-between;

    align-items:flex-end;

    gap:20px;

    margin-bottom:30px;
}

.section-header h2{

    margin:0;

    font-size:3rem;
}

.section-header p{

    margin:8px 0 0;

    color:#9ca3af;
}

.section-link{

    color:#f4c430;

    text-decoration:none;

    font-weight:700;

    white-space:nowrap;
}