@use "../../../styles/int.scss";

.isBigDeal {
  margin-bottom: calc(-1 * var(--Grid-gutter));
}

.withImage {
  padding-top: 0;
}

.headshotContainer {
  margin-top: calc(-1 * int.$spacing-4);
  position: relative;

  @include int.election-layer-zindex("nav");

  .headshot {
    width: 140px;
    margin: auto;
    max-width: 140px;
  }
}
