/* ======================================================================
  Fonts
======================================================================== */

.v2-section-title {
	font-size: 24px;
	margin: 60px 0 15px;
}

.v2-section-subtitle {
	font-size: 14px;
}

.v2-txt-xsmall {
	font-size: 10px;
}

.v2-txt-small {
	font-size: 12px;
}

@media (max-width: 767px) {
	.v2-txt-small {
		font-size: 9px;
	}
}


.v2-txt-medium {
	font-size: 18px;
}

.v2-txt-large {
	font-size: 20px;
}

@media (max-width: 767px) {
	.v2-txt-large {
		font-size: 18px;
	}
}

.v2-tit {
	font-weight: 600;
}
