.article3 {
    background: url(../images/a3-bg.jpg);
}

.a3-title {
    width: 700px;
    margin-bottom: 2rem;
}


/*==================================================*/
@media (max-width: 850px) {
    .a3-title {
        width: 75%;
    }
}