section.banner_container {
    background: url('images/home\ page\ 1.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover !important;
    display: table;
    width: 100%;
    height: 100vh;
    background-color: #171717;
    color: #000;
    line-height: 1.6;
    position: relative;
    overflow: hidden;
    padding-left: 5%;
    padding-top: 10%; 
}

.banner_text h3 {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 900;
    font-size: 80px;
    align-items: center;
    color: #004886;
    width: 100%;
    float: left;
}

.banner_text {
    background: none;
    width: 50%;
    float: left;
}
.banner_text span {
    color: red;
}
section.established_container {
    width: 100%;
    float: left;
    /* background: red; */
}

