@media (max-width: 768px) {
	.banner-left{
		margin-left: -15px;
	}
	.banner-right{
		margin-right: -15px;
	}
	.mobile-nav .drop-down > a::after {
	    right: inherit;
	}

	@font-face {
	  font-family: Montserrat-Medium;
	  src: url(../fonts/Montserrat-Medium.ttf);
	}
	@font-face {
	  font-family: Montserrat-Bold;
	  src: url(../fonts/Montserrat-Bold.ttf);
	}
	@font-face {
	  font-family: Montserrat-SemiBold;
	  src: url(../fonts/Montserrat-SemiBold.ttf);
	}
	h1{
		/* Mobile/ H1 */
		font-family: Montserrat-Bold;
		font-style: normal;
		font-weight: bold;
		font-size: 48px;
		line-height: 55px;
		/* identical to box height, or 115% */
		letter-spacing: 0.02em;
		/* Text Black */
		color: #000000;
	}
	h2{
		/* Desktop/ H2 */
		font-family: Montserrat-Bold;
		font-style: normal;
		font-weight: bold;
		font-size: 30px;
		line-height: 40px;
		/* identical to box height, or 125% */
		/* Text Black */
		color: #000000;
	}
	h3{
		/* Desktop/ H3 */
		font-family: Montserrat-Bold;
		font-style: normal;
		font-weight: bold;
		font-size: 36px;
		line-height: 45px;
		/* identical to box height, or 125% */
		/* Text Black */
		color: #000000;
	}
	h4{
		/* Desktop/ H4 */
		font-family: Montserrat-SemiBold;
		font-style: normal;
		font-weight: 600;
		font-size: 30px;
		line-height: 35px;
		/* identical to box height, or 117% */
		/* Text Black */
		color: #000000;
	}

	.lead_text_1{
		/* Mobile/ Lead Text */
		font-family: Montserrat-Medium;
		font-style: normal;
		font-weight: normal;
		font-size: 22px;
		line-height: 30px;
		/* identical to box height, or 136% */
		/* Text Black */
		color: #000000;
	}
	.lead_text_2{
		/* Desktop/ Lead Text 2 */
		font-family: Montserrat;
		font-style: normal;
		font-weight: normal;
		font-size: 20px;
		line-height: 30px;
		/* identical to box height, or 150% */
		/* Text Black */
		color: #000000;
	}
	.body_1{
		/* Desktop/ Body 1 */
		font-family: Open Sans;
		font-style: normal;
		font-weight: normal;
		font-size: 18px;
		line-height: 28px;
		/* identical to box height, or 156% */
		/* Text Black */
		color: #000000;
	}
	.body_2{
		font-family: Open Sans;
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		line-height: 26px;
		/* identical to box height, or 162% */
		/* Text Black */
		color: #000000;
	}
	.body_3{
		/* Desktop/ Body 3 */
		font-family: Open Sans;
		font-style: normal;
		font-weight: normal;
		font-size: 14px;
		line-height: 25px;
		/* identical to box height, or 179% */
		/* Text Black */
		color: #000000;
	}
	.big_link{
		font-family: Montserrat-Bold;
		font-style: normal;
		font-weight: bold;
		font-size: 32px;
		line-height: 48px;
		/* or 150% */
		text-decoration-line: underline;
		/* Dark Green */
		color: #067C65;
	}

	.banner-left h1 {
	    font-family: Montserrat-Bold;
		font-style: normal;
		font-weight: bold;
		font-size: 48px;
		line-height: 55px;
		/* or 115% */
		letter-spacing: 0.02em;
		color: #FFFFFF;
		padding-top: 56px;
		padding-right: 20px;
		padding-left: 20px;
		padding-bottom: 30px;
	}
	.banner-right h2 {
	    font-family: Montserrat-Bold;
	    font-style: normal;
	    font-weight: bold;
	    font-size: 30px;
		line-height: 40px;
		/* or 133% */
		color: #FFFFFF;
	}

	#header{
		height: 80px;
	}

	.contents h2 {
	    font-style: normal;
	    font-weight: 600;
	    font-size: 30px;
		line-height: 40px;
	    position: relative;
	    padding-bottom: 30px;
	}
}