.intro {
    font-weight: 400;
}

.current-role {
    font-weight: 400;
}

.interests {
    font-weight: 400;
}

.journey {
    margin-top: 25px !important;
}

.journey-intro {
    font-weight: 400;
}

.certifications {
    margin-top: 25px !important;
    padding: 20px;
    border-left: 3px solid #743ad5;
    border-radius: 5px;
}

.cert-intro {
    font-weight: 400;
    margin-bottom: 15px !important;
}

.cert-journey {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ejpt, .ecppt {
    padding: 12px;
    border-radius: 5px;
    border-left: 2px solid #d53a9d;
}

.cert-description {
    margin-bottom: 8px;
}

.cert-description p {
    padding: 0px;
    margin: 0px;
    font-weight: 400;
}

.cert-result {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.cert-result em {
    color: #d53a9d;
    font-weight: 500;
    font-style: normal;
}