.jobcontactBlock {
  position: fixed;
  bottom: 15vh;
  left: 0;
  width: 17vw;
  background: #005098;
  color: #fff;
  padding: 1em;
  font-size: 1.25rem;
  border-radius: 0 0.25em 0.25em 0;
  box-shadow: 1px 1px 14px 5px rgba(0, 0, 0, 0.37);
  z-index: 10;
}
.jobcontactBlock > p:first-child {
  text-align: center;
  margin: 0 0 0.75em;
  padding: 0;
}
.jobcontactBlock > p:first-child strong {
  display: block;
  text-align: left;
  margin-bottom: 0.75rem;
}
.jobcontactBlock a {
  color: #fff;
}
.jobcontactBlock p {
  margin: 0 0 0.5em;
  font-size: 1rem;
  line-height: 1.35;
  color: #fff;
}
.jobcontactBlock ul {
  margin: 0;
  padding-left: 1.2em;
}
.jobcontactBlock li {
  margin: 0.5em 0;
  line-height: 1.35;
}
.jobcontactBlock ul li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cpath fill='white' fill-rule='evenodd' d='M193.943 112.81c7.07-7.07 7.07-18.55 0-25.62L112.81 6.057c-7.07-7.07-18.55-7.07-25.62 0L6.057 87.19c-7.07 7.07-7.07 18.55 0 25.62l81.133 81.133c7.07 7.07 18.55 7.07 25.62 0l81.133-81.133z'/%3E%3C/svg%3E");
}
@media only screen and (min-width: 1000px) and (max-width: 1300px) {
  .jobcontactBlock {
    width: 24vw;
  }
}
@media only screen and (max-width: 999px) {
  .jobcontactBlock {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
  }
}