.specBlock {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 1rem;
}

.planConf {
  background-color: white;;
}

.specFooter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-header h5 {
  margin-bottom: 0;
}

.specBlock h4 {
  margin-top: 0px;
}

.planBtnGroup {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .planBtnGroup {
    grid-template-columns: repeat(4,1fr);
  }
 }