#screen_home {
    background-image: url("../../assets/images/bg_main.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    display: flex;
}

#screen_home section{
    max-width: 600px;
    display: flex;
    flex-direction: column;
}

#screen_home section article {
    padding: 30px;
}

#screen_home section article:last-child {
    font-size: 1.2em;
}

#screen_home section article:last-child {
    flex: 1 0 auto;
    background-color: rgba(255,255,255,.8);
    padding-bottom: 40px;
}

#screen_home section article:last-child p:first-child {
    margin-top: 0;
}