.superBrand {
  width: calc(100% - 40px);
  position: relative;
  /* z-index: 2; */
  /* background: none; */
  /* padding-top: 4%; */
  background: linear-gradient(
    114deg,
    rgba(30, 24, 12, 1) -15%,
    rgba(143, 105, 11, 1) 96%,
    rgba(222, 162, 10, 1) 115%
  );
  /* min-height: 325px; */
  padding: 20px;
  background: #072967;
  /* max-width: 1155px; */
  /* place-self: center; */
  /* margin-bottom: 20px; */
  border-radius: 8px;
  display: block;
  margin-bottom: 1.5rem;
  /* max-width: 1200px; */
  margin-top: 1.5rem;
}
.superBrand.brand1 {
  background: linear-gradient(
    to right,
    rgb(56 131 202),
    rgb(111 162 215),
    rgb(53, 108, 129),
    rgb(85 116 160)
  );
}
.superBrand.brand1 .title {
  color: rgb(255, 255, 255);
  background-color: unset;
}
.superBrand.brand2 {
  background: linear-gradient(
    114deg,
    rgb(0 80 158) 41%,
    rgb(0 120 214) 72%,
    rgb(255 116 17) 104%
  );
}
.superBrand.brand2 .title {
  color: rgb(255, 255, 255);
  background-color: unset;
}
.superBrand .top-content {
  display: flex;
  gap: 0;
  /* margin-bottom: 35px; */
  /* padding: 0; */
  /* margin: 0; */
  width: 100%;
}
.superBrand .brand-ads {
  /* min-height: 90px; */
  /* margin-bottom: 20px; */
  /* place-items: center; */
  /* background: #f4f4f4; */
  /* width: 728px; */
  /* height: 90px; */
  width: 70%;
  /* margin: 20px; */
}
.superBrand .title {
  /* padding: 15px 20px 10px 10px; */
  /* font-size: 16px; */
  color: rgb(255 211 25);
  position: relative;
  align-content: center;
  width: 30%;
  background-color: bisque;
  /* margin: 20px; */
}
.title span h3 {
  position: relative;
  /* font-family: "Montserrat", sans-serif; */
  font-weight: 700;
  margin: 0;
  text-align: center;
  margin: 15px 20px 10px 10px;
}
.superBrand .card-sb {
  /* width: 100%; */
  /* float: left; */
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}
.superBrand .card-sb li {
  position: relative;
  width: 33%;
  display: block;
}
.superBrand .card-sb li.lima {
  position: relative;
  width: 20%;
  display: block;
}
.superBrand .card-sb li .pic {
  width: 100%;
  /* float: left; */
  position: relative;
  /* height: 100%; */
  display: block;
}
.superBrand a {
  color: #111;
  text-decoration: none;
}
.superBrand .pic img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 5px;
}
.superBrand .card-sb li .text {
  /* width: 100%; */
  /* float: left; */
  position: relative;
  padding: 10px;
  /* bottom: 0; */
  /* left: 0; */
}
.superBrand .text {
  color: #fff;
  /* font-size: 16px; */
  margin: 0;
  font-weight: 600;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-height: 1.2rem;
  word-wrap: break-word;
  word-break: break-word;
}
/* 
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .superBrand {
        margin: 0 100px;
        max-width: 950px;
    }
    .superBrand .pic img {
        width: 160px;
        height: 90px;
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    .superBrand {
        max-width: 960px;
        margin: 0 auto;
    }
    .superBrand .pic img {
        width: 180px;
    }
} */
