/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .footer__contact {
    padding: 0;
  }
  .custom__container {
    margin: 30px 0;
    width: 90%;
    margin: 0 auto;
  }
  .staff__image {
    margin-top: 10px;
  }
  .staff__title {
    margin-top: 20px;
  }
  .inner__testimonials {
    padding: 0;
    margin: 20px 0;
  }
  .subscribe__container {
    padding: 30px 0;
  }
  .karriera input {
    margin: 20px 0;
  }
  .footer__info {
    text-align: center;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
}
@media only screen and (max-width: 768px) {
  .testimonials__card {
    margin: 15px 0;
  }
  .footer__contact {
    padding: 0;
  }
  .custom__container {
    margin: 30px 0;
    width: 90%;
    margin: 0 auto;
  }
  .staff__image {
    margin-top: 10px;
  }
  .staff__title {
    margin-top: 20px;
  }
  .inner__testimonials {
    padding: 0;
    margin: 20px 0;
  }
  .subscribe__container {
    padding: 30px 0;
  }
  .karriera input {
    margin: 20px 0;
  }
  .footer__info {
    text-align: center;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}
