.container {
  width: auto;
  max-width: 920px;
  height: auto;
}

.container .lazy {
  width: auto;
  max-width: 100%;
  height: auto;
}

.container .logo {
float: left;
width: 100%;
 margin-bottom: 1rem;
}

.container .foot {
float: right;
max-width: 100%;
}

.container .title {
font-weight: bold;
font-size: 24px;
margin-left: 2rem;
}

.container .text {
font-size: 18px;
margin-left: 2rem;
}

.container .wrapper {
   display: flex;
  justify-content: center;
  margin: 1rem;
    width: 100%;
	text-align: center;
    overflow: hidden;
}

.container .item {
    width: 40%;
    float: left;
    margin: 1rem;
    }
	
.container .shape {
    width: 30%;
    float: left;
    margin: 1rem;
    }
    

.container .photos {
display: flex;
margin: 2rem;
justify-content: center;
align-items: center;
}

.container .item img {
    max-width: 100%;
    max-height: auto;
    
    border: 2px solid orange;
    border-radius: 20px;
}

.container .photos img {
    max-width: 100%;
    max-height: 100%;
     border: 2px solid orange;
    border-radius: 20px;
}

.container .banner {
width: 100%;
text-align: center;
 margin-bottom: 1rem;
}
