body {
  overflow-x: hidden;
}

.mul-dis-desc {
  font-family: arial;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #d8deea;
  margin-top: 20px;
  margin-bottom: 20px;
}

.topic_div {
  width: 538px;
  height: 75px;
  background: #548CA8;
  border-radius: 0px 75px 75px 0px;
  display: table;
  text-align: end;
  margin-top: 15px;
}

.topic {
  display: table-cell;
  vertical-align: middle;
  padding-right: 50px;
  font-family: arial;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  color: #FBF8F1;
}

.officer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  margin-top: 20px;
}

.officer_card {
  width: 300px;
  max-width: 100%;
  min-height: 350px;
  background: #FBF8F1;
  box-shadow: 0px 4px 4px #659fec;
  padding: 25px;
  display: inline-block;
  vertical-align: middle;
}

.ring {
  height: 163px;
  width: 163px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-blend-mode: normal;
  background: linear-gradient(180deg, #1A85E8 0%, rgba(26, 133, 232, 0) 100%);
  text-align: center;
  padding: 5px;
  margin: auto;
}

.officer_photo {
  height: 150px;
  width: 150px;
  margin: auto;
  vertical-align: middle;
  object-fit: cover;
  object-position: center top;
}

.officer_pos {
  font-family: arial;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #343A40;
  margin-top: 21px;
  text-align: center;
}

.officer_name {
  font-family: arial;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #595260;
  text-align: center;
  margin-top: 10px;
}

.key-officers-section {
  padding-bottom: 35px;
}

.officer-group-title {
  margin-top: 40px;
  margin-bottom: 5px;
  color: #548CA8;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

/*# sourceMappingURL=multiple-district-306.css.map */
