.announcement-details {
  padding-bottom: 150px;
}

.announcement-details .text-content {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.announcements {
  padding: 0 0 96px 0;
}

.announcements-container {
  margin-bottom: 100px;
}

.announcements__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #fff;
}

.announcements__item-title {
  display: flex;
  align-items: center;
  color: #011837;
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: normal;
  transition: color 0.3s;
}

.announcements__item-title .-bold {
  margin-right: 5px;
  font-size: 32px;
  font-size: 2rem;
  line-height: 51.2px;
  line-height: 3.2rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: normal;
}

.announcements__item-desc {
  color: #011837;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 600;
  transition: color 0.3s;
}

.announcements__item-desc:before {
  content: "";
  display: block;
  width: 92px;
  margin: 11px 0 26px 0;
  border-bottom: 2px solid #7e0c1e;
  transition: border-color 0.3s;
}

.announcements__item:last-child {
  margin-right: 0;
}

.announcements__item:hover .announcements__item-title {
  color: #7e0c1e;
}

.announcements__item:hover .announcements__item-desc {
  color: #7e0c1e;
}

.announcements__item:hover .announcements__item-desc:before {
  border-color: #011837;
}

@media only screen and (min-width: 1024px) {
  .announcements-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-grow: 1;
  }

  .announcements__item {
    margin: 0 20px 20px 0;
    padding: 20px 30px;
    width: calc((100% - (2*20px)) / 3);
    height: 240px;
  }

  .announcements__item:nth-child(3n+3) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1248px) {
  .announcements__item {
    width: calc((100% - (3*20px)) / 4);
  }

  .announcements__item:nth-child(3n+3) {
    margin-right: 20px;
  }

  .announcements__item:nth-child(4n+4) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .announcements__item {
    padding: 20px 30px 60px 30px;
    margin-bottom: 20px;
  }
}

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