/*/////////////////////////////////////////////////////////////////////////*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,700,700i&display=swap');
/*/////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
main .block-page > .block-partners {
  margin: 35px 0;
}
main .block-page > .block-partners .card > .card-img {
  height: 200px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
main .block-page .page-header {
  border: none;
}
main .block-page .page-header > h2 {
  color: #000;
  text-align: center;
  font-weight: 800;
  margin-bottom: 0.25rem;
}
main .block-page .page-header > p {
  text-align: center;
  text-transform: uppercase;
  color: #777;
  font-size: 18px;
}
main .block-page .page-header p::after {
  background-color: #c6352f;
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  margin: 10px auto 75px auto;
}
main .block-page .page-content {
  padding-bottom: 15px;
  border-bottom: 1px solid #c6352f;
  margin-bottom: 5px;
}
main .block-page .page-content > p {
  font-size: 18px;
  color: #777;
  line-height: 24px;
}
main .block-page .page-content > p b,
main .block-page .page-content > p strong {
  font-weight: 600;
  color: #c6352f;
}
main .block-page .partner-options > li {
  background-color: #ca4540;
  color: #fff;
  border-radius: 0;
}
main .block-page .partner-options > li > a {
  color: #fff;
}

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