#banner {
    height: 800px;
    background-image: url('../images/value/banner.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
}

#banner .container,
#banner section,
#banner article:first-child {
    height: 100%;
}

#banner section {
    font-size: 0;
}

#banner article {
    display: inline-block;
    vertical-align: top;
}

#banner article:first-child {
    background-color: rgba(251, 243, 243, .2);
    width: 400px;
    padding: 0 21px;
}

#banner h1 {
    margin-top: 71px;
    font-size: 40px;
    font-family: 'Acumin Variable Concept';
    font-weight: bold;
    color: rgba(31, 209, 191, 1);
    text-align: center;
    line-height: 70px;
    letter-spacing: 4px;
}

#banner article:nth-child(2) {
    width: 904px;
    margin-left: -104px;
    margin-top: 259px;
}

#banner .content {
    padding: 39px 39px 39px 143px;
    background-color: rgba(43, 61, 75, .8);
    position: relative;
    font-family: 'Acumin Variable Concept';
    color: #fff;
}

#banner .content::before {
    content: '';
    background-color: rgba(31, 209, 191, .8);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 104px;
    height: 100%;
}

#banner h2 {
    font-size: 22px;
    margin-bottom: 29px;
    font-weight: bold;
    letter-spacing: 2px;
}

#banner p {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 1.4px;
    font-weight: bold;
}

#banner p+p {
    margin-top: 23px;
}

@media screen and (max-width: 576px) {
    #banner {
        height: auto;
    }
    #banner .container {
        padding: 15px;
    }
    #banner article:first-child {
        width: 100%;
    }
    #banner h1 {
        margin-top: 15px;
        font-size: 38px;
    }
    #banner article:nth-child(2) {
        margin-top: 0;
        margin-left: 0;
        width: 100%;
    }
    #banner article:nth-child(2) .content {
        padding: 15px;
    }
    #banner article:nth-child(2) .content::before {
        content: none;
    }
}