@charset "UTF-8";
/* CSS Document */
.footer-image__container{
    text-align: center;
    padding-top: 10.7rem;
	margin: 0 auto;
	position: relative;
	max-width: 1200px;
}
.backgroud-image{
    display: inline-block;
    margin: 0 auto;
    max-width: 1200px;
    height: auto;
}
.footer-image1{
    width: 33%;
    position: absolute;
    top: -5%;
    right: 10%;
	rotate: 15deg
}
@media(min-width: 30.99rem) and (max-width: 73.99rem){
	.footer-image1{
	width: 35%;
    top: 10%;
	right: 10%;
}
}
@media(max-width: 30.99rem){
	.footer-image1{
	width: 40%;
    top: 100px;
	right: 10%;
}
}
.footer-image2{
    width: 33%;
    position: absolute;
    top: 30%;
    left: -10%;
	rotate: -15deg
}
@media(min-width: 30.99rem) and (max-width: 73.99rem){
	.footer-image2{
	width: 40%;
	left: 0;
}
}
@media(max-width: 30.99rem) {
	.footer-image2{
	width: 40%;
	top: 36%;
    left: 0;
}
}
.footer-image3{
    width: 60%;
    position: absolute;
    top: 45%;
    left: 25%;
	transform: translate(-50%, -50%)
}
@media(min-width: 30.99rem) and (max-width: 73.99rem){
	.footer-image3{
	width: 50%;
    top: 50%;
	left: 40%;
}
}
@media(max-width: 30.99rem){
		.footer-image3{
	width: 65%;
    top: 60%;
	left: 30%;
}
}
.footer-logo__container{
    margin-top: 10rem;
	padding: 2rem 0;
    background-color: #F9FAE0;
    text-align: center
}
.footer-logo__container img{
    display: block;
    margin: 0 auto;
    width: 30%;
}
.copy-right{
    font-size: 0.75rem;
    color: #573f1c;
    padding: 1rem 0;
}