.title span {
    background-position: 6px 8px;
}

.corporative_content .banner_container {
    display: block;
    float: left;
    position: relative;
    margin-top: 20px;
    padding-bottom: 30.1624%;
    width: 100%;
}

.banner_container .banner {
    display: block;
    position: absolute;
    top: 0em;
    left: 0em;
    width: 100%;
}

.banner .banner_image {
    display: block;
    float: left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
}

.corporative_content .subtitle {
    display: block;
    float: left;
    margin-top: 26px;
    color: #3C67A5;
    font-family: 'Font3';
    font-size: 200%; /*32px*/
    text-align: center;
    line-height: 114px;
    padding-bottom: 15px;
    width: 100%;
}

.subtitle h2 {
    display: inline;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
}

.subtitle .title_image {
    display: inline-block;
    margin-left: 20px;
    margin-bottom: -47px;
}

.corporative_content .right_container {
    display: block;
    float: right;
    margin-top: 42px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #C8EAF4;
    text-align: center;
    padding: 27px 28px 24px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media( min-width: 960px ){
    .corporative_content .right_container {
        width: 432px;
    }
}

.right_container .brand {
    display: inline-block;
    padding: 12px;
}

.brand .image {
    display: block;
    float: left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.corporative_content .left_container {
    display: block;
    float: left;
    width: 100%;
}
@media( min-width: 960px ){
    .corporative_content .left_container {
        width: 395px;
    }
}

.text {
    font-weight: normal;
}