.featurednews {
  padding-top: 180px;
  padding-bottom: 60px;
  scroll-margin-top: 180px;
}
.featurednews .container .row {
  position: relative;
}
.featurednews .container .row::before {
  content: "";
  position: absolute;
  top: -86px;
  left: 15px;
  width: calc(100% - 30px);
  background-color: #004572;
  height: 1px;
}
.featurednews .container .row::after {
  content: "";
  position: absolute;
  top: -102px;
  right: 15px;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background-color: #004572;
}
.featurednews .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
.featurednews .tags .tag {
  display: block;
  font-size: 12px;
  line-height: 14px;
  padding: 5px 16px;
  color: #007260;
  border: 1px solid #007260;
  border-radius: 13px;
  margin-bottom: 4px;
  margin-right: 4px;
}
.featurednews .tags .circle {
  display: block;
  height: 26px;
  width: 26px;
  margin-bottom: 4px;
  border: 1px solid #007260;
  border-radius: 13px;
}
.featurednews h2 {
  color: #004572;
  margin-bottom: 40px;
}
.featurednews .post {
  display: block;
  border-radius: 40px 40px 34px 34px;
  border: 1px solid #004572;
  padding: 0 32px 28px 32px;
  text-decoration: none;
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.featurednews .post:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.featurednews .post .arrow {
  display: block;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.featurednews .post:hover .arrow {
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
}
.featurednews .post .img-wrp {
  margin-left: -33px;
  margin-right: -33px;
  margin-bottom: 60px;
  margin-top: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 66px);
  height: 277px;
  border-top-right-radius: 34px;
  border-top-left-radius: 34px;
  overflow: hidden;
}
.featurednews .post .img-wrp.no-image {
  background-color: #004572;
  padding: 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.featurednews .post .img-wrp img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.featurednews .post .img-wrp.no-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.featurednews .post .date {
  display: block;
  margin-bottom: 14px;
  color: #9E1F63;
}
.featurednews .post h4 {
  color: #004572;
  margin-bottom: 40px;
}
.featurednews .post .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.featurednews .bottom {
  padding-top: 24px;
  text-align: center;
}
@media (max-width: 1279px) {
  .featurednews .post .img-wrp{
    margin-bottom: 30px;
  }
  .featurednews .post h4{
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .featurednews{
    padding-top: 60px;
  }
  .featurednews .post .img-wrp{
    margin-bottom: 20px;
  }
  .featurednews .post h4{
    margin-bottom: 10px;
  }
  .featurednews .post .img-wrp{
    height: 250px;
  }
  .featurednews .container .row::before {
    top: -30px; 
  }
  .featurednews .container .row::after {
    top: -45px; 
  }
}