#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"}}.story{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){.story{gap:25px}}.story:before{position:absolute;content:"";width:2px;height:100%;top:0;left:50%;margin-left:-1px;background-color:var(--secondary-colour)}.story__item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:140px;text-align:left;position:relative}.story__item h4{margin:0 0 10px 0}@media (min-width:992px){.story__item h4{margin:0}}@media (max-width:991px){.story__item{background:var(--primary-colour);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px;padding-bottom:40px}.story__item:last-of-type{padding-bottom:0}}.story__item:before{position:absolute;content:"";width:50px;border-radius:50%;height:50px;top:0;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:var(--secondary-colour);background-image:url("../favico.png");background-size:cover;border:solid 10px var(--secondary-colour)}@media (max-width:991px){.story__item__image{margin-top:40px}.story__item__image img{width:100%}}@media (min-width:992px){.story__item:nth-child(2n){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.story__item__image{width:50%}.story__item__text{width:50%}}