/* Universal breakpoints */

@media (max-width: 479px) {
  .hero-copy-content {
    width: 100%; } }

.app-store-buttons {
  height: 46px;
  display: flex;
  gap: 20px; }
  .app-store-buttons img {
    height: 100%;
    width: auto;
    background-size: cover;
    object-fit: cover;
    float: left; }
  @media (max-width: 479px) {
	  /* Manisha Singh - fixed banner CTA button */
	  .mobile-app-hero-copy-content .app-store-buttons img{
		  width: 150px;
	  }
    .app-store-buttons {
      width: 100%;
      height: auto; }
      .app-store-buttons img {
        flex-shrink: 1;
        min-width: 0;
        height: auto !important; } }
		/* Manisha Singh - defect fix-437 */
		@media (max-width: 375px) {
      .app-store-buttons img {
        height: auto !important;
        width: 127px !important;		} }

.mobile-app-hero-copy-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: auto !important;
  max-width: 575px; }
  .mobile-app-hero-copy-content .hero-heading {
    padding: 0; }
  .mobile-app-hero-copy-content .phone-number-input {
    box-sizing: border-box;
    width: 300px;
    padding: 15px 40px;
    align-items: center;
    gap: 16px;
    border-radius: 8px;
    background: #FFF;
    text-align: center;
    font-size: 24px;
    color: #727377;
    font-family: "Synchrony Sans", Helvetica, sans-serif;
    font-weight: 500;
    line-height: 32px; }
    .mobile-app-hero-copy-content .phone-number-input::-moz-placeholder {
      color: #A0A8B7; }
    .mobile-app-hero-copy-content .phone-number-input::placeholder {
      color: #A0A8B7; }
    @media (max-width: 767px) {
      .mobile-app-hero-copy-content .phone-number-input {
        width: 100%; } }
  .mobile-app-hero-copy-content .button-gold {
    box-sizing: border-box;
    width: -moz-fit-content;
    width: fit-content;
    height: 56px;
    font-size: 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center; }
    .mobile-app-hero-copy-content .button-gold:focus-visible {
      outline: solid 2px #FFF;
      border-radius: 8px; }
    @media (max-width: 767px) {
      .mobile-app-hero-copy-content .button-gold {
        width: 100%; } }
  .mobile-app-hero-copy-content .fine-print {
    font-weight: 500;
    line-height: 22px; }
