.pdFaq__item {
    width: 100%;
}

.pdFaq__item .pdFaq__item-button .pdFaq__item-title {
    margin: 0;
    text-transform: none;
    text-align: left;
    font-weight: 600;
}

.pdFaq__item .pdFaq__item-button {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0 0 .8rem;
    background: transparent;
}

.pdFaq__item .pdFaq__item-button:focus {
    outline: none;
}

.pdFaq__item .pdFaq__item-button:after {
    position: absolute;
    bottom: 0;
    content: '';
    width: 100%;
    height: 1px;
}

.pdFaq__item-icon {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background-position: 50%;
    background-repeat: no-repeat;
}

.pdFaq__item-desc {
    padding-top: 1.5rem;
}