.contenedorEnviarCv {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.tituloCV::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #1f6ba7;
    margin: 10px auto 0;
    border-radius: 2px;
}