body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main-content4 {
    flex: 1;
    margin: 100px 12vw 0px 8vw;
    padding: 20px;
}

.main-content4 h2 {
    font-size: 2.2rem;
    text-align: center;
    font-weight: 1000;
    margin-top: 2vh;
}

.highlight {
    background: linear-gradient(to right, rgba(40, 116, 166, 1), rgba(174, 214, 241, 0));
    padding: 2px 6px;
    border-radius: 3px;
}

.job-section {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.job-blue {
    background: linear-gradient(to right, rgba(40, 116, 166, 1), rgba(174, 214, 241, 0));
}

.job-light-blue {
    background: linear-gradient(to right, rgba(235, 245, 251, 1), rgba(235, 245, 251, 0));
}

.content-section p {
    line-height: 1.6;
    margin-bottom: 2px;
}

.extra-space {
    margin-top: 100px;
}

.link-highlight {
    font-weight: bold;
    text-decoration: none;
    color: var(--bs-gray-900);
}

.link-highlight:hover {
    text-decoration: underline;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .main-content4 {
        margin-left: 0;
        padding: 10px;
        margin-top: 120px;
        margin-right: 0;
    }

    .main-content4 h1 {
        font-size: 1.6rem;
    }

    .content-section p {
        font-size: 1rem;
    }

    .extra-space {
        margin-top: 100px;
    }
}
