.highlight {
    font-weight: bold;
}

section {
    min-height: 60vh;
    margin-top: 60px;
}

section>.wrapper {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-bottom: 20px;
    min-height: 60vh;
}

section .sub-section {
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 20px;
    max-width: 800px;
    width: 100%;
    padding: 20px;
}

.sub-section .header h2 {
    font-size: 40px;
    margin: 0;
}

.about-section .content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-section {
    background-color: #f5f5f5;
    border-radius: 12px;
}
