/* ============= NAVBAR ================= */
.mac-navbar {
    background: #f5f5f5;
    border-bottom: 2px solid #000;
}
.mac-nav-link {
    font-weight: 600;
    color: #000 !important;
    margin-left: 20px;
}

/* ============= HEADER ================== */
.mac-about-header {
    padding: 60px 0;
    background: #fafafa;
    border-bottom: 2px solid #000;
}
.mac-about-title {
    font-size: 50px;
    font-weight: 900;
}
.mac-about-sub {
    font-size: 18px;
    color: #444;
}

/* ============= CONTENT ================== */
.mac-about-desc {
    font-size: 17px;
    color: #333;
    margin-bottom: 25px;
}
.mac-section-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}

.mac-info-box {
    border: 2px solid #000;
    padding: 15px 20px;
    background: #f1f1f1;
    line-height: 1.7;
}

/* ============= BUTTON ================== */
.mac-btn {
    padding: 10px 25px;
    border: 2px solid #000;
    background: #eee;
    font-weight: 600;
    transition: 0.2s;
}
.mac-btn:hover {
    background: #000;
    color: #fff;
}
.mac-btn-link {
    display: inline-block;
    text-decoration: none;
    color: #000;
}
.mac-btn-link:hover {
    color: #fff;
}

/* ============= FOOTER =================== */
.mac-footer {
    background: #f5f5f5;
    border-top: 2px solid #000;
    font-weight: 600;
}