.section-insights-tiles {
  background: #F1F1F1;
  padding: 50px 0;
}
.section-insights-tiles .section-insights-tiles-wrapper .section-insights-tiles-filters {
  margin: 0 0 50px 0;
}
.section-insights-tiles .section-insights-tiles-wrapper .section-insights-tiles-filters select {
  display: inline-flex;
  position: relative;
  width: 354px;
  font: 400 15px "Roboto", sans-serif;
  color: #363636;
  line-height: 22px;
  text-transform: uppercase;
  padding: 12px 22px;
  border: 0;
  border-radius: 10px;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #ffffff url(../../../../dist/img/arrow-select-000000.svg) center right no-repeat;
  background-position-x: 92%;
  overflow: hidden;
}
.section-insights-tiles .section-insights-tiles-wrapper .section-insights-tiles-filters select option {
  width: 330px !important;
  font: 400 15px "Roboto", sans-serif;
  color: #363636;
  line-height: 22px;
  text-transform: capitalize;
}
.section-insights-tiles .section-insights-tiles-wrapper .section-insights-tiles-filters .section-insights-tiles-filter-type,
.section-insights-tiles .section-insights-tiles-wrapper .section-insights-tiles-filters .section-insights-tiles-filter-category,
.section-insights-tiles .section-insights-tiles-wrapper .section-insights-tiles-filters .section-insights-tiles-filter-reset {
  display: inline-flex;
}
.section-insights-tiles .section-insights-tiles-wrapper .section-insights-tiles-filters .section-insights-tiles-filter-category,
.section-insights-tiles .section-insights-tiles-wrapper .section-insights-tiles-filters .section-insights-tiles-filter-type {
  margin: 0 15px 0 0;
}
.section-insights-tiles .section-insights-tiles-wrapper .section-insights-tiles-filters .section-insights-tiles-filter-reset a {
  display: inline-block;
  background: #428FEC;
  color: #ffffff;
  font: 400 15px "Roboto", sans-serif;
  line-height: 24px;
  text-decoration: none;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.04px;
  padding: 12px 36px;
  border-radius: 25px;
  margin: 0;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.section-insights-tiles .section-insights-tiles-wrapper .section-insights-tiles-filters .section-insights-tiles-filter-reset a:hover {
  background: #005FBE;
  color: #ffffff;
}
.section-insights-tiles .section-insights-tiles-wrapper .section-insights-tiles-grid .section-insights-tiles-single-inner .section-insights-tiles-single-inner-image img {
  border-top-right-radius: 25px;
  display: block;
  width: 100%;
}
.section-insights-tiles .section-insights-tiles-wrapper .section-insights-tiles-grid .section-insights-tiles-single-inner .section-insights-tiles-single-inner-title {
  background: #ffffff;
  min-height: 182px;
}
.section-insights-tiles .section-insights-tiles-wrapper .section-insights-tiles-grid .section-insights-tiles-single-inner .section-insights-tiles-single-inner-title p {
  font: 400 25px "Roboto", sans-serif;
  color: #000000;
  line-height: 38px;
  padding: 35px 50px 70px 50px;
}
.section-insights-tiles .section-insights-tiles-wrapper .section-insights-tiles-grid .section-insights-tiles-single-inner .section-insights-tiles-single-inner-link {
  display: flex;
  position: relative;
  top: -35px;
}
.section-insights-tiles .section-insights-tiles-wrapper .section-insights-tiles-grid .section-insights-tiles-single-inner .section-insights-tiles-single-inner-link .section-insights-tiles-single-inner-link-wrapper {
  display: inline-flex;
  position: relative;
  width: 72%;
  margin: 0 10px 0 0;
  background: #428FEC;
  border-bottom-right-radius: 25px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.section-insights-tiles .section-insights-tiles-wrapper .section-insights-tiles-grid .section-insights-tiles-single-inner .section-insights-tiles-single-inner-link .section-insights-tiles-single-inner-link-wrapper:hover {
  background: #005FBE;
}
.section-insights-tiles .section-insights-tiles-wrapper .section-insights-tiles-grid .section-insights-tiles-single-inner .section-insights-tiles-single-inner-link .section-insights-tiles-single-inner-link-wrapper a {
  display: block;
  align-self: flex-end;
  width: 100%;
  color: #ffffff;
  font: 400 20px "Roboto", sans-serif;
  line-height: 24px;
  text-decoration: none;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.04px;
  padding: 16px 67px 16px 27px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.section-insights-tiles .section-insights-tiles-wrapper .section-insights-tiles-grid .section-insights-tiles-single-inner .section-insights-tiles-single-inner-link .section-insights-tiles-single-inner-link-wrapper a svg, .section-insights-tiles .section-insights-tiles-wrapper .section-insights-tiles-grid .section-insights-tiles-single-inner .section-insights-tiles-single-inner-link .section-insights-tiles-single-inner-link-wrapper a img {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
}
.section-insights-tiles .section-insights-tiles-wrapper .load-more {
  text-align: center;
}
.section-insights-tiles .section-insights-tiles-wrapper .load-more #load-more {
  display: none;
  width: 100%;
  max-width: 130px;
  text-align: center;
  background: #428FEC;
  color: #ffffff;
  font: 400 15px "Roboto", sans-serif;
  line-height: 1.5;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04px;
  padding: 12px 36px;
  border-radius: 25px;
  margin: 35px auto;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.section-insights-tiles .section-insights-tiles-wrapper .load-more #load-more:hover {
  background: #005FBE;
  color: #ffffff;
}
@media (min-width: 1400px) {
  .section-insights-tiles .container {
    width: auto;
    max-width: 1640px;
  }
}
@media (max-width: 992px) {
  .section-insights-tiles .section-insights-tiles-wrapper .section-insights-tiles-filters .col-md {
    text-align: center;
  }
  .section-insights-tiles .section-insights-tiles-wrapper .section-insights-tiles-filters .section-insights-tiles-filter-type,
  .section-insights-tiles .section-insights-tiles-wrapper .section-insights-tiles-filters .section-insights-tiles-filter-category,
  .section-insights-tiles .section-insights-tiles-wrapper .section-insights-tiles-filters .section-insights-tiles-filter-reset {
    display: block;
    margin: 25px 0;
  }
}
@media (max-width: 421px) {
  .section-insights-tiles .section-insights-tiles-wrapper .section-insights-tiles-filters select {
    width: 100%;
  }
}
@media (max-width: 1025px) {
  .section-insights-tiles .section-insights-tiles-wrapper .section-insights-tiles-grid .section-insights-tiles-single-inner .section-insights-tiles-single-inner-title {
    min-height: 132px;
  }
  .section-insights-tiles .section-insights-tiles-wrapper .section-insights-tiles-grid .section-insights-tiles-single-inner .section-insights-tiles-single-inner-title p {
    font: 400 15px "Roboto", sans-serif;
    line-height: 1.5;
    padding: 25px 30px;
  }
  .section-insights-tiles .section-insights-tiles-wrapper .section-insights-tiles-grid .section-insights-tiles-single-inner .section-insights-tiles-single-inner-link .section-insights-tiles-single-inner-link-wrapper a {
    font: 400 15px "Roboto", sans-serif;
    line-height: 20px;
    padding: 15px 67px 15px 27px;
  }
  .section-insights-tiles .section-insights-tiles-wrapper .load-more #load-more {
    padding: 12px 25px;
  }
}