.section_content {
    margin: 10px 0 !important;
}
.preview_content {
	display:flex;
	gap:20px;
	align-items: flex-start;
}
.preview_content .ptext, .text_content .stext  {
	font-size:18px;
	color:#676767;
}
.preview_content p, .text_content p {
    font-size: 18px;
    line-height: 1.57;
    color: #676767;
    margin-bottom: 27px;
}

.preview_content .aksBtn2 {
	margin-top:50px;
	float:right;
	font-size:24px;
	color:black;
}
.preview_img {max-width:560px;}

.text_section {
	background: rgba(237, 244, 249, 1);
}
.text_section .aksH2 {
	margin-top: 30px;
}
.slider_section.work_examples {
	background: rgba(237, 244, 249, 1);
}
.slider_section.work_examples .aksH2 {
	margin-top: 50px;
}
.popup-wantTheSame, .popup-calc, .popup-main-calc {
    width: 98% !important;
}

@media (max-width: 768px) {
	.preview_content {
    	align-items: flex-start;
		flex-direction: column;
	}
	.preview_img {
    	max-width: 100%;
	}
	.preview_content .aksBtn2 {
   		margin-top: 0px;
    	width: 100%;
	}
}
@media (max-width: 1200px) {
	.preview_content {
    	align-items: flex-start;
		flex-direction: column;
	}
	.preview_img {
    	max-width: 100%;
	}
	.preview_content .aksBtn2 {
   		margin-top: 0px;
    	width: 100%;
	}
}
@media (max-width: 992px) {
    .ceiling_cost._withPopup button {
        width: 100% !important;
        max-width: 100% !important;
    }
}