.subsc__blocks{
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.l-body__index .l-main__left {
  display: none !important;
}


.subsc__block{
  width: 260px;               /* можно менять */
  display: flex;
  flex-direction: column;      /* ? главное */
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 15px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #eee;
  text-align: center;
}

.subsc__icon{
  width: 80px;                /* размер иконок */
  height: auto;
}

.subsc__text{
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}