.title__intern {
    color: var(--blue-color);
    width: 100%;
    border-bottom: 2px solid;
    font-size: 1.8em;
    text-transform: uppercase;
}

/* ### COLUNAS ### */
.title__column {
    border-left: 4px solid #0595ce;
    padding-left: .5em;
}
a.see_all {
    border: 1px solid;
    padding: .5em 1em;
    background-color: var(--blue-color);
    color: white;
    text-transform: uppercase;
}

hr{
    border-top: 1px solid var(--blue-color);
}

/* ### CONTATO ### */
input#nome, input#email, textarea#mensagem {
    border: 1px solid var(--blue-color);
}

@media screen and (min-width: 992px) {
    .profile__content-left {
        position: relative;
        right: -3em;
        z-index: 1;
    }
}
@media screen and (max-width: 992px) {
    .popup-shadow__content{
        width: 100%;
        
    }
}

