.list-row{ width: 100%; margin : 10px 0px; align-items: center; height : 80px; justify-content: space-between; &__right{ &--image{ justify-content: center; align-items: center; } &--text{ margin-right: 10px; h1{ margin : 0px; font-size: 20px; } p{ margin: 0px; margin-top : 5px; font-weight: 100; letter-spacing: -1px; color : grey; } } } &__left{ height: 100%; span{ padding : 10px 0px; color: grey; font-size: 12px; } } }