.square-container{display:flex;flex-wrap:wrap}.square-container .square{align-items:center;background:#fff;border-radius:0;color:#000;display:flex;margin:0;padding:0;text-align:center;width:100%}.square-container .square:nth-of-type(2n){background:#013a71;flex-direction:row-reverse}.square-container .square:nth-of-type(2n) *{color:#fff!important}.square-container .square-image{min-height:450px;width:50%}.square-container .square-image img{height:100%;object-fit:cover;width:100%}.square-container .square-content{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:40px;width:50%}@media(max-width:900px){.square{flex-direction:column!important}.square .square-content,.square .square-image{width:100%}.square .square-image{min-height:0}.square .square-image img{height:250px}.square-container .square-content{padding:10px 0 0}}