.trofaq-background {
    padding: 70px 192px 103px 145px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.trofaq-background h3 {
    font-size: 39px;
    font-weight: 400;
    margin-bottom: 42px;
    color: #ffffff;
}

.trofaq-background .FAQ-item {
    margin: 0 0 8px 0;
    border: 0px none;
}

.trofaq-background .FAQ-item .card-header {
    padding: 0;
}

.trofaq-background .FAQ-item .card-header h4 {
    margin: 0 0 25px 0;
}

@media (min-width: 768px) {
    .trofaq-background .FAQ-item .card-header h4 {
        padding: 20px 0 0 0;
    }
}

.trofaq-background .FAQ-item .card-header h4 {
    color: #ffffff;
}
.trofaq-background .FAQ-item .card-header a.collapsed h4 {
    color: #4d4d4d;
}

.trofaq-background .FAQ-item .card-header h6 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: 72px;
    margin: 0;
    display: flex;
    align-items: center;
}

.trofaq-background .FAQ-item .card-header a {
    text-decoration: none;
    padding: 0 0 0 21px;
    background: #95c11f;
}

.trofaq-background .FAQ-item .card-header a.collapsed {
    background: #ffffff;
}

.trofaq-background .FAQ-item .card-header a svg {
    color: #3C3C3C;
    padding-right: 0px;
    width: 101px;
    height: 68px;
    padding-top: 8px;
    font-size: 32px;
    transform: rotate(180deg);
    margin: 8px 0 -8px 0;
}

.trofaq-background .FAQ-item .card-header a.collapsed svg {
    color: #95c11f;
    transform: rotate(0deg);
    margin: 0;
}

.trofaq-background .FAQ-item .card-body {
    padding: 20px 108px 40px 22px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

@media (max-width: 767px) {
    .trofaq-background {
        background: #ffffff !important;
        padding: 0;
    }
    
    .trofaq-background h3 {
        color: #3C3C3C;
        font-size: 33px;
        font-weight: 400;
        margin-bottom: 16px;
    }
    
    .trofaq-background .FAQ-item,
    .trofaq-background .FAQ-item .card-header a.collapsed {
        background: #F5F5F5
    }
    
    .trofaq-background .FAQ-item .card-header h6 {        
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
    }

    .trofaq-background .FAQ-item .card-body {
        padding: 11px 60px 14px 10px;
    }

    .trofaq-background .FAQ-item .card-header a {
        padding: 0 0 0 11px;
    }
}
