/*------------Home - brands -----------*/
#home-brands {
  padding: 30px 0px !important; }
  #home-brands .descript-body {
    width: auto !important; 
    font-size: 17px;
  }

  #home-brands {
    padding: 50px 0px; }
    #home-brands .inner {
      overflow: hidden; }
      #home-brands .item .item__image {
        margin: 0 14px;
        line-height: 45px;
        text-align: center;
        position: relative;
        border: 8px solid transparent;
        border-radius: 50px;
        background: #fff;
        background-clip: padding-box;
        padding: 10px; }
        #home-brands .item .item__image:after {
          position: absolute;
          top: -8px;
          bottom: -8px;
          left: -8px;
          right: -8px;
          background: -webkit-gradient(linear, left top, right top, from(#dbddff), to(#fee4fc));
          background: -webkit-linear-gradient(left, #dbddff, #fee4fc);
          background: -o-linear-gradient(left, #dbddff, #fee4fc);
          background: linear-gradient(to right, #dbddff, #fee4fc);
          content: '';
          z-index: -1;
          border-radius: 50px; }
          #home-brands .item .item__image img {
            vertical-align: middle; }
            #home-brands .item .item__image:hover {
              background: -webkit-gradient(linear, left top, right top, from(#dbddff), to(#fee4fc));
              background: -webkit-linear-gradient(left, #dbddff, #fee4fc);
              background: -o-linear-gradient(left, #dbddff, #fee4fc);
              background: linear-gradient(to right, #dbddff, #fee4fc);
              cursor: pointer;
              position: sticky; }

              .home-section-title .line-bottom-title .line-left, .home-section-title .line-bottom-title .line-right {
                width: 110px;
                border: 1px solid #e5e5e5;
                display: inline-block;
                margin: 5px 0;
              }
              .home-section-title .title-type {
                font-size: 40px;
                line-height: 40px;
                margin-bottom: 0px;
              }