.btn_1 {
  color: #fa5c36;
  border: 2px solid #fa5c36;
  padding: 8px 30px;
  border-radius: 54px;
  font-weight: 600;
  font-size: 16px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: transparent;
}
.btn_2 {
  color: #101010;
  border: 2px solid #fa5c36;
  padding: 12px 57px;
  border-radius: 54px;
  font-weight: 600;
  font-size: 16px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #fa5c36;
  width: max-content;
}
.btn_3 {
  color: #101010;
  border: 1px solid #fa5c36;
  padding: 12px 57px;
  border-radius: 54px;
  font-weight: 600;
  font-size: 16px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: transparent;
  width: max-content;
}
.btn_4 {
  color: #fa5c36;
  border: 1px solid #fa5c36;
  padding: 12px 57px;
  border-radius: 54px;
  font-weight: 600;
  font-size: 16px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: transparent;
  width: max-content;
}

@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .btn_3,
  .btn_2,
  .btn_4 {
    padding: 8px 27px;
    height: 44px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn_3,
  .btn_2,
  .btn_4 {
    padding: 8px 27px;
    height: 44px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .btn_3,
  .btn_2,
  .btn_4 {
    padding: 8px 27px;
    height: 40px;
  }
}
@media only screen and (min-width: 280px) and (max-width: 575px) {
  .btn_3,
  .btn_2,
  .btn_4 {
    height: 40px;
    padding: 8px 27px;
  }
}
