.lc-insurances__container {
  display: grid;
  align-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  grid-template-columns: repeat(6, 1fr);
  border: 8px solid rgba(199, 207, 216, 0.24);
  border-radius: 4px;
  padding: 80px 80px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 40px;
}

.lc-insurances__item {
  display: grid;
  align-content: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.lc-insurances__item img {
  max-width: 150px;
  max-height: 100px;
  width: auto;
  height: auto;
}

/* Small Devices, Tablets */
@media only screen and (max-width: 1366px) {
  .lc-insurances__container {
    grid-template-columns: repeat(5, 1fr);
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 1024px) {
  .lc-insurances__container {
    margin-left: 15px !important;
    margin-right: 15px !important;
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 767px) {

  .lc-insurances__container {
    margin-left: 15px !important;
    margin-right: 15px !important;
    grid-template-columns: repeat(2, 1fr);
  }

  .lc-insurances__item img {
    /* max-width: 100px; */
  }
}
