.price{
    display: flex;
    font-weight: 600;
    font-size: 450%;
    margin: 0 0 4% 0;
    background: var(--gradientText);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.disclaimer{
    font-style: italic;
    color: #ababab;
    font-size: 80%;
    margin-top: 2%;
    margin-bottom: -1%;
    font-weight: 400;
}

.influencer-rates-holder{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.influencer-rate-holder{
    font-size: 95%;
    color: inherit;
    flex: 0 24%;
    margin: 1.5% 0;
}

@media only screen and (max-width: 800px) {
    .price{
        margin: 0 0 6% 0;
    }

    .disclaimer{
        margin: 5% 0 7% 0;
        font-size: 75%;
    }

    .influencer-rate-holder{
        flex: 0 45%;
        margin: 0 0 3% 0;
    }
}