

.bambiInfoMap {
    margin-bottom:2rem;
}

.streetAddres{
    margin-bottom:1rem;
}
.bambiTitle{
    margin-bottom:0.5rem;
}

.bambiTitle > .bambiGreen{
    font-weight:bold;
    font-size:1.6rem;
}
.streetAddres > p{
    line-height:1.5;
}
.contactNumber > p{
    line-height:1.5;
}
.textMap{
    margin-bottom:3rem;
}
.textMap > p{
    line-height:1.5;
}
.pageTop{

}

.mapImage{
    width:420px;
    margin-left:auto;
}


.bird{
    position:absolute;
    top:0px;
    left:0px;
    z-index:10;
}
.bird1{
    top:50px;
    left:552px;
}
.bird2{
    top:140px;
    left:20px;
}
.bird3{
    top:80px;
    left:626px;
}


@media screen and (max-width:480px){
    .bambiInfoMap{
        display:block;
    }
    .Info{
        margin-bottom:1rem;
    }
    .mapImage{
        width:100%;
    }

    .bird{
        width:11%;
    }
    .bird3{
        top:10%;
        left:70%;
    }
    .bird1{
        top: -25%;
        left:55%;
    }
    .bird2{
        top:18%;
        left:20%;
    }
}


