.countdown { width: 80%; max-width: 380px; list-style-type: none; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; justify-content: center; align-items: flex-start; margin: 0 auto; text-align: center; }
.countdown > div { width: 25%; }
.countdown > div > div:first-child { font-size: 35px; line-height: 35px; color: #333333; font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif; font-weight: 400; }
.countdown > div:not(:last-child) > div:first-child { border-right: 2px solid #cfcac9; }
.countdown > div > div:last-child { font-size: 14px; line-height: 14px; color: #333333; font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", "GothamMedium", Helvetica, Arial, sans-serif; font-weight: 500; margin: 10px auto 20px auto; }

@media (max-width: 761px) {
	.countdown > div > div:first-child { font-size: 28px; line-height: 28px; }
	.countdown > div > div:last-child { font-size: 11px; line-height: 11px; }
}