footer {
	padding: 80px 60px 20px;
}
footer .copy_right {
	padding-top: 10px;
	text-align: center;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
footer .copy_right > span {
    margin: 10px 20px;
}
footer .general-content a {
	line-break: anywhere;
}
footer .gform_confirmation_wrapper .gform_confirmation_message {
	color: white;
}
@media screen and (max-width: 860px) {
	footer {
	    padding: 50px 30px;
	}
	footer .copy_right {
    	padding-top: 50px;
	}
	.section-capability .background-img {
	    width: 100%;
		right: 0;
		position: relative;
		height: 300px;
		background-position: center right !important;
	}
	.section-capability:after {
	    top: calc(100% - 315px);
	    width: 100%;
	    height: 315px;
	}
}
@media screen and (max-width: 550px) {
	.layout-columns-6 {
	    grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media screen and (max-width: 400px) {
	footer .container-large {
		width: 100%;
	}
}
@media screen and (max-width: 350px) {
	body {
		font-size: 15px;
	}
	h2, .h2, h3, .h3 {
    	font-size: 27px;
	}
	.layout-columns-6 {
	    grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}
@media screen and (max-width: 350px) {
	h1, .h1 {
	    font-size: 32px;
	}
	h5, .h5 {
	    font-size: 16px;
	}
}