.content.contentBox {
    font-size: 16px;
    line-height: 1.875;
    padding: 0 10px;
    padding-top: 10px;
    word-wrap: break-word;
    color: #525252;
}
.contentBox.contentBox h3{
    color: #0ab99d;
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.content.contentBox p {
    max-width: 100%;
    margin-bottom: 10px;
    line-height: 30px;
    font-size: 18px;
}
.parter {
    text-align: center;
    justify-content: space-around;
    margin-bottom: 10px;
    display: flex;
}
.parter li {
    border-radius: 7px;
    width: 30%;
    padding: 9px 0;
    font-size: 14px;
    cursor: pointer;
}
.parter li:first-child {
    background-color: #629cff;
}
.parter li:nth-child(2) {
    background-color: #2ea7e0;
}
.parter li a {
    color: #fff;
}