.employeer__card {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 60px;
}
.employeer__card-img img {
  width: 100%;
  height: 100%;
}
.employeer__card-title {
  font-family: "Involve", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
  color: #371211;
}
.employeer__card-post {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  color: #371211;
}
.employeer__card-text {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #371211;
}
.employeer__card-text p:nth-last-child(n+2) {
  margin-bottom: 12px;
}
.employeer__exp-title {
  font-family: "Involve", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  color: #371211;
}
.employeer__exp-el-time {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  color: #371211;
}
.employeer__exp-el-text {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  color: #371211;
}
.employeer__list-title {
  font-family: "Involve", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  color: #371211;
}
.employeer__list ul {
  list-style-type: disc;
}
.employeer__list ul li {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #371211;
  margin-left: 24px;
}
.employeer__list ul li:nth-last-child(n+2) {
  margin-bottom: 8px;
}
.employeer__text {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  color: #371211;
}
@media (min-width: 320px) {
  .employeer__card {
    gap: 30px;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .employeer__card-title {
    font-size: 20px;
    margin-bottom: 4px;
  }
  .employeer__card-post {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .employeer__card-text {
    font-size: 14px;
  }
  .employeer__card .button {
    margin-top: 30px;
  }
  .employeer__exp-title {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .employeer__exp-el:nth-last-child(n+2) {
    margin-bottom: 20px;
  }
  .employeer__exp-el-time {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .employeer__exp-el-text {
    font-size: 16px;
  }
  .employeer__list-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .employeer__list ul li {
    font-size: 14px;
  }
  .employeer__list ul li:nth-last-child(n+2) {
    margin-bottom: 4px;
  }
  .employeer__list:nth-last-child(n+2) {
    margin-bottom: 24px;
  }
  .employeer__text {
    font-size: 14px;
  }
  .employeer hr {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .employeer__card {
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-bottom: 50px;
  }
  .employeer__card-block {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .employeer__card-title {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .employeer__card-post {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .employeer__card .button {
    margin-top: 40px;
  }
  .employeer__exp-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .employeer__exp-el:nth-last-child(n+2) {
    margin-bottom: 24px;
  }
  .employeer__exp-el-time {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .employeer__exp-el-text {
    font-size: 18px;
  }
  .employeer__list-title {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .employeer__list ul li {
    font-size: 16px;
  }
  .employeer__list ul li:nth-last-child(n+2) {
    margin-bottom: 8px;
  }
  .employeer__list:nth-last-child(n+2) {
    margin-bottom: 30px;
  }
  .employeer__text {
    font-size: 18px;
  }
  .employeer hr {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .employeer hr.first {
    display: none;
  }
}
@media (min-width: 1280px) {
  .employeer__card-title {
    font-size: 28px;
  }
  .employeer__card-text {
    font-size: 16px;
  }
  .employeer__card .button {
    margin-top: 60px;
  }
  .employeer__exp-title {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .employeer__exp-el-time {
    margin-bottom: 12px;
  }
  .employeer__exp-el-text {
    font-size: 20px;
  }
  .employeer__list-title {
    font-size: 20px;
  }
  .employeer__list ul li {
    font-size: 18px;
  }
  .employeer__text {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .employeer__card-text {
    font-size: 18px;
  }
}

@media (min-width: 1800px) {
  .title {
    margin-bottom: 60px;
  }
}/*# sourceMappingURL=single-specialists.css.map */