main {
    position: relative;
    padding: 20px 0px;
    text-align: center;
}

h1 {
    text-align: center;
    color: #396D60;
    margin-bottom: 20px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    width: 200px;
    text-align: center;
}

h1::before {
    content: '';
    display: inline-block;
    position: absolute;
    height: 40px;
    width: 40px;
    margin-left: -40px;
    margin-top: 5px;
    background: url("../images/bg3.png") no-repeat center;
}

h1::after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 40px;
    width: 40px;
    margin-left: 0px;
    margin-top: 5px;
    background: url("../images/bg4.png") no-repeat center;
}

p {
    line-height: 24px;
    font-size: 14px;
    color: rgb(86, 86, 86);
    text-align: left;
    text-indent: 28px;
    margin-bottom: 10px;
}

.dc4 {
    width: 160px;
    position: absolute;
    right: 20px;
    bottom: 10px;
}