/* =========================
SMALL PHONES
========================= */

@media (max-width: 480px){
  

  #Parent1 {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  #Wrapper2 {
    margin-top: 1%;
    height: 20vh;
    padding: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
  }

  #Parent3 {
    padding-top: 35%;
    margin-left: 8%;
    text-align: center;
    color: black;
  }

  #g,
    #f,
    #text15,
    #text9{
        font-size: 28px;
    }

    #text16,
    #text10{
        font-size: 17px;
        margin-top: 15px;
        line-height: 1.8;
    }
	.hero-text h1{
		font-size: 1.8rem;
	}

	#g{
		font-size: 2rem;
	}

	#text9,
	#text15,
	#text20{
		font-size: 24px;
	}

	.stat h2,
	#stat h2{
		font-size: 28px;
	}

}