.headerNew {
    width: 100%;
    background: unset;
}

.headerNew a {
    color: black;
}
.store {
    position: relative;
    z-index: 10;
    margin-left: 5%;
    margin-top: 2.5%;
}
.store img {
    margin-left: 10px;
}

.aboutWelcome{
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    align-items: center
}
.aboutWelcomeTxt{
    display: flex;
    flex-direction: column;
    padding: 5rem;
    text-align: center;
    margin-top: 5rem;
    width: 100%;

}
.aboutWelcomeImg{
    width: 270px;
    height: 250px;
    border-radius: 20px;
    margin-top: -35px;
    z-index: 1;
}

.aboutDataCont{
    display: flex;
    justify-content: space-around;
    margin-bottom: 10rem ;
    width: 100%;
    flex-direction: column;
}
.aboutData{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
}
.abouDataIcon{
    background-color: rgba(247, 247, 247, 1);
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}
.abouDataIcon i{
    font-size: 25px;
    color: rgba(0, 0, 0, 1);
}


@media (min-width: 768px) {
    .aboutDataCont {
        flex-direction: row;
      }
    
}

@media (min-width: 1024px) {
    .aboutWelcomeTxt,.aboutDataCont {
        width: 60%;
    }
    
}
@media only screen and (min-width: 1365px) {

}
@media only screen and (min-width: 1500px) {
    h2 {
        font-size: 2.3rem;
    }
    h5 {
        font-weight: 600;
        font-size: 1.5rem;
    }

}
@media only screen and (min-width: 1700px) {

}
@media (min-width: 2049px) {
    h2 {
        font-size: 2.5rem;
    }
    p {
        font-size: 1.2rem;
    }
    h5 {
        font-size: 1.5rem;
    }

}
