@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/CenturyGothic-Bold.eot");
  src: url("../fonts/CenturyGothic-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic-Bold.woff2") format("woff2"), url("../fonts/CenturyGothic-Bold.woff") format("woff"), url("../fonts/CenturyGothic-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/CenturyGothic.eot");
  src: url("../fonts/CenturyGothic.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic.woff2") format("woff2"), url("../fonts/CenturyGothic.woff") format("woff"), url("../fonts/CenturyGothic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AbadiMT";
  src: url("../fonts/AbadiMT-Light.eot");
  src: url("../fonts/AbadiMT-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/AbadiMT-Light.woff2") format("woff2"), url("../fonts/AbadiMT-Light.woff") format("woff"), url("../fonts/AbadiMT-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AbadiMT";
  src: url("../fonts/AbadiMT.eot");
  src: url("../fonts/AbadiMT.eot?#iefix") format("embedded-opentype"), url("../fonts/AbadiMT.woff2") format("woff2"), url("../fonts/AbadiMT.woff") format("woff"), url("../fonts/AbadiMT.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Josefin Sans";
  src: url("../fonts/JosefinSans-Bold.eot");
  src: url("../fonts/JosefinSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/JosefinSans-Bold.woff2") format("woff2"), url("../fonts/JosefinSans-Bold.woff") format("woff"), url("../fonts/JosefinSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.about-text {
  padding: 0 5%;
  padding-top: 2em;
}
.about-text h1 {
  color: #3F5364;
  font-size: 3.5em;
}
.about-section {
  display: flex;
  padding: 2em 5%;
  align-items: center;
}
.about-section-text {
  width: 50%;
  padding-left: 5%;
}
.about-section-image {
  object-fit: cover;
}
.about-section-pair {
  flex-direction: row-reverse;
}
.about-section-pair .about-section-text {
  padding-left: 0;
  padding-right: 5%;
}
.about-clients {
  background: white;
  padding: 2em 5%;
}
.about-clients-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
  justify-content: center;
}
.about-clients-wrapper img {
  object-fit: contain;
}
.about-clients-wrapper img:hover {
  filter: hue-rotate(45deg);
}
@media screen and (max-width: 993px) {
  .about-text {
    text-align: center;
  }
  .about-section {
    flex-direction: column-reverse;
    gap: 1em;
  }
  .about-section-image {
    width: 100%;
  }
  .about-section-text {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .about-clients {
    text-align: center;
  }
}