.kegiatan-header-title {
  color: black;
  text-align: center;
  font-size: 22px;
  font-family: "Futura Md BT", serif;
  padding-bottom: 2rem;
  border-bottom: 1px black solid;
}

.record-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  font-family: "Futura Md BT", serif;
  padding: 0;
}

.record-list li {
  margin-bottom: 16px;
}

.record-list img {
  width: 100%;
}


.record-list a {
  display: flex;
  color: black;
  font-size: 20px;
  flex-direction: column;
}

.record-list a:hover{
  color: #C7392F;
}

.kegiatan-date {
  font-size: 14px;
  margin-bottom: 0;
  color: black !important;
}

.kegiatan-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.kegiatan-selesai-wrap {
  margin-top: 50px;
}

.kegiatan-detail {
  display: flex;
  gap: 3rem;
  margin-top: 50px;
  flex-direction: column;
  margin-bottom: 60px;
}

.kegiatan-detail > img {
  width: 100%;
}

.kegiatan-text-wrap {
  display: flex;
  flex-direction: column;
}

.link-back {
  width: max-content;
  background: black;
  color: white;
  padding: 1rem 3rem;
  margin-top: 2rem;
  border-radius: 2rem;
}

.link-back:hover {
  color: white;
}

.kegiatan-text {
  color: black;
}

.kegiatan-text h1 {
  font-family: "Futura Md BT", serif;
  color: black;
  font-weight: bold;
  margin-top: 0;
}

.kegiatan-text p {
  margin-bottom: 2rem;
  font-size: 20px;
}

.kegiatan-text a {
  border: 1px solid black;
  color: black;
  padding: 1rem;
  border-radius: 1rem;
  font-size: 18px;
}

.kegiatan-text a:hover {
  color: #C7392F;
  border: 1px solid #C7392F;
}

.kegiatan-time-date {
  display: flex;
  gap: 1rem;
  font-size: 18px;
  color: black;
}

.kegiatan-date-wrap {
  display: flex;
  gap: 1rem;
  margin: 20px 0;
  align-items: center;
}

@media only screen and (min-width: 600px) {
  .record-list {
    flex-direction: row;
  }
  .record-list li {
    flex-basis: 50%;
    padding: 16px;
  }

  .kegiatan-detail {
    flex-direction: row;
  }

  .kegiatan-text-wrap {
    margin-left: 16px;
  }
}

@media only screen and (min-width: 768px) {
  .record-list li {
    flex-basis: 33.333333%;
  }
}
