/* =============================================================================
   #Foundation
   ========================================================================== */
/* -----------------------------------------------------------------------------
   #unique
   -------------------------------------------------------------------------- */
/*doc
---
name: mod-topics
category: component
tag: Module
---
*/
.mod-topics {
  padding-bottom: 60px;
}
@media screen and (max-width: 959px) {
  .mod-topics {
    padding-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .mod-topics {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

.mod-topics-copy {
  margin-bottom: 30px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #113961;
}
@media screen and (max-width: 599px) {
  .mod-topics-copy {
    margin-bottom: 20px;
    font-size: 1rem;
  }
}

.mod-topics-title {
  margin-bottom: 30px;
  padding-bottom: 14px;
  border-bottom: 4px solid #eef1f4;
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .mod-topics-title {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}

.mod-topics-title-in {
  position: relative;
  display: inline-block;
}
.mod-topics-title-in::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #113961;
}

.mod-topics-image {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .mod-topics-image {
    margin-bottom: 20px;
  }
}

.mod-topics-text {
  margin-bottom: 30px;
  color: #333;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .mod-topics-text {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
}

.mod-topics :last-child {
  margin-bottom: 0;
}

.mod-topics-read {
  font-size: 1.6rem;
  color: #333;
}
@media screen and (max-width: 599px) {
  .mod-topics-read {
    font-size: 1.3rem;
  }
}