#site-image-text {
	padding-bottom: 100px;
}

#site-image-text img {
	width: 100%;
}

.site-image-text-content p:first-child {
	margin-top: 0px;
}


@media only screen and (min-width: 980px) {
	#site-image-text.has-bg {
		background: rgba(177,177,177, 0.1);
	    padding: 100px 70px;
	    border-radius: 30px;
	    max-width: 1170px;
	    margin: auto;
	    margin-bottom: 100px;
		margin-top: 100px;    
	    box-sizing: content-box;
	}
}

@media only screen and (max-width: 980px) {
	
}