.events {
  background-color: #f7f7f7;
  height: 300px;
}

.wrap {
  position: relative;
  width: 65%;
  height: 100%;
  margin: 0;
}

.wrap img {
  display: inline-block;
  border: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .wrap img {
    height: 200px;
  }
}

#triangle-1 {
  position: absolute;
  right: 0;
  display: inline-block;
  border-bottom: 300px solid #f7f7f7;
  border-left: 50px solid transparent;
}

#triangle-2 {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 100px;
  border-bottom: 300px solid rgba(255, 249, 249, 0.295);
  border-left: 50px solid transparent;
}

.content {
  height: inherit;
  width: 100%;
}

.content h3 {
  min-height: 64px;
  font-size: 1.7rem;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.content .date {
  letter-spacing: 2px;
  word-spacing: 5px;
  font-weight: 500;
  color: #81745e;
}

.content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.show-body img {
  height: 500px;
  width: auto;
  object-fit: cover;
  width: inherit;
}

.show-body {
  text-align: center;
  letter-spacing: 2px;
  color: #404040;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #c0c0c034 100%);
}

.show-body a {
  font-family: serif;
}

span.pr-2 {
  font-weight: 500;
  color: #81745e;
}

@media (max-width: 1200px) {
  .content h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .events {
    height: auto;
  }
  .wrap {
    width: 100%;
  }
  #triangle-1,
  #triangle-2 {
    display: none;
  }
  .content {
    width: 100%;
  }
}
