.index__description {
  font-size: 16px;
  line-height: 1.3;
  margin-top: 20px;
}
.index__items {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.index__item {
  border-radius: 5px;
  background: #f2f2f2;
  padding: 10px;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.index__item:nth-child(even) {
  flex-direction: row-reverse;
}
.index__item:hover {
  text-decoration: none;
}
.index__item:hover .index__item-title {
  text-decoration: underline;
}
.index__item-image {
  max-width: 150px;
}
.index__item-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #333;
}
.index__item-description {
  color: #333;
  pointer-events: none;
  margin-top: 10px;
  font-size: 14px;
  line-height: 17px;
}

/*# sourceMappingURL=index.css.map */
