.subheading-cariere {
    display: block;
    font-size: 2rem;
    font-weight: 500;
    color: #0C233F;
    margin-bottom: 1.6rem;
    letter-spacing: 1.5px;
    line-height: 30px;
}

.link-cariere {
    text-decoration: underline;
    color: #0C233F;
}

.link-cariere:hover {
    color: darkgreen;
}

.grid-content-sidebar {
    display: flex;
    flex-wrap: wrap;
}

.grid-content-sidebar > *:nth-child(1) {
    flex: 1 1 70%;
}

.grid-content-sidebar > *:nth-child(2) {
    flex: 1 1 30%;
}

.pdf-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.container_cariere {
    padding: 3rem;
    border-bottom: 3px solid #398d436b;
}

.data {
        font-size: 2.4rem;
        font-weight: 600;
        color: #b0d1b4;
        margin-bottom: 2rem;
    
}

.mailto {
    color: #0C233F;
}

.mailto:hover {
    color:darkgreen;
}