.connected-app__head { display: flex; justify-content: space-between; margin-bottom: 1em; h3 { margin-bottom: 1em; } } .connected-app__description { p { margin-bottom: 1em; } } .connected-app__note { background-color: #f8f9fa; border: none; border-left: 4px solid #008397; border-radius: 4px; box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.07); margin: 2em 0; padding: 0.5em 1em; }