.wwa--section {
	padding-top: 60px;
}

.wwa--container {
	padding: 60px 30px;
}

@media (max-width: 991px) {

	.wwa--image {
		border-radius: 50%;
		width: calc(100vw - 60px);
		height: calc(100vw - 60px);
		max-width: 500px;
		max-height: 500px;
		overflow: hidden;
		margin: 0 auto;
	}
}

@media (min-width: 992px) {
	
	.wwa--section {
		position: relative;
	}

	.wwa--image {
		position: absolute;
		max-width: 800px;
		max-height: 100%;
		right: 0;
		left: calc(50% + 15px);
		top: 60px;
		bottom: 0;
	}
	
	.wwa--image img {
		object-fit: contain;
	}
}