.team

position: relative
color: white

+desktop
  background: url('#{$site_baseurl}/assets/theme_images/about-us/team-teaser-desktop.jpg') no-repeat 50% 0 $gray-200
  height: 560px

+phone
  background: url('#{$site_baseurl}/assets/theme_images/about-us/team-teaser-phone.jpg') no-repeat 40% center $gray-200
  height: 380px
  background-size: cover

h2
  text-shadow: 1px 1px 0px #000

  +desktop
    margin-bottom: 292px

  +phone
    margin-bottom: 182px
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.65)

.btn
  margin-bottom: 43px

a:not(.btn)
  color: white
  text-decoration: none
  font-weight: normal