@charset "UTF-8";

#subscription-service .subscription .subscription-periodicity {
	position: absolute;
	top: -2px;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	font-size: 1.25rem;
	color: var(--black);
	padding-right: 1rem;
	padding-left: 1rem;
}

#subscription-service .subscription-cover {
	background-position: center;
	background-repeat: no-repeat;
}

/* XS */
@media only screen and (min-width : 0px) {
}

/* SM (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* MD (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* LG (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* XL (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}
