.texto-vagas {
    margin-bottom: 20px;
}

.texto-vagas p {
    text-align: justify;
    font-weight: normal !important;
}

.link {
    border-bottom: 1px solid #dddddd;
    text-transform: uppercase;
}

.link a {
    color: black;
    font-weight: bold;
    transition: color .5s ease-in;
}

.link a:hover {
    color: #009661;
}

table#vagas{
    width: 100%;
    margin-bottom: 20px;
    padding: 5px;
}
table#vagas tr {
    height: 30px;
}
table#vagas td.col1 {
    width: 15%;
    font-weight: bold;
}

table#vagas td.col2 {
    width: 85%;
    font-weight: normal;
}