.recruit .section {
  margin-top: 70px;
  display: flex;
  justify-content: center;
}

.recruit .section .left {
  width: 40%;
  min-width: 351px;
  margin-right: 25px;
}

.recruit .section .left .left-content {
  line-height: 35px;
}

.recruit .section .left .a-container {
  display: flex;
  justify-content: center;
}

.recruit .section .left .a-container .a-content {
  width: 200px;
  margin: 30px 0;
  margin-right: 30px;
  border: 1px solid #86a8e1;
  border-bottom: 2px solid #86a8e1;
  transition: all .3s;
  cursor: pointer;
}

.recruit .section .left .a-container .a-content .img-container {
  padding: 32px;
}

.recruit .section .left .a-container .a-content .img-container img {
  width: 100%;
}

.recruit .section .left .a-container .a-content p {
  background-color: #d9e7f9;
  color: var(--main_color);
  margin-bottom: 0;
  padding: 10px 0;
  text-align: center;
}

.recruit .section .left .a-container .a-content:hover {
  transform: scale(1.05);
  box-shadow: 1px 1px 10px 1px rgba(121, 121, 121, 0.582);
}

.recruit .section .right img {
  width: 100%;
}

@media (max-width: 768px) {
  .recruit .section {
    flex-direction: column;
  }
  .recruit .section .left {
    min-width: 0;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 80px;
  }
}

@media (max-width: 768px) and (max-width: 576px) {
  .recruit .section .left .img-container {
    padding: 15px !important;
  }
}
/*# sourceMappingURL=recruit.css.map */
