.last-news{ font-size: $font-12; .item{ border-bottom: 1px solid $light-grey; padding: 8px 10px; .date{ color: $red; } a{ color: $dark-grey; text-decoration: none; transition: .4s; &:hover{ color: black; } } } } .news{ font-size: $font-12; .item{ border-bottom: 1px solid $light-grey; padding: 8px 10px; .date{ color: $red; } a{ color: $dark-grey; text-decoration: none; transition: .4s; &:hover{ color: black; } } } }