.margin-y-auto {
  margin: auto 0 !important;
}

.height-640 {
  height: 640px !important;
}

.background-grey {
  background: #f8f9fc !important;
}

.btn-custom-col {
  background-color: #05054d;
  color: white;
}
.text-custom-col {
    color: #05054d;
  }
.btn-custom-col:hover {
  background-color: white;
  color: #05054d;
  border: 2px solid #05054d;
}
