.brand-one-title {
    text-align: center;
    color: #fff;
    font-weight: 600;
}

.koi {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    width: 250px;
    background-color: rgba(234, 27, 41, 0.8);
    border-radius: 40px;
}

.koi img {
    width: 60px !important;
    height: 60px;
    border-radius: 50%;
    margin: 10px;
}

.product {
    margin-bottom: 30px;
    height: 360px;
    cursor: pointer;
}

.gq {
    color: #fff;
    position: absolute;
    bottom: 12px;
}

.gq img {
    width: 50px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 0;
}

.go {
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.newsBox {
    background-color: #1b1825; 
    padding: 35px 15px 30px 15px;
}

.newsBox-title {
    margin-bottom: 40px;
}
 
.newsBox-title h2{
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
}

.newsBox-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.newsBox-item {
   border-radius: 10px; 
   overflow: hidden;
   background-color: #fff;
   height: 570px;
   position: relative;
   cursor: pointer;
}
 
.newsBox-img >img {
    width: 100%;
    height: 250px;
}

.newsBox-text {
    padding: 10px 15px;
}

.newBox-textTitle {
   color: #000;
   font-size: 20px;
   font-weight: 600;
}

.newBox-textContent {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.newBox-more {
   position: absolute;
   width: 100%;
   bottom: 10px;
   padding: 0px 15px;
}

.newBox-moreflex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newsBox-loading {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.newsBox-loading >div {
   border: 1px solid #fff;
   padding: 10px 20px;
   border-radius: 30px;
   color: #fff;
   font-size: 18px;
   font-weight: 600;
   cursor: pointer;
}

@media(min-width: 1200px) {
    .newsBox-item {
        width: 30%;
    }
}

@media(max-width: 1200px) {
    .product {
        width: 50%;
    }

    .newsBox-item {
        width: 48%;
    }
}

@media (min-width: 768px) {
    .brand-one-title {
        font-size: 50px;
    }

    .product {
        width: 25%;
    }
}

@media(max-width: 768px) {
    .koi {
        display: none;
    }

    .brand-one-title {
        font-size: 30px;
    }

    .product {
        width: 100%;
    }

    .newsBox-item {
        width: 100%;
    }

    .newsBox-title h2 {
        font-size: 30px;
    }
}
