img.avatar4 {
    position: relative;
    right: 295px;
    top: 145px;
    width: 25px;
}
img.avatar3 {
    position: relative;
    right: 165px;
    top: 175px;
    width: 17px;
}
img.avatar2 {
    position: relative;
    right: 40px;
    top: 110px;
    width: 40px;
}
img.avatar1 {
    position: relative;
    right: 80px;
    top: 56px;
    width: 165px;
}
img.penguin4 {
    position: relative;
    left: -170px;
    bottom: 80px;
    width: 25px;
}
img.penguin3 {
    position: relative;
    left: -105px;
    bottom: 175px;
    width: 17px;
}
img.penguin2 {
   position: relative;
    left: -60px;
    bottom: 20px;
    width: 40px;
}
img.penguin1 {
   position: relative;
    left: 130px;
    bottom: 65px;
    width: 165px;
}

.common-footer .penguin{
	    margin-top: 9rem;
}
.common-footer .info {
    margin-top: 3rem;
}
@media (max-width: 1023px) {
.common-footer .info {
    z-index: 10000;
        padding: 3rem 0rem;
}
}