/* Title with border bottom */

.bordered-title {
    position: relative;
}

/* .form-contacto .title-header:after,
.bordered-title:after {
    content: "";
    display: block;
    width: 60px;
    position: absolute;
    bottom: -10px;
    height: 1px;
    background-color: white;
}

.bordered-title.centered:after {
    left: calc(50% - 30px);
} */