section.contactus {
	padding: 70px 5%;
	background-color: #002060;
	> div {
		grid-area: 1/1/2/2;
		justify-self: center;
		align-self: center;
		text-align: center;
		> h3 {
			font-size: min(2.8rem,10vw);
			line-height: 1.4;
			color: #fff;
		}
		> h4 {
			font-size: min(1.4rem,5vw);
			line-height: 1.4;
			color: #fff;
			font-weight: 600;
		}
		> p {
			text-align: center;
			margin-top: 15px;
			font-size: min(1.2rem,5vw);
			line-height: 1.8;
			color: #fff;
		}
		> a {
			display: inline-block;
			margin-top: 30px;
			&:hover {
				opacity: 0.7;
			}
			> img {
				max-width: 100%;
			}
		}
	}
}
