.faq {
    border-bottom: 1px solid #e9e9e9;
}

.faq > a {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #272727;
    padding: 24px 0;
    display: flex;
    align-items: center;
}

.faq > a > img {
    width: 32px;
    height: 32px;
    margin-right: 12px;
}
