.contactblock{ padding: $xs-space 0 $xs-space; .contactblock--image { margin-right: $xs-space; width: 80px; height: 80px; border-radius: 50%; background-repeat: no-repeat; background-size: cover; background-position: top center; @include media-breakpoint-down(sm) { margin-bottom: $xs-space; } } .contactblock--email{ p{ color: $blue; } } }