.featuredevents {
  padding-top: 180px;
  padding-bottom: 60px;
}
.featuredevents .container .row {
  position: relative;
}
.featuredevents .container .row::before {
  content: "";
  position: absolute;
  top: -86px;
  left: 15px;
  width: calc(100% - 30px);
  background-color: #004572;
  height: 1px;
}
.featuredevents .container .row::after {
  content: "";
  position: absolute;
  top: -102px;
  right: 15px;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background-color: #004572;
}
.featuredevents .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
.featuredevents .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;
}
.featuredevents .tags .circle {
  display: block;
  height: 26px;
  width: 26px;
  margin-bottom: 4px;
  border: 1px solid #007260;
  border-radius: 13px;
}
.featuredevents .col-md-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.featuredevents .col-lg-4 {
  margin-top: 60px;
}
.featuredevents h2 {
  color: #004572;
  margin-bottom: 24px;
}
.featuredevents .event {
  border: 1px solid #004572;
  text-decoration: none;
  border-radius: 34px;
  padding: 28px 24px;
  display: block;
  margin-bottom: 30px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.featuredevents .event:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.featuredevents .event:hover .bottom .arrow {
  margin-right: 0;
}
.featuredevents .event .term {
  display: block;
  color: #9E1F63;
  margin-bottom: 20px;
}
.featuredevents .event h3 {
  color: #004572;
  padding-bottom: 21px;
  margin-bottom: 20px;
  position: relative;
}
.featuredevents .event h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 102px;
  max-width: 50%;
  height: 1px;
  background-color: #004572;
}
.featuredevents .event p {
  color: #000;
  margin-bottom: 30px;
}
.featuredevents .event .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.featuredevents .event .bottom .date {
  color: #9E1F63;
  font-weight: bold;
}
.featuredevents .event .bottom .arrow {
  margin-right: 20px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
@media (max-width: 992px) {
  .featuredevents{
    padding-top: 60px;
  }
  .featuredevents .col-md-4{
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; 
    -webkit-box-align: start; 
        -ms-flex-align: start; 
            align-items: flex-start; 
  }
  .featuredevents .col-lg-4 {
    margin-top: 0;
  }
  .featuredevents .col-lg-4.first {
    margin-top: 30px;
  }
}