@media (max-width:1024px) {
    .pdb-no-results {
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 32px;
        font-family: 'Montserrat Alternates';
        border-radius: 60px;
        border: 1px solid var(--secondary-dark);
        background: var(--Background-white, #FFF);
        box-shadow: 0 1px 2px 0 rgba(12, 11, 11, 0.04);
        position:relative;
        padding: 114px 32px 32px 32px;
    }

    .content-nr {
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }

    img.img-nr {
        width: 145px;
        transform: translate(0, -30%);
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
        top: 0;
    }

    .title-nr {
        color: var(--purple-strong);
        text-align: center;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        margin: auto;
    }

    .text-nr {
        color: var(--gray);
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        margin:auto;
    }
}

@media (min-width:1025px) {
    .pdb-no-results {
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 40px;
        font-family: 'Montserrat Alternates';
        border-radius: 60px;
        border: 1px solid var(--secondary-dark);
        background: var(--Background-white, #FFF);
        box-shadow: 0 1px 2px 0 rgba(12, 11, 11, 0.04);
        position:relative;
        padding: 126px 126px 40px 126px;
    }

    .content-nr {
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }

    img.img-nr {
        width: 200px;
        transform: translate(0, -50%);
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
        top: 0;
    }

    .title-nr {
        color: var(--purple-strong);
        text-align: center;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        margin: auto;
    }

    .text-nr {
        color: var(--gray);
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        margin:auto;
    }
}