#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;
}

#content-top dl{
    width: 70%;
    margin: auto;
}

#content-top dl dt {
    font-size: 2.2rem;
    font-weight: bold;
}

#content-top dl dd {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 30px;
}

#content-top dl dd:not(:last-child) {
    border-bottom: 1px solid #d4d3d3;
}

@media screen and (max-width: 1000px){
    #content-top dl{
        width: 90%;
    }
}