/*
Theme Name: Journey Behavior Consulting
Version: 1.0
Description: A child theme of Divi
Author: Dan Dobbertin
Template: Divi
*/

@import url("../Divi/style.css");
.modern-team-card .et_pb_team_member_image {
  width: 100%;
  text-align: center !important;
  margin: 0 auto 20px auto !important;
  float: none !important;
}

.modern-team-card .et_pb_team_member_image img {
  display: block;
  width: 280px;
  height: 360px;
  object-fit: cover;
  margin: 0 auto !important;
  border-radius: 3px;
}

/* Prevent any left-aligned image layout behavior */
.modern-team-card.et_pb_team_member {
  padding-left: 0 !important;
}

.modern-team-card .et_pb_team_member_description {
  margin-left: 0 !important;
}

@media (max-width: 767px) {
  .et_pb_blurb {
    text-align: center !important;
  }

  .et_pb_main_blurb_image {
    margin-left: auto;
    margin-right: auto;
  }

  .et_pb_blurb_container {
    text-align: center;
  }
}
@media (max-width: 980px) {
  #logo {
    max-height: 80px !important;
  }

  .et_header_style_left #logo,
  .et_header_style_split #logo {
    max-height: 80px !important;
  }
}