.list { margin-top: 2rem; .item{ padding: 0.5rem 0.75rem; border-bottom: 1px solid var(--default-hl-color); @include respond-to("medium") { &:nth-child(2n) { background-color: var(--bg-light-color); } } @include respond-to("medium-up") { border-left: 1px solid var(--default-hl-color); &:first-child, &:nth-child(2) { border-top: 1px solid var(--default-hl-color); } &:nth-child(2n), &:last-child { border-right: 1px solid var(--default-hl-color); margin-right: -1px; } } .title { font-weight: 800; font-size: 1.4rem; } .grid { margin-top: 0.75rem; } img { border: 2px solid var(--font-color); max-width: 90%; } } }