h4{
  font-family: 'bold';
}
.main-section{
  /* background-color: #ddd; */
  padding: 120px 70px 30px;
}
.main-section .website-title{
  color: #fff;
  margin-bottom: 0;
}
section#vacancies {
  padding-top: 0;
}
.vacancies{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.vacancies h4{
  font-size: 32px;
  color: #385A60;
  text-transform: uppercase;
}
.vacancies p{
  font-size: 18px;
  color: #373737;
}
.vacancies div,.vacancies table{
  width: 50%;
}
table{
  background-color: #fff;
  color: #373737;
}
th{
  background-color: #373737;
  padding: 10px 20px;
  border-right: 1px solid #fff;
  text-align: center;
  color: #fff;
}
td{
  border-right: 1px solid #ddd;
  text-align: center;
}
td a{
  padding: 20px;
  width: 100%;
  display: block;
  font-size: 16px;
  text-decoration: none;
  color: #385A60;
}
section{
  padding: 120px 70px;
}
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile + label {
  font-size: 1.25em;
  font-weight: 700;
  color: white;
  background-color: #385A60;
  transition: .4s all;
  padding: 15px 60px;
  display: inline-block;
  margin-top: 20px;
}

.inputfile:focus + label,
.inputfile + label:hover {
  background-color: #ddd;
  color: #385A60 ;
}
.inputfile + label {
	cursor: pointer; /* "hand" cursor */
}
.inputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}
input{
  padding: 20px;
  width: 100%;
}
form button.website-btn{
  margin: 0 auto;
  display: block;
}
form label{
  margin-bottom: 10px;
}
.apply{
  margin: 40px 0;
  font-size: 32px;
  font-family: 'bold';
}
/* select.form-control{
  position: relative;
}
select.form-control::before {
  content: ">";
  position: absolute;
  display: block;
  right: 0;
  font-size: 16px;
  color: #000;
  width: 40px;
  height: 40px;
  top: 0;
  background: red;
} */
@media (min-width:320px) and (max-width:768px) {
  section,.main-section{
    padding: 120px 20px;
    padding-bottom: 70px;
  }
  /* section.main-section {
    margin-top: 120px;
  } */
  .vacancies div, .vacancies table{
    width: 100%;
    margin-bottom: 40px;
  }
}