.crosslinks {
  background-color: #F5F6F7;
}
.crosslinks__title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 49px;
  color: #000000;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1189px) {
  .crosslinks__title {
    font-size: 28px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 575px) {
  .crosslinks__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
  }
}
.crosslinks__link {
  padding: 20px 24px;
  border-radius: 6px;
  border: 1px solid #CDD1E0;
  background-color: #F5F6F7;
  margin-bottom: 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #444444;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.crosslinks__link:hover {
  text-decoration: none;
  color: #0266B5;
  border-color: #FFFFFF;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.crosslinks__link:hover i {
  opacity: 1;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.crosslinks__link i {
  opacity: 0;
  font-size: 12px;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
/*# sourceMappingURL=crosslinks.css.map */