@@ -31,16 +31,19 @@ export default {
.image-container {
display: flex;
justify-content: space-between;
+ align-items: center;
+ height: 700px;
}
.image-wrapper {
flex-direction: column;
align-items: center;
+ margin: 0 150px;
.image-wrapper img {
- max-width: 100%;
+ width: 500px;
height: auto;