.section-title-banners {
    margin-top: 120px;
    top: -25px;
    margin-bottom: -25px;
    position: relative;
    display: flex;
    align-items: center;
    height: 500px;
    overflow: hidden;
}
    .section-title-banners .container {
        position: relative;
        z-index: 5;
        margin-top: 190px !important;
    }
        .section-title-banners h1 {
            font-weight: 900;
            line-height: 70px;
            text-transform: uppercase;
            animation: anima-header 4s;
            font-size: 67px;
        }
        .section-title-banners h2 {
            position: relative;
            display: inline-block;
        }
        .section-title-banners h2:before, .section-title-banners h2:after {
            content: "";
            position: absolute;
            height: 6px;
            width: 1500px;
            top: 12px;
            border-radius: 3px;
            background-color: #0d7198;
        }
        .section-title-banners h2:before {
            left: calc(100% + -138px);
        }
        .section-title-banners h2:after {
            right: calc(100% + 30px);
        }