.max-width-250px
{
    max-width: 250px;
}

.max-width-290px
{
    max-width: 290px;
}

.fs-70pt
{
    font-size: 70pt !important;
}

.fs-50pt
{
    font-size: 50pt !important;
}

.fs-45pt
{
    font-size: 45pt !important;
}

.border-radius-20px
{
    border-radius: 20px;
}

.after-no-background:after
{
    background: none !important;
}

.cta__bg-bg-none::before
{
    background-image: none !important;
    background-color: transparent !important;
}

.text-none {
    text-transform: none !important;
}

.section-bg-white
{
    background-color: #fff !important;
}

.max-width-128px
{
    max-width: 128px !important;
}

.brand-item img:hover {
    filter: grayscale(0%);
}

.fs-11pt
{
    font-size: 11pt !important;
}

.blog__post-thumb-no-bg-gradient::after
{
    background: none !important;
}