@media (max-width: 767px) {
  .brief-card-section {
    padding: 0 15px;
  }
}
.brief-card-section .brief-card-box {
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.0588235294);
  border: 1px solid #f2f2f2;
  border-radius: 15px;
  padding: 15px 30px;
  margin: 15px 0px;
  height: calc(100% - 20px);
  transition: all 0.3s ease;
  border-top: 12px solid #005f60;
}
.brief-card-section .brief-card-box .text-right {
  text-align: right;
}
.brief-card-section .brief-card-box.brief-card-green {
  border-top: 12px solid #008083;
}
.brief-card-section .brief-card-box.brief-card-green ul li:before {
  color: #008083;
}
.brief-card-section .brief-card-box.brief-card-green ul li span {
  color: #008083;
}
.brief-card-section .brief-card-box.brief-card-green .view-more {
  color: #008083;
}
.brief-card-section .brief-card-box.brief-card-orange {
  border-top: 12px solid #e37705;
}
.brief-card-section .brief-card-box.brief-card-orange ul li:before {
  color: #e37705;
}
.brief-card-section .brief-card-box.brief-card-orange ul li span {
  color: #e37705;
}
.brief-card-section .brief-card-box.brief-card-orange .view-more {
  color: #e37705;
}
.brief-card-section .brief-card-box.brief-card-black {
  border-top: 12px solid #333333;
}
.brief-card-section .brief-card-box.brief-card-black ul li:before {
  color: #333333;
}
.brief-card-section .brief-card-box.brief-card-black ul li span {
  color: #333333;
}
.brief-card-section .brief-card-box.brief-card-black .view-more {
  color: #333333;
}
.brief-card-section .brief-card-box.brief-card-dark-green {
  border-top: 12px solid #005f60;
}
.brief-card-section .brief-card-box.brief-card-dark-green ul li:before {
  color: #005f60;
}
.brief-card-section .brief-card-box.brief-card-dark-green ul li span {
  color: #005f60;
}
.brief-card-section .brief-card-box.brief-card-dark-green .view-more {
  color: #005f60;
}
.brief-card-section .brief-card-box a {
  display: block;
  color: #333333;
}
.brief-card-section .brief-card-box a h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0px;
  line-height: 26px;
  color: #333333;
}
.brief-card-section .brief-card-box a ul {
  padding: 0px;
  list-style: none;
  margin-bottom: 1rem;
}
.brief-card-section .brief-card-box a ul li {
  display: block;
  padding: 5px 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-indent: -10px;
  margin-left: 17px;
  color: #333333;
  padding-right: 10px;
}
.brief-card-section .brief-card-box a ul li span {
  color: #333333;
  margin-right: 3px;
}
.brief-card-section .brief-card-box a ul li:before {
  content: "\f26b";
  font-family: bootstrap-icons !important;
  vertical-align: middle;
  margin-right: 9px;
  display: inline-block;
}
.brief-card-section .brief-card-box a .view-more {
  color: #333333;
  transition: 0.5s;
  font-size: 18px;
  cursor: pointer;
}
.brief-card-section .brief-card-box a .view-more:hover {
  color: #e37705;
}
.brief-card-section .brief-card-box a .view-more:hover span {
  color: #e37705;
  transform: translate(3px, 0px);
  transition: 0.5s;
}
.brief-card-section .brief-card-box a .view-more span {
  transition: 0.5s;
  display: inline-block;
}
.brief-card-section .brief-card-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.1019607843);
}
/*# sourceMappingURL=newsroom-heighlights.css.map */
