body {
  --orange: #e77917;
}

.service {
  font-size: 1.15em;
  padding-top: 55%;
  position: relative;
  text-align: center;
}
.service > span {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.filledSquare {
  background-color: var(--orange);
  color: white;
}
.linedListTitle {
  font-size: 1.4em;
  color: var(--orange);
  font-family: 'Open Sauce One';
  font-weight: 700;
  padding-bottom: 15px;
}
.linedList {
  font-size: 1.15em;
  padding: 10px 0;
  border-bottom: 2px solid var(--orange);
}
.list > div {
  padding: 9px 0;
}
.underlinedTitle {
  font-size: 1.2em;
  font-family: 'Open Sauce One';
  font-weight: 700;
  color: var(--orange);
  border-bottom: 2px solid var(--orange);
  padding-bottom: 6px;
  margin-bottom: 12px;
}
.serviceSquare {
  padding: 10px 25px;
}
.imageSquare {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.abrMainTitle {
  font-size: 1.2em;
}
.logoContainer {
  font-size: 1em;
}
@media screen and (max-width: 800px) {
  .abrMainTitle {
    font-size: 1em;
  }
  .logoContainer {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 500px) {
  .abrMainTitle {
    font-size: 0.8em;
  }
  .service {
    padding-top: 35%;
  }
  .moveToSecondRow {
    grid-row: 2;
  }
  .removeTopPadding {
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 500px) {
  .exchangeColOnMid:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }
  .exchangeColOnMid:nth-child(4) {
    grid-column: 1;
    grid-row: 2;
  }
  .linedList {
    margin: 20px 30px;
  }
  .colSpanOnMid {
    grid-row: 2;
    grid-column: 1 / -1;
  }
  .nowrapOnMidUp {
    white-space: nowrap;
  }
}
.listPaddingOnDesktop {
  padding-bottom: 30px;
}
@media screen and (min-width: 800px) {
  .exchangeColOnMid {
    grid-column: unset;
  }
  .listPaddingOnDesktop {
    padding: 30px;
  }
  .alignRightOnDesktop {
    text-align: right;
  }
  .colSpanOnMid {
    grid-row: unset;
    grid-column: unset;
  }
}
