/*
This file adds/changes styles from the style-resukt.css file in the root direktory
*/

.rwrapper h1 {
  margin-top: 20px;
}


@media (max-width: 1440px) and (min-width: 600px) {
  .role-container {
    position: static;
  }

  .role-description span {
    font-size: calc(.8em + .7vw);
    font-weight: 400;
    letter-spacing: 3px;
  }

  .role-description img {
    height: 15em;
  }

  .role-description {
    padding: 20px 30px;
    top: -40px;
    left: -50px;
    right: -50px;
  }
}