.ind {
   padding: 92px 0px;
}
.ind-title {
   color: #111;
   font-size: 36px;
   font-style: normal;
   font-weight: 500;
   line-height: 130%;
   margin-bottom: 40px;
}
.ind-flex {
   display: flex;
   flex-wrap: wrap;
   margin-left: -16px;
   margin-right: -16px;
}
.ind-item {
   width: calc(33.33% - 32px);
   margin-left: 16px;
   margin-right: 16px;
   padding: 20px 0px;
   display: flex;
   align-items: center;
   border-bottom: 1px solid #E8E8E8;
}
.ind-item:nth-child(1),
.ind-item:nth-child(2),
.ind-item:nth-child(3) {
   border-top: 1px solid #E8E8E8;
}
.ind-item-image {
   width: 60px;
   min-width: 60px;
   height: 60px;
   margin-right: 12px;
}
.ind-item-image img {
   display: block;
   width: 100%;
   height: 100%;
   object-fit: contain;
   object-position: center;
}
.ind-item-text {
   color:  #111111;
   font-size: 22px;
   font-style: normal;
   font-weight: 500;
   line-height: 140%; 
}
@media screen and (max-width: 992px) {
   .ind {
      padding: 80px 0px;
   }
   .ind-title {
      font-size: 32px;
      font-style: normal;
      font-weight: 500;
      line-height: 130%;
      margin-bottom: 32px;
   }
   .ind-item {
      width: calc(50% - 0px);
      margin-left: 0px;
      margin-right: 0px;
      border-top: 1px solid #E8E8E8;
      border-bottom: none;
      padding: 24px 0px;
   }
   .ind-flex{ 
      margin-left: 0px;
      margin-right: 0px;
      border-bottom: 1px solid #E8E8E8;
   }
   .ind-item-image  {
      width: 36px;
      min-width: 36px;
      margin-right: 12px;
   }
   .ind-item-text{ 
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 140%;
   }
}