.brand-card{
  border-radius: 8.81px;
  border: 0.881px solid rgba(255, 255, 255, 0.07);
  background: rgba(0, 0, 0, 0.10);
  box-shadow: 0px 44.052px 88.103px 0px rgba(255, 255, 255, 0.08) inset, 0px 4.405px 8.81px 0px rgba(0, 0, 0, 0.05), 0px 13.215px 26.431px 0px rgba(0, 0, 0, 0.05), 0px 26.431px 52.862px 0px rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(40px);
  width: 22%;
  height: 18vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 3%;
}
.brand-card img{
  width: 50%;
  height: auto;
}
.brands-container{
  display: flex;
  position: relative;
  align-items: center;
  flex-wrap: wrap;
}
.brands-logos-container{
  display: flex;
  position: relative;
  align-items: center;
  gap: 4%;
  padding-inline: 3%;
  flex-wrap: wrap;
}
.brands-bg-2{
  position: absolute;
  z-index: -2;
  width: 100%;
}
.brands-bg-2 img{
  width: 100%;
  height: 100%;
}
.brands-hero-content{
  height: 60vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.brands-hero-container{
  background-image: url(/assets/img/flare.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.brands-hero-content h1{
  font-size: 3rem;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
}
.brands-hero-content p{
  font-size: 1rem;
  margin-top: 1vw;
  color: white;
  font-weight: 300;
  text-align: center;
}
.brands-hero-blur-1{
  position: absolute;
  width: 50%;
  left: 0;
  height: 60vh;
  top: 0;
  margin: auto;
  z-index: -1;
}
.brands-hero-blur-2{
  position: absolute;
  width: 50%;
  height: 60vh;
  right: 0;
  top: 0;
  margin: auto;
  z-index: -1;
}
.brands-hero-blur-1 img, .brands-hero-blur-2 img{
  width: 100%;
  height: 100%;
}
@media (width < 1020px) {
  .brands-hero-content{
    height: 300px;
  }
  .brand-card{
    width: 45%;
    height: calc(45vw - 40px);
    margin-bottom: 10%;  
  }
  .brands-logos-container{
    margin-top: -40px;
    margin-inline: 20px;
    padding: 0;
    justify-content: space-between;
    margin-bottom: 20%;
  }
  .brands-bg-2{
    transform: rotateZ(-180deg);
  }
}