@charset 'UTF-8';

@media all and (max-width: 480px) {
	.footer-cont {
		padding: 24px 16px;
	}

    .footer .pimz-logo {
        width: 97px;
        height: 28px;
        flex-shrink: 0;
        aspect-ratio: 97/28;
    }

    .footer .footer-row {
        display: grid;
    }

    .footer-row {
        flex-direction: column;
    }

    .direction-row {
        order: 2;
    }

    .privacy-policy-wrap-m {
        display:block;
        padding: 24px 0;
		font-size: 13px;
    }

    .pimz-logo {
        padding-top: 36px;
    }

	.footer-copyright .text {
		color: var(--Text-Captions, #485C11);

		/* Captions */
		font-family: "Roboto Mono";
		font-size: 10.5px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%; /* 14.7px */
		letter-spacing: -0.315px;
	}

	.underline {
		color: inherit;
		text-decoration: none;
	}

	.footer-copyright {
		padding-top: 75px;
		padding-bottom: 20px;
	}

}
