section.header {
    display: grid;
    margin-top: 2.5rem;
    grid-template-columns: 1fr 0.5fr;
    gap: 8rem;
}

h1 {
    font-size: 1.9rem !important;
    font-weight: 500;
}

.language_option {
    font-size: 20px;
    text-align: end;
}