.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
}

.card {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26);
}

.card__header,
.card__content {
  padding: 1rem;
}
.headerPR,
.headerCT
{
  height: 100px;
}
.bodyPR
{
  height: 225px;
}
.bodyCT
{
  height: 180px;
}

.footerPR,
.footerCT
{
  height: 75px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
}

.card__header h1,
.card__content h1,
.card__content h2,
.card__content p {
  margin: 0;
}

.card__image {
  width: 100%;
  justify-content: space-around;
  text-align: center;
}

.card__image img{
  width: 50%;
  text-align: center;
}

.card__icon_center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 40px;
}

.card__icon {
  padding: 0rem;
  text-align: center;
}

.card__icon button {
  border: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: none;
}

.card__icon img 
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 40px;
}

.card__actions {
  padding: 1rem;
  text-align: center;
}

.card__actions button,
.card__actions a {
  margin: 0 0.25rem;
}

.member-item {
    width: 20rem;
    max-width: 95%;
    margin: 1rem;
}


.member__title {
    font-size: 1.2rem;
    text-align: center;
}

.member__description {
    text-align: center;
}

.task__box {
  height: 80px;
}
.card-header,
.card-footer,
.home_header,
.chief__header,
.ch__header,
.station__header,
.services,
.services__header
{
  background-color: #B8B9BC;
  color: #0E0D23;
}
.gallery-band {
  color: #B8B9BC;
  background-color: #0E0D23;
  padding-top: 6px;
}
.services h3 {
  padding-top: 4px;
  padding-bottom: 4px;
}
.chief__header h3,
.chief__header h4,
.home_header h4,
.ch__header h3,
.station__header h3
{
  text-align: center;
  margin: 0px;
}
.app-edit img,
.chief__image img {
  width: 100%;
}

.ch__card {
  width: 95%;
}
.station__body {

}
.station__body img
{
  text-align: center;
  width: 100%;
  max-width: 300px;
}
.station__body p
{
  text-align: center;
}
.service__btn {
  width: 100%;
}