

    .grid {
      max-width: 100%;
      margin: 0 auto;
    }
    
    .element-item {
      position: relative;
      float: left;
      width: 230px;
      height: 35px;
      margin: 5px;
      color: #d2d2d2da;
      border: 1px solid #3333336c;
      border-radius: 5px;

      padding: 0.5em; 

        display: flex;
  justify-content: left;
  align-items: center;
    }

    .element-item p {
line-height: 0.9em;
      font-size: 12px;
    } 
    
    .btn-grid {
      width: auto;
      height: 40px;
      margin: 5px;
      color: #d2d2d2da;
      background-color: #a52422ff;
      border-radius: 1rem .25rem 1rem .25rem !important;  
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 1px;
      padding: 0.5em; 
    }
    .btn-grid:hover,
    .btn-grid.is-checked {
      border: 1px solid #a52422ff !important;
      color: #fff !important;
      background-color: rgba(60, 1, 0, 0) !important;
    }


.grid:after {
  content: "";
  display: table;
  clear: both;
}
.grid {
  margin-bottom: 20px; /* adjust the value as needed */
}
.grid {
  overflow: hidden;
}

.clients .brand .img {
max-width: 500px;
}

.logo-luxillag-about {
  max-width: 50%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .logo-luxillag-about {
    max-width: 100%;
    margin: 0;
    padding-left: 2rem !important;
  }
  
}




/*About*/
.item-ref {
  font-size: 1.1rem;
  padding: 1rem;
  max-width: 300px;
}

.item-ref:hover {
  background-color: #a52422ff;
  padding: 1rem;
  max-width: 300px;
  border-radius: 5px;
}


  .item-about {
    padding:1rem;
  }

.intro-corp .imgs .img1::after {
	content: '';
	position: absolute;
	left: -30px;
	top: 0;
	width: 8px;
	height: 150px;
	background: #a52422ff;
  z-index: 1;
}



