.b-content.m-top {
  padding-top: 0;
}
.b-img-vacancy {
  width: 1024px;
  height: 340px;
  background-image: url("../img/vacancy/sliderHead.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
}
.b-text-vacancy {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 32px 0;
  text-align: center;
}
.b-text-vacancy span {
  color: #23B6F9;
  font-weight: 400;
}
.b-col-three {
  width: 100%;
  position: relative;
}
.b-col-three:before {
  background-color: #23B6F9;
  opacity: 0.3;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: -350px;
  position: absolute;
  bottom: 0;
  width: 700px;
}
.b-item-col-4 {
  width: 330px;
  float: left;
}
.b-item-col-4:nth-last-child(2) {
  margin: 0 15px;
}
.b-thumbnail {
  margin-bottom: 20px;
}
.thumbnail-img.img-1 {
  width: 330px;
  height: 220px;
  background-image: url("../img/vacancy/twoImage.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
}
.thumbnail-img.img-2 {
  width: 330px;
  height: 220px;
  background-image: url("../img/vacancy/oneImage.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
}
.thumbnail-img.img-3 {
  width: 330px;
  height: 220px;
  background-image: url("../img/vacancy/freeImage.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
}
.b-caption {
  padding: 14px 0;
  font-family: "Roboto", sans-serif;
}
.b-caption h3 {
  color: #333333;
  display: inline-block;
  font-size: 14px;
  margin: 0 0 7px;
  padding: 0;
}
.b-caption p {
  font-size: 12px;
  color: #7c7c7c;
  margin: 0;
  padding: 0;
}
.b-caption-text {
  display: inline-block;
  min-height: 70px;
}
.b-title-vacancy {
  font-size: 16px;
  color: #23B6F9;
  text-align: center;
  margin: 0;
  padding: 30px 0;
}
.b-col-four {
  width: 100%;
  position: relative;
}
.b-col-four .b-thumbnail {
  background-color: #fafafa;
  text-align: center;
}
.b-col-four .b-caption {
  padding: 21px 17px;
}
.b-col-four .b-caption h3 {
  color: #333333;
  display: inline-block;
  font-size: 14px;
  margin: 0 0 7px;
  min-height: 35px;
  padding: 0;
  vertical-align: middle;
}
.b-col-four .b-caption p {
  margin-bottom: 18px;
}
.b-col-four .b-caption p:nth-last-child(1) {
  margin: 0;
}
.b-item-col-3 {
  width: 237px;
  margin-left: 25px;
  float: left;
}
.b-item-col-3:first-child {
  margin-left: 0;
}
.b-btn-blue {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 38px;
  margin-bottom: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  height: 42px;
  width: 150px;
  border-radius: 3px;
  border: 1px solid #23B6F9 !important;
  color: #23B6F9;
  transition: all 0.5s ease 0s;
}
.b-btn-blue:hover {
  color: #ffffff;
  background-color: #23B6F9;
  text-decoration: none;
}
