
.brands-six-wrapper {
    padding: 40px 102px 39px 12px;
  }
  
  .brands-six-wrapper::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    background: #121212 url("./../../../assets/images/new-two/bg-09.png") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 0 0 67px;
    -moz-border-radius: 0 0 67px;
    border-radius: 0 0 67px;
  }
  
  .brands-six-title {
    max-width: 190px;
    z-index: 6;
  }
  
  .brands-six-title .title {
    padding-right: 23px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 800;
  }
  
  .brands-six-title .title::before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 28px;
    height: 13px;
    background-image: -webkit-linear-gradient(183.92deg, rgba(234, 238, 244, 0.7) -15.34%, rgba(234, 238, 244, 0) 88.82%);
    background-image: -moz-linear-gradient(183.92deg, rgba(234, 238, 244, 0.7) -15.34%, rgba(234, 238, 244, 0) 88.82%);
    background-image: -o-linear-gradient(183.92deg, rgba(234, 238, 244, 0.7) -15.34%, rgba(234, 238, 244, 0) 88.82%);
    background-image: linear-gradient(266.08deg, rgba(234, 238, 244, 0.7) -15.34%, rgba(234, 238, 244, 0) 88.82%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .brands-six-title .sub-title {
    line-height: 22px;
    color: #b0b0b0;
  }
  
  .brands-six-carousel {
    max-width: -webkit-calc(100% - 190px);
    max-width: -moz-calc(100% - 190px);
    max-width: calc(100% - 190px);
    padding-right: 76px;
  }
  
  .brands-six-carousel img {
    max-height: 26px;
  }
  
  @media only screen and (max-width: 991px) {
    .brands-six-wrapper {
        padding: 40px 48px 39px 12px;
    }
  
    .brands-six-carousel {
        padding-right: 32px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .brands-six-wrapper {
        padding: 40px 32px 39px 12px;
    }
  
    .brands-six-wrapper::before {
        -webkit-border-radius: 0 0 50px;
        -moz-border-radius: 0 0 50px;
        border-radius: 0 0 50px;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .brands-six-wrapper {
        padding: 20px 12px;
    }
  
    .brands-six-wrapper::before {
        right: -12px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
  
    .brands-six-title,
    .brands-six-carousel {
        max-width: 100%;
    }
  
    .brands-six-carousel {
        padding-right: 0;
    }
  }
  