.customblock {
  width: 100%;
  float: left;
  margin: 20px 0px;
  padding: 10px 0px;
  clear: both;
}

.custom-list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 15px;
}
.customblock .custom-list-item{
  padding: 10px;
  text-align: center;
  background-color: #eee;
}
@media all and (max-width: 767px) {
  .custom-list {
    flex-direction: column;
  }
}

.custom-list-item .custom-item-title{
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
}



.custom-list-item .custom-item-description{
  font-size: 14px;
}

.custom-item-img{
  display: block;
  margin-bottom: 10px;
}

.custom-item-img img {
  max-width: 30px;
  height: auto;
}

.custom-item-title{
  display: inline-block;
}