.box-member{border: 1px solid #cccccc;background-color: #f1f1f15c;}
.box-member-name p{font-size: .9rem; font-weight: bolder;}
.box-member-img img{border-radius: 100%;border:17px solid #00a5a638;}
/*Accordion*/
.accordion-button:not(.collapsed) {color: #00a5a6;background-color: #f1f1f1;}
.accordion-button{height: 80px; font-size: 20px; text-transform: uppercase;line-height:normal;}
.accordion{--bs-accordion-btn-focus-box-shadow: 0 0 0 0.10rem #0c434f;}
.box-member .accordion-item {margin-bottom: -51px;}
.box-member-name p{background-color: #c3e7e7;padding: 5px;margin-top: 10px;}
@media (min-width: 426px) {
  .box-member-img img {width: 70%;height: 70%;}
}
@media (max-width: 425px) {
  .box-member-img img {width: 100%;}
  .accordion-button{height: 160px; }
}