.square_grid{padding-bottom:15px;padding-top:15px;width:100%}.square_grid h2{font-size:32px}.square_grid p{font-size:20px}.square_grid__content{display:grid;grid-template-columns:1fr 1fr;grid-gap:15px}.square_grid__content-square{background-color:#f7f7f7;color:#535353;display:flex;flex-direction:column;justify-content:center;padding-bottom:100px;padding-top:100px;width:100%}.square_grid__content-square-content-text-overlay--no{display:none}.square_grid__content-square-content-text-overlay-rec{background-color:blue;height:7px;margin-bottom:15px;width:26%}.square_grid__content-square-content-text{line-height:normal;padding-right:35px;white-space:wrap;width:100%}.square_grid__content-square-content-image{align-self:flex-start;padding:10px 30px 10px 10px}.square_grid__content-square-content-image img{min-height:150px;min-width:150px}.square_grid__content-square-content{align-items:center;display:flex;flex-direction:row-reverse;justify-content:flex-start;padding:0 70px;width:100%}@media only screen and (max-width:600px){.square_grid__content{grid-template-columns:1fr}.square_grid__content-square-content{flex-direction:column;padding:0 20px}.square_grid__content-square-content-image{order:1}.square_grid__content-square-content-text{order:2}}