@font-face {
  font-family: "GarageGothicBold";
  src: url("/DigitUp/Minus196/assets/fonts/garage-gothic.woff2") format("woff2"), url("/DigitUp/Minus196/assets/fonts/garage-gothic.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BarlowSemiCondensed";
  src: url("/DigitUp/Minus196/assets/fonts/BarlowSemiCondensed-ExtraBold.woff2") format("woff2"), url("/DigitUp/Minus196/assets/fonts/BarlowSemiCondensed-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BarlowSemiCondensedLight";
  src: local("Barlow Semi Condensed Light"), local("BarlowSemiCondensed-Light"), local("Barlow Semi Condensed");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSansLight";
  src: url("/fonts/OpenSans-Light.woff2") format("woff2"), url("/fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.brand-carousel {
  text-align: center;
  padding: 9rem 0 4rem 0;
}
@media (max-width: 0) {
  .brand-carousel {
    padding: 2rem 0 2rem 0;
  }
}
@media (min-width: 599.9px) {
  .brand-carousel {
    padding: 3rem 0 3rem 0;
  }
}
@media (min-width: 899.9px) {
  .brand-carousel {
    padding: 9rem 0 4rem 0;
  }
}

.title {
  font-family: "BarlowSemiCondensed", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 800;
  font-size: 2rem;
  margin-bottom: 40px;
}
@media (max-width: 0) {
  .title {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 599.9px) {
  .title {
    font-size: 1.75rem;
    margin-bottom: 32px;
  }
}
@media (min-width: 899.9px) {
  .title {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}

.card {
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 0) {
  .card {
    border-radius: 10px;
  }
}
@media (min-width: 599.9px) {
  .card {
    border-radius: 16px;
  }
}
@media (min-width: 899.9px) {
  .card {
    border-radius: 20px;
  }
}

.card img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
@media (max-width: 0) {
  .card img {
    max-height: 120px;
    object-fit: cover;
  }
}
@media (min-width: 599.9px) {
  .card img {
    max-height: 180px;
  }
}
@media (min-width: 899.9px) {
  .card img {
    max-height: 240px;
  }
}
