/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 15 2025 | 17:50:41 */
@media screen and (max-width:1440px) and (min-width:1281px) {
	.ctm_firstcol{
		padding: 80px 0;
	}
	.ctm_btnrow {
		display: flex;
		flex-direction: column;
		row-gap: 20px;
	}
	.ctm_btnrow .et_pb_column {
		width: 100% !important;
	}
}
@media screen and (max-width:1280px) and (min-width:981px) {
	.ctm_firstcol {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}
	.ctm_firstcol .et_pb_heading_0 .et_pb_heading_container h1 {
		font-size: 45px;
	}
	.ctm_firstcol .et_pb_text_inner{
		font-size:16px;
	}
	.ctm_btnrow {
		display: flex;
		flex-direction: column;
		row-gap: 20px;
	}
	.ctm_btnrow .et_pb_column {
		width: 100% !important;
	}
}
@media screen and (max-width:980px){
 	.ctm_secondcol {
    display: block !important;
	}
}