/***Find More Jobs******************************/

.hj-follow {
  background: #bcddf7;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.hj-follow h2 {
  font-size: 20px;
  font-weight: 600;
  color: #303030;
  margin-bottom: 6px;
}
.hj-follow p {
  color: #7a7a73;
  margin-bottom: 20px;
  font-size: 15px;
}
.hj-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1877f2;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 400;
  font-size: 14px;
  transition: 0.2s;
  margin: 8px;
}

.hj-btn:hover {
  background: #145fce;
}

.hj-btn-location {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #303030;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 400;
  font-size: 14px;
  transition: 0.2s;
}

.hj-btn-location:hover {
  background: #f0f0f0;
}
/*********************************/