.info-block {
  text-align: center;
  color: white;
  font-size: 2em;
  max-width: 75%;
  padding-top: 25px; 
  margin-left: auto;
  margin-right: auto; 
}

.info-header-text {
  font-size: 1.0em;
}

.info-header-subtext {
  font-size: 0.8em;
}

.info-card {
  border-radius: 5px;
  border: solid 1px rgb(223, 223, 223);
  min-height: 385px;
  width: 100%;
}

.info-card-image-block {
  height: 120px;
}

.info-card-image {
  display: block;
  margin-left: auto;
  margin-right: auto;  
}

.info-card-text {
  min-height: 220px;
}

.btn-rounded {
  border-radius: 5px;
  margin-bottom: 5px;
}



