  @media screen and (min-width: 1024px) {
    .take_photo_btn {
      margin-top: -40px;
    }

    .take_photo_or_btn {
      margin-top: -50px;
    }
  }

  .tack_photo_btn {
    padding: 10px !important;
    font-size: 25px !important;
  }

  .tack_photo_btn_div {
    display: flex;
  }