.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;
    width: 100%;
    text-align: center;
}
.superBrand.brand2 {
    background: white;
    border: #cbcbcb;
    border-width: 0.5px;
    border-style: solid;
}
.superBrand.brand2 .title {
    color: #004080;
    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; */
    text-align: right;
}
.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.brand2 .card-sb li {
    background: linear-gradient(114deg, rgba(0, 80, 158) -15%, rgba(0, 120, 214) 96%, rgba(255, 255, 255) 115%);
    border-radius: 5px;
}
.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;
}
.superBrand.brand1 .top-content {
    display: block;
}
    
.superBrand.brand1 .brand-ads {
    width: 100%;
    display: block;
    justify-items: center;
}
/* 
@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;
    }
} */