.grid-contain {
  margin: 2rem; }
  @media screen and (min-width: 768px) {
    .grid-contain {
      margin: 2rem 4rem 6rem; } }
  @media screen and (min-width: 1260px) {
    .grid-contain {
      margin: 2rem auto 6rem auto;
      width: 100%;
      max-width: 1100px; } }
  .grid-contain p {
    max-width: 500px;
    font-size: 18px; }

.people-contain {
  margin-top: 4rem; }
  .people-contain .people .person {
    border-bottom: 1px solid #eee;
    padding: 2rem 0; }
    @media screen and (min-width: 1024px) {
      .people-contain .people .person {
        display: flex;
        justify-content: space-between;
        max-width: 800px; } }
    .people-contain .people .person:first-child {
      border-top: 1px solid #eee; }
      @media screen and (min-width: 1024px) {
        .people-contain .people .person:first-child {
          border-top: 0; } }
    @media screen and (min-width: 1024px) {
      .people-contain .people .person:last-child {
        border: 0; } }
    .people-contain .people .person .name {
      margin-bottom: 1rem; }
      .people-contain .people .person .name h6 {
        font-size: 22px;
        color: #16C98D;
        margin-bottom: .25rem; }
        @media screen and (min-width: 768px) {
          .people-contain .people .person .name h6 {
            font-size: 24px; } }
        @media screen and (min-width: 1024px) {
          .people-contain .people .person .name h6 {
            font-size: 28px; } }
      .people-contain .people .person .name span {
        font-weight: 500; }
    .people-contain .people .person .contact p span {
      display: inline-block;
      text-transform: uppercase;
      width: 4rem;
      font-weight: 500;
      font-size: 13px; }
      .people-contain .people .person .contact p span:after {
        content: ':'; }

.where-we-are {
  margin: 4rem 0; }
  .where-we-are h3 {
    font-size: 32px;
    margin-bottom: 1rem; }
    @media screen and (min-width: 768px) {
      .where-we-are h3 {
        margin-bottom: 2rem; } }
  .where-we-are .map-contain {
    margin-bottom: 2rem; }
    @media screen and (min-width: 768px) {
      .where-we-are .map-contain {
        display: flex; } }
    .where-we-are .map-contain .map {
      width: 240px;
      height: 240px; }
      @media screen and (min-width: 768px) {
        .where-we-are .map-contain .map {
          margin-right: 2rem; } }
      @media screen and (min-width: 1024px) {
        .where-we-are .map-contain .map {
          height: 320px;
          width: 320px; } }
      .where-we-are .map-contain .map iframe {
        height: 100%;
        width: 100%; }
    .where-we-are .map-contain .location {
      margin-top: 1rem; }
      .where-we-are .map-contain .location span {
        text-transform: uppercase;
        font-weight: 600;
        color: #16C98D;
        font-size: 14px;
        letter-spacing: 1px;
        display: block;
        margin-bottom: .25rem; }

/*# sourceMappingURL=contact.css.map */
