.qa .qa-content {
    max-width: 800px;
    width: 100%;
    padding: 40px 15px;
    margin: auto;
}
.qa .wrapper {
    margin-bottom: 60px;
}
.panel-heading {
    padding: 0;
    border: 0;
    background-color: #ca689e;
    color: #fff;
    border-radius: 10px;
}
.panel-heading.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: all ease-in-out 0.3s;
}
.panel {
    margin-bottom: 20px;
}
.panel.active {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    transition: all ease-in-out 0.2s;
}
.panel-title {
    display: flex;
    align-items: center;
    padding: 20px 0 20px 20px;
    margin-bottom: 0;
    justify-content: space-between;
    transition: all ease-in-out 0.3s;
}
.panel-title img {
    margin-right: 21px;
}
.panel-title > a,
.panel-title > a:active {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}
.panel-heading .plus {
    display: block;
}
.panel-heading .minus {
    display: none;
}
.panel-heading.active .plus {
    display: none;
}
.panel-heading.active .minus {
    display: block;
}
.panel-body {
    font-size: 14px;
    line-height: 21px;
    background-color: #fff;
    padding: 20px 20px 25px 20px;
    word-break: break-word;
}
.panel-collapse.show .panel-body,
.panel-collapse.show {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    transition: all ease-in-out 0.2s;
}
