source/stylesheets/company.css.scss (20 lines of code) (raw):

@import "variables"; a { color: $color-white; transition: all .2s; &:hover { text-decoration: none; } } p { margin: 0 0 30px; } .company { padding-top: 80px; background: $color-primary; text-align: center; animation-delay: .3s; img::before { opacity: 0; } }