section {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
}
.dispute{
    min-width: 990px;
    max-width: 1920px;
    height: 413px;
    position: relative;
    overflow: hidden;
    left: 50%;
}
.dispute img {
    border: none;
    width: 1920px;
    height: 413px;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    margin-left: -960px;
}
section h1 {
    font-size: 16px;
    margin-top: 30px;
}
section p {
    font-size: 14px;
    /*margin-top: 20px;*/
    line-height: 26px;
}
