.paragraph--type--items .field--name-field-item  {
  align-items: flex-start;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  padding: 40px 80px;
}

.paragraph--type--items .field__item {
  align-items: center;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.14);
  color: #000;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  gap: 16px;
  padding: 20px;
  width: 236px;
}
