.accordion {
    width: 100%;
    background-color: #fff;
}

.accordion .content {
    width: 90%;
    margin-left: 5%;
}

.accordion h2 {
    opacity: .8;
    font-size: 18px;
    color: #000;
    line-height: 20px;
    margin:30px 0;
}

h1, h2 {
    font-weight: normal;
}

.accordion .content p {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.70);
    line-height: 20px;
}

p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
}