@media screen and (min-width:1024px) {
    .hi {
        font-size: 2rem !important;
    }

    .Designer {
    font-size: 6.5rem !important;
    }

    .Twenty-two-radius {
    background: #f5df4e;
    border-radius: 50rem;
    position: absolute;
    width: 100px;
    height: 100px;
    top: 22px;
    right: 170px;
    }
}