#content-header {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    font-size: 3.5rem;
    font-weight: bold;
    text-align: center;
    color: white;
    background-color: #3B9E3E;
    margin-top: 30px;
    margin-bottom: 100px;
}

#support_wrap {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

#support_wrap .s_content_wrap {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

#support_wrap .s_content_wrap:nth-child(2n) {
    background-color: #60B53A;
    color: white;
}

.s_title {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.s_image {
    margin: auto;
    width: 50%;
    margin-bottom: 20px;
}

.s_image img{
    width: 100%;
}

.m_text {
    width: 80%;
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin: auto;
}

@media screen and (max-width: 1000px){
    #content-header {
        margin-bottom: 0;
    }

    .s_image {
        width: 80%;
    }

    .m_text {
        font-size: 1.7rem;
        line-height: 2.2rem;
    }
}