.content_main .number {
    background: #001865;
}
.content_main section:first-child {
    background-image: url(img/design/backimg.jpg);
    background-size: cover;
    background-position: center;
}
section.title img {
    max-width: 100%;
}
section.title > img {
    margin:30px;
}

section.title .text-area h1 {
    border-bottom: 5px solid #001865;
    color: #fff;
    margin-top: 10px;
}
section.title .text-area .headtext {
    display: inline-block;
    margin: 30px 0 15px 0;
    color: #fff;
    min-height: 120px;
    white-space: pre-wrap;
}

@media screen and (min-width: 768px) {
    section.title .text-area {
        position: absolute;
        bottom: 50px;
        right: 40px;
        width: 50%;
        white-space: pre-wrap;
    }
}
