.giFooter {
  background-color: #D8D8D8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.giFooter_inner {
  max-width: 1360px;
  width: 100%;
  padding: 90px 80px 0;
  display: flex;
  flex-direction: column;
}
.giFooter_categoryContainer {
  display: flex;
  justify-content: space-between;
  padding-bottom: 90px;
}
.giFooter_footer {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 20px;
}
.giFooter_footerText {
  font-family: 'Arial', sans-serif;
  font-weight: normal;
  color: #263133;
  font-size: 11px;
}
.giFooter_category {
  display: flex;
  flex-direction: column;
}
.giFooter_linkContainer {
  display: flex;
  flex-direction: column;
}
.giFooter_linkContainer_link {
  color: #578899;
  font-weight: bold;
  font-family: #273a5d;
  font-size: 14px;
}
.giFooter_linkContainer_link:not(:first-child) {
  margin-top: 12px;
}
.giFooter_contactContainer,
.giFooter_socialContainer {
  display: flex;
  flex-direction: column;
}
.giFooter_socialLink:not(:first-child) {
  margin-left: 6px;
}
.giFooter_socialLink:hover {
  text-decoration: none;
}
.giFooter_contactContainer {
  margin-bottom: 46px;
}
.giFooter_categoryHeader {
  color: #273a5d;
  font-size: 17px;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  margin-bottom: 16px;
}
.giFooter_contactValue {
  color: #578899;
  margin-left: 6px;
}
/* ============================================ *
 * MAX WIDTH QUERIES
* ============================================ */
@media (max-width: 979px) {
  .giFooter_category {
    width: 48%;
    margin-bottom: 30px;
  }
  .giFooter_category:nth-child(even) {
    margin-left: 4%;
  }
  .giFooter_categoryContainer {
    flex-wrap: wrap;
  }
}
@media (max-width: 769px) {
  .giFooter_category {
    width: 100%;
    margin-bottom: 30px;
  }
  .giFooter_category:nth-child(even) {
    margin-left: 0;
  }
  .giFooter_categoryContainer {
    padding-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .giFooter_inner {
    padding: 50px 45px 0;
  }
}
/* ============================================ *
 * MIN WIDTH QUERIES
 * ============================================ */
