#jobs-page img {
  width: 100%;
}

h1,
h2,
h3,
p {
  width: 70%;
  margin-left: 15%;
}

.vacancy {
  background: #fff;
  padding: 30px;
  margin: 20px 20%;
  color: #3e474a;
}

h2 {
  font-size: 30px;
    line-height: 42px;
    font-weight: 400;
}

h3 {
  margin-top: 20px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

p {
  font-size: 22px;
  line-height: 28px;
  margin-top:30px;
}

.vacancy h3,
.vacancy p {
  margin-left: 0px;
  line-height: normal;
  font-size: 18px;
  margin: 0;
  width: 80%;
}

.vacancy h3 a {
  color: #fe0060;
  font-size: 28px;
  border-bottom: 3px solid #fe0060;
  margin-bottom: 20px;
  text-decoration: none;
  display: inline-block;
}

.basic-footer {
  padding: 50px 20%;
}

.basic-footer,
.basic-footer p {
  margin-left: 0px;
  line-height: normal;
  margin: 0;
  font-size: 1.5vh;
}

.basic-footer p {
  display: inline;
  margin-right: 10px;
  text-align: center;
}

.basic-footer span,
.basic-footer p a {
  color: rgba(255, 255, 255, 0.75);
}

.basic-footer span {
  color: rgba(0, 0, 0, 0.25);
  padding-top: 20px;
  display: block;
  font-size: 12px;
}

hr {
  border: 10px groove rgba(0, 0, 0, 0.1);
  margin: 70px 0 50px 0;
}

.fancy-job-title h1 {
  text-align: center;
  font-size: 48px;
  margin-bottom: 30px;
}

.fancy-job-title h2 {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  margin: 0;
  width: 90%;
  margin-left: 5%;
  line-height: normal;
  opacity: 0.75;
}

.job-spec {
  background-color: white;
  color: #3e474a;
  width: 80%;
  margin-left: 10%;
  margin-top: 40px;
  line-height: 32px;
  padding: 60px 0 100px 0;
  font-weight: 400;
}

.job-spec ul {
  width: 70%;
  margin-left: calc(15% + 20px);
  padding-top: 20px;
}

.job-spec p,
.job-spec ul li {
  font-size: 20px;
    line-height: 38px;
  }

.job-spec ul li {
  margin-bottom: 0px;
  list-style: square;
}

.job-spec a {
  color: #fe0060;
}

.job-spec h2 strong {
  animation-name: glossy-grey-text !important;
  animation-iteration-count: infinite;
  animation-duration: 4s;
}

@keyframes glossy-grey-text {
  0% {
    color: #3e474a;
  }

  60% {
    color: #3e474a;
  }

  75% {
    color: #fe0060;
  }

  100% {
    color: #3e474a;
  }
}

@media only screen and (max-width: 600px) {
  body {
    padding-top: 60px;
  }

  h2 {
    font-size:28px;
    line-height:40px;
  }

  h1,
  h2,
  h3,
  p {
    width: 90%;
    margin-left: 5%;
  }

  p {
    font-size: 18px;
    line-height: 24px;
  }

  hr {
    border: 5px groove rgba(0, 0, 0, 0.1);
    margin: 20px 0 20px 0;
  }

  .vacancy {
    margin: 20px 5%;
    padding: 20px;
  }

  .basic-footer {
    padding: 30px 5%;
  }

  .job-spec {
    width: 100%;
    margin-left: 0%;
    padding: 20px 0;
  }

  .job-spec ul {
    width: 80%;
    margin-left: calc(5% + 20px);
    padding-top: 20px;
  }
  
  .job-spec p, .job-spec ul li {
    font-size: 20px;
    line-height: 32px;
  }
  
}

li strong {
  font-weight: 900;
}


