.gray_wrapper .btn_text {
  background: #27a8e0;
  border-radius: 6px;
  border: none;
  color: #ffff;
  font-size: 14px;
  padding: 7px 15px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}

@media (min-width: 0px) and (max-width: 574px) {
  .gray_wrapper .btn_text {
    font-size: 12px;
    padding: 7px;
  }
}

@media (min-width: 575px) and (max-width: 767.98px) {
  .gray_wrapper .btn_text {
    font-size: 13px;
    padding: 7px 12px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .gray_wrapper .btn_text {
    font-size: 14px;
    padding: 6px 10px;
  }
}
