@media (max-width: 768px) {
	.screen-two .col-2 {
		padding: 12px;
		width: 100% !important;
	}
}
@media (max-width: 600px) {
	.col-2,
	.col-3 {
		width: 100% !important;
	}

	.row {
		width: 100% !important;
	}
}