.kids_avatar2{
        object-fit: cover;
        display: flex;
        justify-content: flex-end;
        margin-top: 0px;
        padding: 0 1.25rem;
        flex: 1 1 0;
        width: 100%;
        background-repeat: no-repeat;
        background-position: top;
        background-size: contain;
}

@media (max-width: 767px){
    .kids_avatar2{
        justify-content: center;
        background-position: center bottom;
        margin-top: 4rem;
    }

}