.module-1 {
  background-color: var(--module-bg2);
}
.module-1 h5 {
  line-height: 1.42;
  color: var(--module-con-text-color1);
}
.module-1 .authors-list {
  margin-top: 40px;
  margin-bottom: 44px;
}
.module-1 .authors-list h5 {
  margin-bottom: 20px;
}
.module-1 .authors-list .label-info {
  margin-top: 4px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .module-1 .authors-list .label-info {
    flex-direction: column;
  }
}
.module-1 .authors-list .label-info .label,
.module-1 .authors-list .label-info .info {
  line-height: 1.4;
  font-size: 20px;
  color: var(--module-con-text-color1);
}
.module-1 .authors-list .label-info .label {
  color: #b82842;
  width: 250px;
}
@media screen and (max-width: 768px) {
  .module-1 .authors-list .label-info .label {
    width: auto;
  }
}
.module-1 .event-list .box {
  margin-bottom: 50px;
  padding: 25px 40px 40px;
  background-color: var(--module-bg1);
}
@media screen and (max-width: 992px) {
  .module-1 .event-list .box {
    margin-bottom: 35px;
    padding: 30px;
  }
}
.module-1 .event-list .box:hover h3 a {
  color: #b82842;
  text-decoration: underline;
}
.module-1 .event-list .box:hover .links-btn {
  border-bottom: 1px solid #b82842;
}
.module-1 .event-list .box h3 {
  margin-bottom: 36px;
}
.module-1 .event-list .box h3 a {
  color: var(--module-con-text-color1);
  transition: color 0.35s ease-in-out;
}
@media screen and (max-width: 992px) {
  .module-1 .event-list .box h3 {
    margin-bottom: 26px;
  }
}
.module-1 .event-list .box p {
  margin-top: 26px;
  color: var(--module-con-text-color1);
  font-size: 16px;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .module-1 .event-list .box p {
    margin-top: 14px;
  }
}
.module-1 .event-list .box .links-btn {
  margin-top: 36px;
  border-bottom: 1px solid #b82842;
  transition: border-color 0.35s ease-in-out;
  display: inline-flex;
}
@media screen and (max-width: 992px) {
  .module-1 .event-list .box .links-btn {
    margin-top: 24px;
  }
}
