.paragraph--type--staff-contact-section .l--offset {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 37.5em) {
  .paragraph--type--staff-contact-section .l--offset {
    padding: 0 60px;
  }
}

.paragraph--type--staff-contact-section .field__label {
  padding-bottom: 32px;
}

.paragraph--type--staff-contact-section .staff-contact-wrapper .field--staff-gridcount-1 {
  display: block;
}

@media (min-width: 62em) {
  .paragraph--type--staff-contact-section .staff-contact-wrapper .field--staff-gridcount-1 {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.paragraph--type--staff-contact-section .staff-contact-wrapper .field--staff-gridcount-2 {
  display: block;
}

@media (min-width: 62em) {
  .paragraph--type--staff-contact-section .staff-contact-wrapper .field--staff-gridcount-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.paragraph--type--staff-contact:first-of-type {
  padding-right: 35px;
}

.paragraph--type--staff-contact .staff-contact-content {
  display: -webkit-box;
  display: flex;
  background-color: var(--color-tan-white);
  border-left: 2px solid var(--color-ictj-red);
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: 50px;
  margin-bottom: 40px;
}

@media (min-width: 62em) {
  .paragraph--type--staff-contact .staff-contact-content {
    margin-bottom: 0;
  }
}

.paragraph--type--staff-contact .staff-contact-content .staff__left-wrapper .staff__image {
  margin-left: -50px;
  padding-right: 24px;
}

[dir="rtl"] .paragraph--type--staff-contact .staff-contact-content .staff__left-wrapper .staff__image {
  margin-right: -100px;
  margin-left: 0;
  padding-right: 24px;
}

.paragraph--type--staff-contact .staff-contact-content .staff__right-wrapper .staff__title {
  font-family: var(--font-family-sans);
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 160%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  color: black;
  -webkit-box-flex: 0;
          flex: none;
  -webkit-box-ordinal-group: 2;
          order: 1;
  align-self: stretch;
  flex-grow: 0;
  margin: 6px 0;
}

.paragraph--type--staff-contact .staff-contact-content .staff__right-wrapper .staff__region {
  font-family: var(--font-family-sans);
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 160%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  color: black;
  -webkit-box-flex: 0;
          flex: none;
  -webkit-box-ordinal-group: 2;
          order: 1;
  align-self: stretch;
  flex-grow: 0;
}

[dir="rtl"] .paragraph--type--staff-contact .staff-contact-content {
  justify-content: space-around;
  padding-left: 5px;
  border-right: 2px solid var(--color-ictj-red);
  border-left: none;
}