
.faq-accordion .card {
    border: none;
}

.faq-accordion .card-header {
    background: transparent;
    border-bottom: 2px solid #d42027;
    padding: 0;
}

.faq-accordion .card:first-child .card-header {
    border-top: 2px solid #d42027;
}

.faq-accordion .card  button{
    padding: 20px 25px;
    display: block;
    width: 100%;
    font-size: 20px;
    text-align: left;
}

.faq-accordion .card  button:hover{
    color: #d42027;
}

.faq-accordion .card  button img{
    width: 30px;
    height: 30px;
    margin-right: 25px;
}


.faq-accordion .card  button .arrow {
    float: right;
    vertical-align: middle;
    font-size: 30px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.faq-accordion .card  button .arrow.closed {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
