@media (min-width: 992px) {
    main > div > div {
        padding: 0 12%;
    }

    /* Qualifications: Limit the width of sections */
    .qualifications {
        padding: 0 0;
        max-width: 1300px;
    }
    .certifications,
    .projects {
        max-width: 2000px;
    }

    /* Qualifications: Make the box widths consistent */
    .qualification-box {
        width: 33.33%;
    }

    /* Thong tin ca nhan: Make the spacing larger */
    .info-row .info-label {
        min-width: 200px;
    }

    /* Certifications: Display the image and info side by side */
    .cert {
        flex-direction: row;
    }
    /* Fix the image */
    .cert img {
        width: 50%;
        max-width: 350px;
    }
}
