header {
    width: 100%;
    height: auto;
    padding: 1% 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(90deg, rgba(93, 8, 8, 1) 0%, rgba(186, 16, 16, 1) 100%);
}

header img {
    height: 70px;
}

header h1 {
    padding: 0 2%;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: white;
    font-style: italic;
}

@media screen and (max-width: 1320px) {

    header {
        padding: 2% 5%;
    }

    header #logo-sivp {
        height: 70px;
    }

    header #logo-mahidol {
        display: none;
    }

    header h1 {
        display: none;
    }
}