@charset "UTF-8";
/*================================================================
*FILE          :certification.css
*AUTHOR        :
*--------------------------------------------------------------
*(C)
=================================================================*/

@media screen and (max-width: 1025px) {
	.column--3,
	.column--equal-width {
		display: block;
		margin-left: 0;
		margin-right: 0;
	}
	.column__cell
	.column__cell--3of1,
	.column__cell--3of2 {
		width: 100% !important;
		padding-left: 0;
		padding-right: 0;
	}
}


.text-underline {
  text-decoration: underline;
}
.text-underline:hover {
  text-decoration: none;
}