.aboutSection {
    padding: 4rem 1rem;
    max-width: 80%;
    margin: 0 auto;
}

.aboutContent {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: flex-start;
}

.aboutText {
    flex: 1 1 60%;
}

.aboutText h1 {
    margin-bottom: 1rem;
    font-size: 2.5rem;
}

.aboutText p {
    line-height: 1.6;
    margin-bottom: 1rem;
}

.aboutImage {
    flex: 1 1 35%;
    text-align: center;
}

.aboutImage img {
    max-width: 90%;
    height: auto;
    border-radius: 10px;
}


section.CV {
    max-width: 80%;
    margin: 2rem auto 4rem auto;
    line-height: 1.6;
}

.cvWrap {
    display: block;
}

.education,
.experience,
.skills {
    margin-bottom: 3rem;
}

section.education h1,
section.experience h1,
section.skills h1 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
}

.CVdivider {
    border: none;
    border-top: 1px solid #000;
    margin-bottom: 1rem;
}

ul {
    list-style: none;
    padding-left: 0;
}

.school {
    font-weight: 600;
    font-size: 1.2rem;
    color: #004753;
    margin-top: 1rem;
}

.schoolInfo {
    margin-left: 1rem;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: #333;
    line-height: 1.6;
}

.skills h2 {
    margin-top: 1.5rem;
    font-size: 1.3rem;
    font-weight: 600;
}