.app { background-color: rgba(139, 139, 139, 0.5); padding-top: 102px; } .app__wrapper { display: flex; justify-content: space-around; max-height: 600px; overflow: hidden; } .app__item { margin-right: 115px; text-align: left; font-family: Lato; font-size: 16px; font-weight: 300; line-height: 1.33; letter-spacing: 0.8px; text-align: left; color: #8b8b8b; } .app h3 { margin: 0; font-family: Lato; font-size: 18px; font-weight: bold; font-stretch: normal; font-style: normal; line-height: 1.67; letter-spacing: 0.9px; text-align: left; color: #000; } .app p { margin: 0; margin-bottom: 29px; } .app a { margin-right: 10px; }