.trip{display:flex;align-items:center;margin-bottom:50px}.trip .image{order:1;width:50%}.trip .image img{width:100%}.trip .content{order:2;width:50%;padding:0 30px}.trip .content hr{margin-bottom:20px}.trip:nth-of-type(even) .image{order:2}.trip:nth-of-type(even) .content{order:1}@media only screen and (max-width:992px){.trip{display:block;padding:0 15px}.trip .image{margin-bottom:15px}.trip .content,.trip .image{width:100%}}