.education-work-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    scroll-margin-top: 80px;
    margin-left: 60px;
}

.rectangle-education-work {
    display: flex;
    flex-direction: column;
    gap: 30px;
    background-color: #034C53;
    padding: 40px;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0,1);
    text-align: center;
    width: 70%;
    height: auto;
    border: solid 2px black;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
}

/* EDUCATION */

.about-education {
    width: 100%;
    border-radius: 30px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
    border: solid 5px lavender;
    padding-bottom: 20px;
}

.about-education h3 {
    font-size: 2.1em;
    color: lavender;
    font-weight: bold;
}

.about-education h4 {
    font-size: 1.2em;
    color: lavender;
    font-weight: bold;
}

.timeline {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timeline-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
}

.date {
    width: 20%;
    color: #bbffef;
}

.info {
    width: 78%;
    text-align: left;
}

.info p {
    color: #bbffef;
    line-height: 1.6;
}

.info ul {
    color: #bbffef;
    line-height: 1.6;
}