.page-title {
  padding: 20px 0;
  background: #b20b3a;
  text-align: center; }

.page-title h1 {
  font-family: 'ApexNew-Light', sans-serif;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase; }

.block-intro {
  padding: 20px;
  text-align: center; }
  .block-intro .title {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #b20b39;
    margin-bottom: 20px; }
  .block-intro p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: #666;
    margin-bottom: 20px; }


.block-featured.bg-white{
  background: #fff;  
}

@media (max-width: 992px) {
	#cm-46 .block-featured{
		display: flex;
		flex-wrap: wrap;
	}
	.order-1{order:1;}
	.order-2{order:2;}
	#cm-46 .block-featured h2{padding-top:25px;}
}

.block-featured {
  background: #a3a3a3;  }
  .block-featured .inner {
    padding: 40px 5%; }
  .block-featured .title {
    font-family: 'ApexNew-Light', sans-serif;
    font-size: 34px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase; }
  .block-featured .subtitle, .block-featured p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #fff; }
  .block-featured p {
    font-size: 16px; }

.block-content .inner {
  padding: 40px 5%; }

.block-content .title {
  font-family: 'ApexNew-Light', sans-serif;
  font-size: 34px;
  line-height: 1;
  color: #b20b39;
  text-transform: uppercase; }

.block-content .subtitle, .block-content p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: #333; }

.block-content p {
  font-size: 16px; }

.block-bottom {
  text-align: center;
  padding: 100px 0;
  background: url("../img/page/bottom-block-bg.png") top center no-repeat;
  background-size: cover; }
  .block-bottom .title {
    font-family: 'ApexNew-Light', sans-serif;
    font-size: 34px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase; }
  .block-bottom p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #fff; }

@media (min-width: 992px) {
  .page-title {
    padding: 30px 0; }
    .page-title h1 {
      font-size: 60px; }
  .block-intro .title {
    font-size: 34px; }
  .block-intro p {
    font-size: 22px; }
  .block-featured .title {
    font-size: 60px; }
  .block-featured .subtitle, .block-featured p {
    font-size: 26px; }
  .block-featured p {
    font-size: 18px; }
  .block-content {
    padding: 40px 0; }
    .block-content .title {
      font-size: 52px; }
    .block-content .subtitle, .block-content p {
      font-size: 26px; }
    .block-content p {
      font-size: 18px; }
    .block-content img {
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); }
  .block-bottom .title {
    font-size: 60px; }
  p {
    font-size: 25px; } }
