.logo_footer
{
    width: 210px !important;
}

.bg-color
{
   background-color:#2d5b90 !important;
}
.flip-card{
  height: 400px !important;
}

.flip-front, .flip-back {
  height: 100%;
  min-height: 400px; /* o el valor que necesites */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.padd {
    padding-top: 9rem;
    padding-bottom: 9rem;
}