@media (min-width: 0) {
    .circle {
        width: 140px;
        height: 140px;
        background: #F8E500;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: black;
        font-size: 1.4rem;
        text-align: center;
        position: absolute;
        line-height: 2.2rem;
    }

    .circle strong {
        font-size: 1.6rem;
        display: block;
        font-family: 'TTHovesProBold';
    }
}

@media (min-width: 576px) {
    .circle {
        width: 200px;
        height: 200px;
        background: #F8E500;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: black;
        font-size: 1.4rem;
        text-align: center;
        position: absolute;
        line-height: 2.2rem;
    }

    .circle strong {
        font-size: 1.6rem;
        display: block;
        font-family: 'TTHovesProBold';
    }
}


@media (min-width: 768px) {
    .circle {
        width: 170px;
        height: 170px;
        background: #F8E500;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: black;
        font-size: 1.4rem;
        text-align: center;
        position: absolute;
        line-height: 2.2rem;
        top: -10%;
    }

    .circle strong {
        font-size: 1.6rem;
        display: block;
        font-family: 'TTHovesProBold';
    }
}


@media (min-width: 992px) {
    .circle {
        width: 200px;
        height: 200px;
        background: #F8E500;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: black;
        font-size: 1.7rem;
        text-align: center;
        position: absolute;
        line-height: 3rem;
        top: -10%;
    }

    .circle strong {
        font-size: 2.1rem;
        display: block;
        font-family: 'TTHovesProBold';
    }
}


@media (min-width: 1200px) {

    .circle {
        width: 210px;
        height: 210px;
        background: #F8E500;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: black;
        font-size: 1.8rem;
        text-align: center;
        position: absolute;
        line-height: 2.8rem;
        top: -10%;
    }

    .circle strong {
        font-size: 2.2rem;
        display: block;
        font-family: 'TTHovesProBold';
    }
}


@media (min-width: 1400px) {
    .circle {
        width: 245px;
        height: 245px;
        background: #F8E500;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: black;
        font-size: 2.1rem;
        text-align: center;
        position: absolute;
        line-height: 3rem;
        top: -10%;
    }

    .circle strong {
        font-size: 2.6rem;
        display: block;
        font-family: 'TTHovesProBold';
    }
}