
.profes-item {
  display: flex;
  flex-direction: column;
  list-style: none;
  text-align: center;
  gap: 5px;
  font-family: Mundo, Times New Roman, Times, serif;
}
.profes-item__vacancy {
  font-weight: 800;
  font-size: 17px;
  margin-bottom: 0;
  font-family: Mundo, Times New Roman, Times, serif;
}
.profes-item__personal {
  font-style: italic;
  margin-bottom: 0;
  font-size: 17px;
  font-family: Mundo, Times New Roman, Times, serif;
}
.profes-item__images {
  width: 100%;
  height: auto;
  font-family: Mundo, Times New Roman, Times, serif;
}
.profes-item__sellary {
  font-weight: 800;
  color: green;
  font-size: 24px;
  margin-bottom: 0;
  font-family: Mundo, Times New Roman, Times, serif;
}
.profes-item__message {
  line-height: 1.6;
  margin-bottom: 0;
  font-size: 17px;
  font-family: Mundo, Times New Roman, Times, serif;
}
.profes-list {
  display: grid;
  gap: 15px;
  padding: 0px;
  margin-left: 0px !important;
  margin-bottom: 15px !important;
}
@media screen and (max-width: 768px) {
  .profes-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .profes-item__personal {
    font-size: 13px !important;
  }
  .profes-item__message {
    font-size: 13px;
  }
  .profes-item__vanacy-last {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .profes-item__personal__vanacy-last {
    height: 35px;
  }
  .profes-item__vanacy-first {
    height: 35px;
  }
}
.profes-list {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .profes-list {
    grid-template-columns: repeat(2, 1fr);
  }}