.content{display:flex;flex-direction:column;margin-right:50px}.item-container{align-items:center;display:flex;flex-direction:row;gap:60px;justify-content:space-between;margin-bottom:50px}.image{border-radius:10px;max-width:40%}.header-description{flex:1}.header-description h4{font-size:26px;font-weight:700;margin-bottom:10px}.header-description div{font-size:16px}.item-container:nth-child(2n){align-items:center;flex-direction:row-reverse;justify-content:space-between}.image:nth-child(2n){margin-left:0;max-width:48%}@media screen and (max-width:680px){.content{width:100%}.item-container,.item-container:nth-child(2n){align-items:left;display:flex;flex-direction:column;gap:25px;margin-bottom:50px}.image{max-width:100%}.image:nth-child(2n){margin-left:0;max-width:100%}}