.event-category-contents {
  margin: 58px auto 100px auto;
  max-width: 900px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.event-category-content {
  margin-top: 42px;
  max-width: 430px;
  width: 100%;
  display: flex;
}

.event-category-content:nth-child(odd) {
  margin-left: 40px;
}

.event-category-img {
  max-width: 150px;
  width: 100%;
  height: 100px;
}

.event-category-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-category-details {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
}

.event-category-name {
  font-size: 17px;
  text-decoration: underline;
  color: #3d3d3d;
}

.event-category-description {
  margin-top: 5px;
  max-width: 260px;
  width: 100%;
  font-size: 12px;
  line-height: 18px;
}

@media (max-width: 1024px) {
  .event-category-contents {
    margin-top: 47px;
    max-width: 326px;
  }

  .event-category-content {
    margin-top: 21px;
  }

  .event-category-content:nth-child(odd) {
    margin-left: 0;
  }

  .event-category-img {
    max-width: 106px;
    height: 69px;
  }

  .event-category-details {
    margin-left: 10px;
  }
}
