.section {
    padding: 100px 0 160px;
}
.section .wrap {
    width: 1200px;

}
.section .title {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}
.section .des {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 10px 0;
}
.section .des p {
    color: #A1ACBB;
    font-size: 12px;
    font-weight: 400;
    line-height: 2;
}
.section .content {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 2;
    margin-bottom: 70px;
}
.section .pages a {
    display: block;
    width: fit-content;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
}
.section .pages a span {
    color: #62748E;
    transition: 0.6s;
}
.section .pages a:hover span {
    color: #1685B8;
}
@media screen and (max-width: 1365px) {
    .section .wrap {
        width: 90%;
    }
    .section .wrap .content p img {
        display: inline;
        width: 48%;
    }
}

@media screen and (max-width: 768px) {
    .section {
        padding: 50px 0 70px;
    }
}
