.content {
    display: flex;
    justify-content: center;
    align-items: center;
}
.content .info {
    width: 1200px;
    min-height: 500px;
    background: #fff;
    padding: 70px 100px;
    box-sizing: border-box;
}
.content .info h2 {
    margin-bottom: 20px;
}
.content .info p {
    text-indent: 32px;
    margin-bottom: 10px;
}
