.section {
    padding: 100px 0 120px;
}
.section .wrap .p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px; /* 228.571% */
    letter-spacing: -0.15px;
}
.section .wrap .p ul {
    margin: 10px 0;
    background: #FAFDFE;
    padding: 20px;
    color: #1685B8;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.15px;
}
.section .wrap .p ul li {
    padding: 0 0 0 20px;
    position: relative;
}
.section .wrap .p ul li:after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 0;
    top: 12px;
    position: absolute;
    background: #1685B8;
}

@media screen and (max-width: 768px) {
    .section {
        padding: 50px 0 70px;
    }
    .section .wrap .p {
        font-size: 13px;
    }
}
