/* == Banner ==*/

.row-banner {
    height: 550px;
    width: 100%;
    background-image: url('../Images/images_usa/about_us/aboutUs_xl.jpg');
    background-size: cover;
    background-position: center center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    color: #ffffff;
    display: flex;
    align-items: center;
}

.title-banner {
    margin-left: 15%;
    border: solid #ffffff;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-left-width: 6px;
    ;
}

.title-banner-text {
    margin-left: 10px;
    font-size: 35px;
}

.subtitle-banner-text {
    font-size: 25px;
}

/* == Banner ==*/

/* == Body Description ==*/

.row-body {
    margin-top: 85px;
    margin-left: 15%;
    margin-right: 15%;
}

.body-text {
    font-size: 16px;
    color: #818181;
}

/* == Body Description ==*/

/* == Services ==*/

.row-services {
    margin-top: 45px;
}

hr {
    width: 40%;
    margin: auto auto;
    margin-bottom: 50px;
    border: 1px solid #6b4679;
    border-radius: 300px;
    height: 0px;
    text-align: center;
}

.title-services {
    color: #6b4679;
    font-size: 40px;
}

.ul-check {
    margin-top: 35px;
    margin-bottom: 85px;
    list-style: none;
    color: #747474;
    font-size: 16px;
}

.ul-check li:before {
    content: '✓';
    color: #6b4679;
    font-size: 18px;
}

.jumbotron-list {
    margin-top: 35px;
    padding-left: 50px;
    padding-right: 50px;
}

.services-question {
    margin-top: 40px;
    margin-bottom: 80px;
    color: #6b4679;
    font-size: 28px;
}

/* == Services ==*/
