.industries-section {
  align-items: flex-start;
  gap: 69px;
  color: rgba(81, 37, 32, 1);
}

.industry-image{
  width:339px;
  height:377px;
  position:relative;
  overflow:hidden;
  border:1px solid #eee;
  margin-top:50px !important;
}

.image-layer{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  opacity:0;
  transform:scale(1.05);
  transition:opacity .35s ease, transform .6s ease;
}

.image-layer.active{
  opacity:1;
  transform:scale(1);
}

/* List styling (same as your design) */

.industry-list {
  list-style: none;
  padding: 0;
  margin: 0;
  /* width: 600px; */
}
.industry-list-p{
  font-family: Satoshi;
font-weight: 500 !important;
font-style: Medium;
font-size: 16px !important; 
leading-trim: NONE;
line-height: 150%;
letter-spacing: 0%;
vertical-align: middle;
text-transform: uppercase;

}
.industry-item {
  width: 792px !important;
  padding: 32px 24px 32px 24px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 2.1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 2%;
}

.industry-item:hover {
  /* margin-top: 10px;
  margin-bottom: 10px; */
  background-color: #EFE9E8 !important;
  border: 0px;
}

.industry-item span {
  font-weight: bold;
  width: 30px;
  display: inline-block;
  margin-right: 60px;
}

@media screen and (max-width: 768px) {

  .industry-item {
    font-size: 18px !important;
      width: auto !important;
        padding: 14px 0px 14px 0px;
  }

  .industry-list {
    width: auto;
  }
  .industry-list-p{
  font-family: Satoshi;
font-weight: 500 !important;
font-style: Medium;
font-size: 14px !important;
leading-trim: NONE;
line-height: 150%;
letter-spacing: 0%;
vertical-align: middle;
text-transform: uppercase;

}

}