

/**umb_name:Title Red*/
.header {
	font-family: 'Toyota_Display_REGULAR';
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 34px;
	letter-spacing: 0.9px;
	color: #eb0b1e;
}

/**umb_name:Description*/
.description {
	font-family: 'Toyota_Display_REGULAR';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0.05em;
	color: #363636;
}

/**umb_name:Description Red*/
.reddescription {
	font-family: 'Toyota_Display_REGULAR';
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0.05em;
	color: #eb0b1e;
}
.reddescription a:hover {
	color: var(--red) !important;
}
