.announce {
	margin: 0;
}

#content .task {
	position: relative;
	z-index: 4;
}

.footer-img__wrapper {
	width: 100%;
	background: #00ddb4;
}

.footer-img {
	position: relative;

	max-width: 1404px;
	width: calc(100% - 44px);
	margin: 0 auto;
	padding: 4em 22px 1em 22px;
}

.footer-img .announce__picture {
	margin: 0 auto;
}

.footer-img__note {
	position: absolute;
	bottom: 16.4%;
	right: 8%;

	margin: 0;
	width: 35%;

	text-align: center;
}

.client-logo {
	position: relative;

	overflow-x: hidden;

	max-width: 1385px;
	width: 100%;
	margin: 0 auto;
}

.client-logo__wrapper {
	background: #6006b6;

	padding: 4em;
}

.client-logo_logo {
	width: 100%;
	height: auto;

	transition: all 2s ease-in-out;
}

.client-logo_point {
	position: absolute;
	top: 0%;
	right: -1px;

	width: 6.5%;
	height: auto;

	z-index: 3;
}

@media (max-width: 600px) {
	.footer-img__note {
		bottom: 0;
	}
}
