﻿/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/






/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/




/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/


.detail-tiles .detail-tile .tile-content .text-content {
    max-width: 100%;
 }

 .detail-tiles .detail-tile {
    min-height: 740px;
  }
  
  @media only screen and (max-width: 1068px) {
    .detail-tiles .detail-tile {
       min-height: 770px;
    }
  }
  
  @media only screen and (max-width: 734px) {
    .detail-tiles .detail-tile {
       min-height: 690px;
    }
  }
  

@media only screen and (max-width: 734px) {
	.typography-headline-super {
		font-size: 33px;
	}
}

.grid-item-tile-consultations .typography-headline-elevated {
	font-size: 60px;
}
@media only screen and (max-width: 1068px) {
	.grid-item-tile-consultations .typography-headline-elevated {
		font-size: 38px;
	}
}
@media only screen and (max-width: 734px) {
	.grid-item-tile-consultations .typography-headline-elevated {
		font-size: 34px;
	}
}

/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/