.section-events .wrapper-feature-event {
  margin-bottom: 30px;
}
.section-events .wrapper-feature-event .cols {
  display: flex;
  flex-wrap: wrap;
}
.section-events .wrapper-feature-event .cols .col-text {
  width: 40%;
}
@media (max-width: 991px) {
  .section-events .wrapper-feature-event .cols .col-text {
    width: 100%;
  }
}
.section-events .wrapper-feature-event .cols .col-text .col-inner {
  height: 100%;
  background-color: #111A30;
  padding: 30px;
}
@media (max-width: 991px) {
  .section-events .wrapper-feature-event .cols .col-text .col-inner {
    padding: 20px;
  }
}
.section-events .wrapper-feature-event .cols .col-image {
  width: 60%;
}
@media (max-width: 991px) {
  .section-events .wrapper-feature-event .cols .col-image {
    width: 100%;
  }
}
.section-events .wrapper-feature-event .cols .col-image .col-inner {
  height: 100%;
}
.section-events .wrapper-feature-event .cols .col-image figure {
  height: 100%;
  margin: 0;
  position: relative;
}
.section-events .wrapper-feature-event .cols .col-image figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-events .wrapper-feature-event .title {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.section-events .wrapper-feature-event .text {
  margin-bottom: 20px;
  line-height: 1.5;
}
.section-events .wrapper-feature-event .icon-wrap {
  color: white;
  display: flex;
  margin-bottom: 5px;
}
.section-events .wrapper-feature-event .icon-wrap .paragraph {
  color: white;
  padding-left: 10px;
}
.section-events .wrapper-feature-event .btns {
  margin-top: 20px;
}
.section-events .wrapper-feature-event .btns .cta {
  display: inline-block;
}
.section-events .wrapper-feature-event .btns .cta:hover {
  border-bottom: 2px solid #00d0ab !important;
}
.section-events .load-more-wrap .load-more-btn {
  color: #608AC7;
}
.section-events .load-more-wrap .load-more-btn.disabled {
  opacity: 0.6;
}
.section-events .link__color--black {
  color: #000000;
}

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