/* width */
@media screen and (max-width: 1400px) {
    .welcome-quill-png {
        height: 600px;
    }
}
@media screen and (max-width: 1100px) {
    .welcome-quill-png {
        height: 500px;
    }
}
@media screen and (max-width: 768px) {
    h1 {
        font-size: 2em;
    }
    h2 {
        font-size: 1.75em;
    }
    h3 {
        font-size: 1.5em;
    }
    h4 {
        font-size: 1.25em;
    }
    p {
        font-size: 1em;
    }
    .welcome-text-png {
        height: 80px;
    }
    .welcome-quill-png {
        height: 500px;
    }
    .contact-button-welcome {
        font-size: 0.9em;
    }
}
@media screen and (max-width: 550px) {
    .welcome-header {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        gap: 5px;
    }
    .welcome-container {
        max-width: 85%;
    }
    .welcome-header h1 {
        margin-bottom: -10px;
    }
    .welcome-text-png {
        height: 60px;
        margin-left: -10px;
    }
}
@media screen and (max-width: 450px) {
    .welcome-quill-png {
        height: 450px;
    }
}
@media screen and (max-width: 350px) {
    .welcome-quill-png {
        height: 400px;
    }
}




/* height */
@media screen and (max-height: 600px) {
    .welcome-quill-png {
        height: 400px;
    }
}