body { font-size: 20px; } .box { width: 350px; height: 220px; background-color: green; padding: 15px 10px 20px; margin-bottom: 30px; border: 2px dotted red; } .float__box { max-width: 900px; margin: 50px auto 0; text-align: justify; } .float__img-left, .float__img-right { width: 300px; height: 175px; } .float__img-left { float: left; margin: 0 25px 15px 0; } .float__img-right { float: right; margin: 25px 0 15px 25px; }