#breakpoint-helper{font-size:18px!important;position:fixed!important;color:#fff;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:10000;padding:0 10px}@media (min-width:1400px){#breakpoint-helper{background:purple}#breakpoint-helper:before{content:"XX-Large (xxl) : Min 1400px - Max none"}}@media (min-width:1200px) and (max-width:1399px){#breakpoint-helper{background:red}#breakpoint-helper:before{content:"X-Large (xl) : Min 1200px - Max 1400px"}}@media (min-width:992px) and (max-width:1199px){#breakpoint-helper{background:orange}#breakpoint-helper:before{content:"Large (lg) : Min 992px - Max 1200px"}}@media (min-width:768px) and (max-width:991px){#breakpoint-helper{background:green}#breakpoint-helper:before{content:"Medium (md) : Min 768px - Max 992px"}}@media (min-width:576px) and (max-width:767px){#breakpoint-helper{background:blue}#breakpoint-helper:before{content:"Small (sm) : Min 576px - Max 768px"}}@media (min-width:0px) and (max-width:575px){#breakpoint-helper{background:black}#breakpoint-helper:before{content:"Extra Small (xs) : Min 0px - Max 576px"}}.day{max-width:1200px;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:100px;position:relative}@media (max-width:991px){.day{gap:25px}}@media (max-width:991px){.day{padding-top:40px}}.day:before{position:absolute;content:"";width:2px;height:100%;top:0;left:50%;margin-left:-1px;background-color:var(--primary-colour)}.day__item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:140px;position:relative}@media (min-width:992px){.day__item{text-align:left}}@media (max-width:991px){.day__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px;padding-bottom:40px}.day__item:last-of-type{padding-bottom:0}}.day__item__count{position:absolute;content:"";width:50px;border-radius:50%;height:50px;top:-5px;background-color:var(--primary-colour);color:#fff;font-family:lobster,sans-serif;text-align:center;line-height:54px}@media (max-width:991px){.day__item__count{left:50%!important;top:-30px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.day__item__text__left,.day__item__text__right{position:relative;background:#fff;width:50%}@media (max-width:991px){.day__item__text__left,.day__item__text__right{margin-top:40px;width:auto}.day__item__text__left h4,.day__item__text__right h4{margin-top:40px;font-size:30px;line-height:45px}.day__item__text__left h4 span,.day__item__text__right h4 span{display:block}.day__item__text__left h4 span.bull,.day__item__text__right h4 span.bull{display:none}}@media (min-width:992px){.day__item__text__right{margin-top:130px}}.day__item__text__right .day__item__count{left:-95px}@media (min-width:992px){.day__item__text__left{text-align:right}}.day__item__text__left .day__item__count{right:-95px}