


.section_laptop_img_with_text {
	width: 100%;
	margin: 0 auto;
	max-width: 1650px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	
}


.section_laptop_img_with_text.align_image-left {
	flex-direction: row-reverse;
}

.section_laptop_img_with_text .image_col {
	
	flex: 1;
	align-items: center;
	display: flex;
}

.section_laptop_img_with_text .image_col img {
	display: block;
}


.section_laptop_img_with_text .text_col {
	
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.section_laptop_img_with_text .text_col .text_col_inner {
	
		margin-left: auto;
	margin-right: auto;
	padding: 30px;
	max-width: 465px;
}

.section_laptop_img_with_text.align_image-left .text_col .text_col_inner {
	
}

.section_laptop_img_with_text .title_heading { position:relative;}
.section_laptop_img_with_text .title_heading:not(.no-sep)::before{ content:""; width:40px; height:3px; background-color:#43DE9C; display:block; margin-bottom:20px;}

.section_laptop_img_with_text .above_title_heading {
	text-transform: uppercase;
	display: block;
	color: #000;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 12px;
}

.section_laptop_img_with_text .col_buttons {
	margin-top: 30px;
}






@media only screen and (max-width: 900px) {
	

.section_laptop_img_with_text .image_col {
	flex: auto;
	align-items: center;
	display: flex;
}
	
	.section_laptop_img_with_text .text_col {	width: 100%;}
	
	.section_laptop_img_with_text .image_col {	width: 100%;}
	.section_laptop_img_with_text .text_col .text_col_inner {	margin-left: 0;	margin-right: 0;	padding: 30px 0; max-width:100%;	}


}
