nav{
    position: relative;
    inset: 0 0 auto 0;
    width: 100%;
    border-bottom: 0.1rem solid var(--grey);
    box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.219);
}
.nav__wrapper{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.5rem;
}
.hero__img{
    width: 100%;
}
.info__wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}
.info__left, .info__right{
    width: 40%;
}
.info__wrapper__left,
.info__wrapper__right{
    display: flex;
    justify-content: center;
    align-items: center;
}
.info__title{
    margin-bottom: 1rem;
}
footer{
    position: absolute;
    inset: auto 0 0 0;
    width: 100%;    
    background-color: var(--grey);
}
.footer__wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}
.footer__text{
    display: inline-block;
}