/*section-title*/

.oet-section-title {
	text-align: center;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 55px;
}

.oet-section-title .sub-title {
	display: block;
	margin-bottom: 7px;
	color: var(--OETmainColor);
	font-size: 14px;
	font-weight: 500;
}

.oet-section-title h2 {
	margin-bottom: 0;
	font-size: 38px;
}

.oet-section-title p {
	margin-top: 12px;
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
   .oet-section-title {
		max-width: 100%;
		margin-bottom: 40px;
	}
	.oet-section-title .sub-title {
		margin-bottom: 9px;
		font-size: 13px;
	}
	.oet-section-title h2 {
		font-size: 25px;
	}
}

/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .oet-section-title {
		margin-bottom: 50px;
	}
	.oet-section-title .sub-title {
		margin-bottom: 7px;
		font-size: 13px;
	}
	.oet-section-title h2 {
		font-size: 30px;
	}
}