.priceListItem { display: flex; justify-content: space-between; align-items: center; margin-bottom: 5px; } .priceListItem p{ margin:0; padding: 15px; font-weight: bold; } .priceListItem p:first-child{ max-width:70%; } .priceListItem.clickablepriceListItem p { font-weight: bold; color: #0a3c96; cursor: pointer; } .priceListItemPrice { color: #103c96; } .priceListItemContainer:nth-child(even) {background: white} .priceListItemContainer:nth-child(odd) {background: #f4f5f7} a.priceListItemContainer { display:block; } /*.pricelistContainer *:nth-child(even) {background: white} .pricelistContainer *:nth-child(odd) {background: #f4f5f7}*/ @media (max-width: 500px) { .priceListItem p{ font-size:16px; } } @media (max-width: 400px) { .priceListItem p:first-child{ max-width:60%; } }