.accordion-button:not(.collapsed) {
    color: #000;
    /*background-color: #e7f1ff;*/
    background-color: #80D1BA ;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

p {
margin-bottom: 12px;
}
@media only screen and (max-width: 600px) {
  .breadcrumb-area .breadcrumb-text {
    position: relative;
    padding: 70px 0;
}

h1 {
    font-size: 28px;
}
}


