.footer{
    width: 100%;
    padding-top: 5vh;
    padding-bottom: 5vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.footerCon1{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.footerCon1 main{
    width: 30vw;
}
.footerCon1 main img{
    width: 10vw;
    height: 10vw;
    border-radius: 100%;
}
.footerCon1 main h3{
    font-size: 1rem;
}
.footerCon1 main p{
    font-size: 0.8rem;
}
.footerCon1 p{
    font-size: 0.8rem;
}
.footerCon2 main h3{
    font-size: 1rem;
}
.footerCon2 main p{
    font-size: 0.8rem;
}
.footerCon2 p{
    font-size: 0.8rem;
}
.footerCon2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.footerCon2 main{
    width: 30vw;
}