.et_pb_row.providers-row {
  display: flex;
  width: 100%;
}

.provider-card {
  align-items: center;
  background-color: #ffffff;
  box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: space-between;
  padding: 20px !important;
}
.provider-card .provider-image {
  display: inline-block;
  line-height: 0;
  margin: 0 auto 30px;
  max-height: 200px;
  width: auto;
  display: block;
}
.provider-card h3 {
  color: #103247 !important;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.et_button_no_icon .provider-card .et_pb_button.provider-button {
  border-radius: 0px;
  border-width: 0px !important;
  box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.3);
  font-size: 15px;
  font-weight: 600 !important;
  letter-spacing: 2px;
  padding: 10px 40px !important;
  text-transform: uppercase !important;
}
