@charset 'utf-8';
@import '_components_course.css';
@import '_components_info.css';
@import '_partials_grids.css';
@import '_partials_heading.css';



#goto-heading .heading-inner{ padding-right: 364px; }
#goto-heading .tokens{ position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
#goto-heading .tokens-inner{ display: table; }
#goto-heading .tokens-image,
#goto-heading .tokens-title{ display: table-cell; vertical-align: middle; }
#goto-heading .tokens-image img{ border-radius: 50%; display: block; height: auto; }
#goto-heading .tokens-title{ color: #2C4C5B; font-size: 40px; font-weight: bold; line-height: 1.2; padding-left: 20px; }
@media (min-width:1441px){

}
@media (min-width: 768px) and (max-width:1023px){

}
@media (max-width: 767px){
	#goto-heading .heading-inner{ padding-right: 0; }
	#goto-heading .heading{ margin-bottom: 25px; }
	#goto-heading .tokens{ position: static; right: 0; top: 0; transform: translateY(0); }
}
