.probiotics.static {
	padding-top: 30px;
	font-family: 'UR', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.probiotics.static p, .probiotics.static ul {
	margin-bottom: 20px;
}
.probiotics.static b {
	font-family: 'UM', sans-serif;
	font-weight: 500;
}
.probiotics.static a {
	color: #487cd1;
	text-decoration: underline;
}
.probiotics.static a:hover, .probiotics.static a:focus {
	text-decoration: none;
}
.footer .policy-links {
	color: #fff;
	font-family: 'UR', sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.footer .policy-links a {
	opacity: 0.35;
	transition: opacity 0.25s ease-out;
}
.footer .policy-links div {
	margin-bottom: 5px;
}
.footer .policy-links a:hover, .footer .policy-links a:focus {
	opacity: 1;
}
@media screen and (max-width: 767px) {
    .footer .policy-links {
        order: 2;
		margin-bottom: 40px;
    }
    .footer__inner-container .copyright {
        margin-bottom: 23px;
    }
}