.contactRow_inner {
  display: flex;
  justify-content: space-evenly;
  padding-top: 70px;
  padding-bottom: 100px;
}
.contactRow_contact {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.contactRow_contactLabel {
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  color: #273a5d;
  font-size: 18px;
  margin-bottom: 17px;
}
.contactRow_contactLink {
  width: 300px;
  font-family: 'Arial', sans-serif;
  font-weight: normal;
  color: #273a5d;
  font-size: 16px;
}
.contactRow_contactIconContainer {
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 17px;
}
.contactRow_contactIcon {
  color: #26b8c2;
}
.contactRow_hr {
  border: 1px solid #55899A;
  margin: 70px 100px 0;
}
