.work_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 11px;
}

@media screen and (min-width: 1100px) {
  .work_container {
    flex-direction: row-reverse;
    gap: 35px;
    margin-block: 25px 100px;
  }
}

.work_img {
  width: 338px;
  height: 311px;
}

@media screen and (min-width: 768px) {
  .work_img {
    width: 610px;
    height: 555px;
  }
}

.work_text_block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}

@media screen and (min-width: 1100px) {
  .work_text_block {
    margin-bottom: 0px;
  }
}

.work_h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: 167%;
  text-align: center;
}

@media screen and (min-width: 1100px) {
  .work_h1 {
    text-align: start;
  }
}

.work_p {
  margin-block: 16px 32px;
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  text-align: center;
}

@media screen and (min-width: 1100px) {
  .work_p {
    text-align: start;
    margin-block: 18px 45px;
  }
}

.work_buttons_block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}

@media screen and (min-width: 1100px) {
  .work_buttons_block {
    justify-content: start;
    gap: 35px;
  }
}

.work_button {
  width: 142px;
  height: 53px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  background-color: #02897a;
  border-radius: 8px;
  border: none;
}

@media screen and (min-width: 768px) {
  .work_button {
    width: 178px;
    height: 53px;
  }
}

.work_a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
}

.work_a_p {
  font-weight: 600;
  font-size: 16px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #02897a;
}
