/*Tablet Pottrait size to standerd 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .button {
    padding: 20px 24px;
  }
  .button.light {
    padding: 18px 24px;
  }
  .we-are-hiring .upload-cv {
    margin-top: 135px;
  }
}