@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.mandate {
    height: auto;
    padding: 5em;
}

.mandate-section {
    margin: 0 10em;
}

.width {
    text-align: justify;
}

.mandate-section h2, p {
    font-family: "Roboto", 'Courier New', Courier, monospace;
}

.mandate-section h2 {
    font-size: 2em;
    text-align: center;
    color: #00a6eb;
}

.mandate-section article {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.vision {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.vision {
    margin: 0 10em;
}

.vision h1 {
    font-size: 2rem;
    padding: 2px;
    margin: 0;
    margin-top: 1em;
    color: #00a6eb;
}

.vision p {
    font-size: 1rem;
    padding: 0;
}

.vision, .mission, p, h1 {
    font-family: "Roboto", 'Courier New', Courier, monospace;
}

.mission h1 {
    font-size: 2em;
    text-align: center;
    color: #00a6eb;
}

.mission {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.mission {
    margin: 0 10em;
}

.mission h1 {
    font-size: 2rem;
    padding: 2px;
    margin: 0;
    margin-top: 1em;
}

.mission p {
    text-align: justify;
    font-size: 1rem;
    padding: 0;
}

.mission p, h1 {
    font-family: "Roboto", 'Courier New', Courier, monospace;
}

/* Mobile styles */
@media (max-width: 768px) { /* Adjust the width as needed */
    .mandate {
        padding: 3em 1em; /* Reduce padding for smaller screens */
    }

    .mandate-section {
        margin: 0 2em; /* Adjust margins for smaller screens */
    }

    .mandate-section h2 {
        font-size: 1.5em; /* Adjust heading size for smaller screens */
    }

    .vision, .mission {
        margin: 0 2em; /* Adjust margins for smaller screens */
    }

    .vision h1, .mission h1 {
        font-size: 1.5rem; /* Adjust heading size for smaller screens */
    }

    .vision p, .mission p {
        font-size: 0.9rem; /* Adjust paragraph size for smaller screens */
    }
}
