.ImoveisFavoritos_Header_Titulo {
    font-size: 37px;
    line-height: 50px;
    border: 0;
    text-align: center;
    color: #1f3473;
    margin-top: 40px;
    text-transform: uppercase;
    font-weight: bold;
}

.ImoveisFavoritos_Header_Titulo:after {
    content: ' ';
    display: block;
    width: 170px;
    height: 5px;
    position: relative;
    margin: 0 auto;
    background: #eb5d1f;
    border-radius: 30px;
}