@media screen and (min-width:768px) {
    .Twenty-two-radius {
    background: #f5df4e;
    border-radius: 50rem;
    position: absolute;
    width: 100px;
    height: 100px;
    top: 22px;
    right: 110px;

    }

    .People {
     padding:0 8rem !important;
    } 
}