/*================================================ OET CTA Area CSS =================================================*/

.oet-cta-area {
	position: relative;
	z-index: 1;
}

.oet-cta-content {
	max-width: 720px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

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

.oet-cta-content h2 {
	margin-bottom: 15px;
	font-size: 38px;
}

.oet-cta-content .oet-default-btn {
	margin-top: 10px;
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
    .oet-cta-content {
		max-width: 100%;
	}
	.oet-cta-content .sub-title {
		font-size: 13px;
	}
	.oet-cta-content h2 {
		font-size: 25px;
	}
	.oet-cta-content .oet-default-btn {
		margin-top: 5px;
	}
}

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