@media (max-width: 1024px) {

	.cta-title h2 {
    	font-size: 45px !important;
        line-height: 50px !important;
    }

}

@media (max-width: 767px) {

	.cta-title h2 {
    	font-size: 30px !important;
        line-height: 35px !important;
    }

}


/* Small CTA section */

@media (min-width: 1301px) {

	.title-break-tab {
		display: none;
	}

}

@media (min-width: 1025px) {

	.small-cta-container {
		height: 533px;
	}

}

@media (max-width: 1300px) {

	.title-break-tab {
    	display: inline;
    }

}

@media (max-width: 1024px) {

	.small-cta-container {
		aspect-ratio: 4/5;
	}
    
    .small-cta-container::before {
    	background-image: linear-gradient(180deg, #1E365300 0%, var( --e-global-color-f1cbe68 ) 100%) !important;
    }
    
}

@media (max-width: 767px) {

	.small-cta-btn {
    	width: 100%;
    }

	.small-cta-btn a {
    	min-width: inherit !important;
        background: none !important;
        padding: 0 !important;
        text-decoration: underline !important;
        color: #6dacdf !important;
        width: fit-content !important;
    }

}