@media only screen and (max-width: 767px) {

	.page-container {
		width: 100%;
	}

	.col {
		width: 100%;
	}

	.header {
	  line-height: 50px;
	  font-size: 40px;
	  font-weight: 600;
	}

	.main-img {
	  max-width: 100%;
	  max-height: 100%;
	}

	.main-text {
	  font-size: 20px;
	  line-height: 24px;
	  margin-top: 20px;
	}

}
