.body{

}

section {
    /* padding: 0px 30px; */
    background: #fff;
    color: #3A4149;
    padding-bottom: 30px;
}

section p {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
}

section li {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    width: 100%;
    list-style: circle;
}

section h2 {
    padding: 0px -10px;
}

a:hover {
    color: #3A4149;
    text-decoration: underline;
}

section a {
    color: #ED0000;
    text-decoration: none;
    transition: 0.7s ease-in-out;
}

@media(max-width:765px) {
    section p {
        font-size: 12px;
        padding: 0px 30px;
    }
    section li {
        font-size: 12px;
        margin: 0 -30px;
    }
    body {
        overflow-x: hidden
    }
}