.card-customer-portal {
  height: 200px;
  overflow: visible;
}
.card-customer-portal .h2,
.card-customer-portal p {
  margin-bottom: 0;
}
.card-customer-portal .btn {
  color: #303b40;
  min-width: 156px;
}
.card-customer-portal > .card-body {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.25rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 992px) {
  .card-customer-portal > .card-body {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.card-customer-portal .wp-post-image {
  width: 274px;
}
@media (min-width: 992px) {
  .card-customer-portal .wp-post-image {
    width: 360px;
  }
}