.superBrand {
    float: left !important;
    width: 100% !important;
    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%) !important;    min-height: 483px;
    padding: 20px;
    background: #072967;
}

.superBrand a {
    color: #111;
    text-decoration: none;
}

.superBrand .title {
    border-top: 1px solid #567bbf;
    padding: 15px 20px 10px 10px;
    font-size: 16px;
    color: #fff;
    position: relative;
}

.superBrand .title:before {
    top: 7px;
    content: "";
    background: #ff6c00;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
}

.superBrand h3 {
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin: 0;
}

.superBrand .card-sb {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.superBrand .card-sb li {
    height: 174px;
    width: calc((100% - 40px) / 3);
    float: left;
    position: relative;
    margin-right: 20px;
}

.superBrand .card-sb li:last-child {
    margin-right: 0;
}

.superBrand .card-sb li .pic {
    width: 100%;
    float: left;
    position: relative;
    height: 100%;
}

.superBrand .card-sb li .text {
    width: 100%;
    float: left;
    position: relative;
    padding: 16px 10px 10px 10px;
    bottom: 0;
    left: 0;
}

.superBrand .text a {
    color: #fff;
    font-size: 16px;
    margin: 0;
    font-weight: 700;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

@media only screen and (max-width: 1024px) {
    .superBrand .card-sb {
        white-space: nowrap;
        overflow-x: visible;
    }

    .superBrand .card-sb li {
        width: calc((100% - 45px) / 3);
        float: none;
        display: inline-block;
    }

    .superBrand .card-sb .text {
        white-space: normal;
    }
}

.samsung-ads {
    min-height: 90px;
    margin-bottom: 20px;
    place-items: center;
    /* background: #f4f4f4; */
}

.samsung-ads a {
    color: #111;
    text-decoration: none;
}

.samsung-ads img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}