/* slide 2 title */
.slide-2-title {
  margin-top: -25px;
}

/* custom footer for info panels */
.container-custom {
  display: flex !important;
  flex-direction: column;
}

.custom-footer {
  display: flex;
  flex-direction: row;
  padding: 0;
}
.info {
  width: 50%;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
}

.info-img {
  height: auto;
}

@media screen and (max-width: 676px) {
  .custom-footer {
    flex-direction: column;
  }
  .info {
    width: 100%;
  }
  .info-img-2 {
    background-color: #000;
  }
}

.jblue {
	background-color: #0f4c81 !important; 
	color: white !important; 
}