:root {
    --hilight-green: hsl(78, 55%, 62%);
    --line-shape-border: 42px;
}
.whats_new_latest{
    max-width: 880px;
    /* height: 340px; */
    background: #ffffff;
    margin: 0 auto;
    padding: 30px;
	    padding-top: 15px;
    border-radius: 6px;
    border: solid 2px #ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.whats_new_latest .recent{
    display: inline-block;
    padding: 0px 9px;
    background: #00487a42;
    color: #06273e;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 500;
}
.whats_new_grid{
	    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 1.3rem;
    margin-top: 0.7rem;
}
.featuer_image{
	    display: inline-flex;
    align-items: center;
}
.featuer_image img{
	width:100%;
	aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: 5px;
}
.featuer_content_titile{
	    font-size: 22px;
    font-weight: 500;
}
.featuer_content_dis {
    font-size: 16px;
}
.featuer_content_link a{
background: #f8ffe9;
    padding: 2px 7px;
    border-radius: 4px;
    color: #72a100f0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: solid 2px #ddecbd;
	transition: all 300ms ease-in-out;
}
.featuer_content_link a:hover {
    background: #f2ffd8;
	transform: scale(1.09);
}


.banner-whats-new {
    position: relative;
    min-height: 100dvh;
    z-index: 0;
    background: #fdfeff;
}

.banner-whats-new::after,
.banner-whats-new:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100dvh;
    width: 50vw;
    background-repeat: no-repeat;
    background-size: contain;
}

.banner-whats-new:before {
    left: 0;
    background-image: url('https://desklog.io/wp-content//themes/desklog/assets/images/banner-bg-left.png');
    background-position: left;
}

.banner-whats-new::after {
    right: 0;
    background-image: url('https://desklog.io/wp-content//themes/desklog/assets/images/banner-bg-right.png');
    background-position: right;
}

.whats-new-main {
    position: relative;
    z-index: 1;
    padding-top: 87px;
    padding-right: 10px;
    padding-left: 10px;
}

.whats-new-main .main-logo-container {
    display: flex;
    justify-content: center;
    margin-bottom: 14px;
}

.whats-new-main .main-logo-container .logo-bg-shape {
    background-color: #fdfeff;
    box-shadow: rgba(100, 100, 111, 0.2) 1px 24px 27px 1px;
    width: clamp(50px, 2vw + 51px, 75px);
    /* padding: 15px;
    border-radius: 16px; */
    padding: clamp(10px, 2vw + 3px, 15px);
    border-radius: clamp(10px, 2vw + 3px, 16px);
}

.whats-new-main .main-logo-container .logo-bg-shape img {
    width: 100%;
}

.whats-new-main .whats-new-title {
    font-family: "Rubik", sans-serif;
    font-size: clamp(19px, 2vw + 20px, 56px);
    font-style: normal;
    text-align: center;
}

.whats-new-main .whats-new-title span {
    color: var(--hilight-green);
}

.whats-new-main .whats-new-title~p {
    color: #262626;
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    text-align: center;
    font-size: clamp(13px, 2vw + 2.5px, 19px);
    max-width: 750px;
    margin: 0 auto;
}

.get_start_btn_whatsnew a {
    background-color: #81B504;
    color: #fdfeff;
    display: inline-block;
    border-radius: 3px;
    padding: 7px 12px;
    box-shadow: rgb(97 181 4 / 31%) 0px 2px 8px 0px;
    font-size: clamp(12px, 2vw + 2.5px, 17px);
    font-family: "Rubik", sans-serif;
    transition: all 0.15s ease-in-out;
}

.get_start_btn_whatsnew2 a {
    background-color: #00487a;
    color: #fdfeff;
    display: inline-block;
    border-radius: 3px;
    padding: 7px 12px;
    box-shadow: rgb(0 72 122 / 24%) 0px 2px 8px 0px;
    font-size: clamp(12px, 2vw + 2.5px, 17px);
    font-family: "Rubik", sans-serif;
    transition: all 0.15s ease-in-out;
}

.get_start_btn_whatsnew a:hover {
    text-decoration: none;
    background-color: #648e02;
    transition: all 0.15s ease-in-out;
}

.timechain {
    display: flex;
    justify-content: center;
    user-select: none;
}

.timechain img {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 270px;
}

.whats_new_banner_colums {
    background-color: #fdfeff;
    padding: 29px 20px;
    border-radius: 20px;
    border: solid 2px #F8FFE5;
    box-shadow:
        0 10px 20px 0 rgba(18, 17, 118, .08);
    /* height: 320px; */
    overflow: hidden;
    margin: 0 auto;
}

.whats_new_banner_colums_row {
    row-gap: 14px;
}

.whats_new_banner_colums_row .whats_new_banner_colums_parent:nth-child(2) .whats_new_banner_colums {
    border: solid 2px #E8F3FC !important;
    padding: 29px 0 0 0 !important;
}

.whats_new_banner_colums-px {
    padding: 0px 20px !important;
}

.column-heading span {
    background-color: #E7F2FD;
    padding: 4px 10px;
    border-radius: 3px;
    display: inline;
    font-size: 17px;
    font-weight: 400;
    color: #262626;
}

.tdy-task img {
    width: 100%;
}

.whats_new_banner_colums .animated-icons {
    display: flex;
}

.whats_new_banner_colums .animated-icons div img {
    max-width: 70px;
    width: 100%;
}

.whats_new_banner_colums .animated-icons {
    display: flex;
    justify-content: space-between;
}

.whats_new_banner_colums .animated-icons div {
    animation: rotate 1.8s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite;
    position: relative;
}

@keyframes rotate {
    0% {
        transform: rotateX(0deg) rotateY(0deg);
    }

    100% {
        transform: rotateX(360deg) rotateY(360deg);
    }
}

.whats_new_banner_colums .animated-icons div:nth-child(1) {
    top: 20px;
    animation-delay: 0s;
}

.whats_new_banner_colums .animated-icons div:nth-child(2) {
    top: 6px;
    animation-delay: 0.2s;
}

.whats_new_banner_colums .animated-icons div:nth-child(3) {
    top: 6px;
    animation-delay: 0.4s;
}

.whats_new_banner_colums .animated-icons div:nth-child(4) {
    top: 23px;
    animation-delay: 0.6s;
}

.solar_ani_container .base img {
    max-width: 100%;
}

.solar_ani_container {
    position: relative;
}

.solar_ani_container .cta_btn a {
    background-color: #00326C;
    color: #fdfeff;
    display: inline-block;
    border-radius: 3px;
    padding: 7px 12px;
    box-shadow: rgb(0, 50, 108, 31%) 0px 2px 8px 0px;
    font-size: clamp(11px, 2vw + 2.5px, 15px);
    font-family: "Rubik", sans-serif;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 22px;
    transition: all 0.15s ease-in-out;
}

.solar_ani_container .cta_btn a:hover {
    color: #f1f1f1 !important;
    text-decoration: none;
    transition: all 0.15s ease-in-out;
    scale: 1.05;
    transform: translate(-48.5%, 0);
}

.whats_new_banner_colums_row .whats_new_banner_colums {
    max-width: 423px;
}

.whats_new_banner_colums_row .whats_new_banner_colums_parent:nth-child(3) .whats_new_banner_colums {
    position: relative;
    padding: 0px 10px 0 0;
    min-height: 280px;
}

.whats_new_banner_colums_row .whats_new_banner_colums_parent:nth-child(3) .whats_new_banner_colums::before {
    content: "";
    position: absolute;
    width: 192px;
    height: 192px;
    background-image: url('https://desklog.io/wp-content/themes/desklog/assets/images/column-icons/logo-as-solar-system.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.whats_new_banner_colums_row .whats_new_banner_colums_parent:nth-child(3) .whats_new_banner_colums .content {
    z-index: 3;
    position: relative;
    z-index: 3;
    position: relative;
    text-align: end;
    padding: 24px 4px 0 0;
}

.whats_new_banner_colums_row .whats_new_banner_colums_parent:nth-child(3) .whats_new_banner_colums .content .points {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 -4px 20px 0 rgba(18, 17, 118, .08);
    display: inline-block;
    padding: 13px 13px 15px 25px;
    position: relative;
}

.whats_new_banner_colums_row .whats_new_banner_colums_parent:nth-child(3) .whats_new_banner_colums .content .points:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: 7px;
    top: 9px;
    width: 10px;
    height: 10px;
    background-color: #E7F2FD;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.whats_new_banner_colums_row .whats_new_banner_colums_parent:nth-child(3) .whats_new_banner_colums .content .points>div {
    align-items: center;
    gap: 6px;
}

.whats_new_banner_colums_row .whats_new_banner_colums_parent:nth-child(3) .whats_new_banner_colums .content .points img {
    max-width: 20px;
    width: 100%;
}

.whats_new_banner_colums_row .whats_new_banner_colums_parent:nth-child(3) .whats_new_banner_colums .content .points:nth-child(2) {
    margin-right: 7px;
}

.whats_new_banner_colums_row .whats_new_banner_colums_parent:nth-child(3) .whats_new_banner_colums .content .points:nth-child(3) {
    margin-right: 14px;
}

.whats_new_banner_colums_row .whats_new_banner_colums_parent:nth-child(3) .whats_new_banner_colums .content .points:nth-child(4) {
    margin-right: 21px;
}

.cta_btn_lastcolumn {
    background-color: #F9F9F9;
    margin: 4px 0px 2px 7px;
    padding: 6px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    gap: 6px;
}

.cta_btn_lastcolumn p {
    font-size: clamp(10px, 2vw + 1.5px, 14px);
}

.cta_btn_lastcolumn a {
    background-color: #00326C;
    color: #fdfeff;
    display: inline-block;
    border-radius: 3px;
    padding: 4px 10px;
    box-shadow: rgb(0, 50, 108, 31%) 0px 2px 8px 0px;
    font-family: "Rubik", sans-serif;
    transition: all 0.15s ease-in-out;
}

.cta_btn_lastcolumn a:hover {
    scale: 1.09;
    transition: all 0.15s ease-in-out;
}

.seccond-heading_whatsnew {
    font-size: 25px;
    font-weight: bold;
    color: #242424;
    padding: 0 7px;
}

/* ---- */
.line_items {
    display: inline-flex;
    flex-direction: column;
    gap: 80px;
    position: relative;
    min-width: 105px;
    scroll-snap-align: start;
}

.line_main_bg {
    height: calc(var(--line-shape-border) + var(--line-shape-border));
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.line_main_bg::before {
    content: "";
    position: absolute;
    background-color: #000;
}

.line_main_bg::before {
    height: 70px;
    top: 88px;
    left: calc(50% - 2px);
    width: 3px;
}

.plus_navigation_icon {
    position: relative;
}

.line_items:nth-child(odd)+.line_items .plus_navigation_icon::after {
    content: "";
    position: absolute;
    background-color: #000;
    width: 70px;
    left: 47px;
    top: 50%;
    height: 3px;
}

.line_items:nth-child(even)+.line_items .plus_navigation_icon::after {
    content: "";
    position: absolute;
    background-color: #000;
    width: 70px;
    right: 47px;
    top: 50%;
    height: 3px;
}

.line_main_icon {
    background-color: #fff;
    height: calc(var(--line-shape-border) + var(--line-shape-border) - 34px);
    width: calc(var(--line-shape-border) + var(--line-shape-border) - 34px);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.line_main_icon img {
    width: 80%;
    max-width: 28px;
}

.plus_navigation_icon {
    border-radius: 6px;
    padding: 8px 11px;
    text-align: center;
}

.plus_navigation_icon i {
    color: #fff;
}

.line_items .detail {
    margin-bottom: 16px;
}

.line_items .detail .year {
    font-weight: 600;
    font-size: 17px;
    text-align: center;
}

.line_items .detail .update {
    color: #242424;
    font-size: 17px;
    text-align: center;
}

.time_line_whats_new {
    scroll-snap-type: x mandatory;
    min-height: 500px;
    max-width: 1400px;
    display: flex;
    gap: 23px;
    margin-top: 3rem;
    overflow: auto;
}

.time_line_whats_new::-webkit-scrollbar {
    display: none;
}

.time_line_whats_new {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.line_items:nth-child(even) {
    rotate: 180deg;
    margin-bottom: 11px;

}

.line_items:nth-child(even) .detail {
    rotate: 180deg;
}

.line_items:nth-child(odd) .detail .year {
    color: #648e02;
}

.line_items:nth-child(odd) .plus_navigation_icon {
    background-color: #A0C33F;
}

.line_items:nth-child(odd) .line_main_bg {
    border-right: var(--line-shape-border) solid #6E920A;
    border-left: var(--line-shape-border) solid #A0C33F;
}

.line_items:nth-child(even) .detail .year {
    color: #1370BA;
}

.line_items:nth-child(even) .plus_navigation_icon {
    background-color: #1370BA;
}

.line_items:nth-child(even) .line_main_bg {
    border-right: var(--line-shape-border) solid #004073;
    border-left: var(--line-shape-border) solid #1370BA;
}

/* ---- */
.box-head {
    border-bottom: 2px solid #E2EDF6;
    padding-bottom: 11px;
}

.main_updates_list_box {
    background-color: #FCFDFE;
    height: 100%;
    position: relative;
    border-radius: 13px;
    padding: 34px 26px;
    box-shadow: 0px 15px 20px 0px rgba(18, 17, 118, 8%);
    -webkit-box-shadow: 0px 15px 20px 0px rgba(18, 17, 118, 8%);
    -moz-box-shadow: 0px 15px 20px 0px rgba(18, 17, 118, 8%);
}

.post-date {
    margin: 0;
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    right: 12px;
}

/* .feature-image{
    box-shadow: 0px 1px 11px 0px rgba(237, 237, 245,91%);
-webkit-box-shadow: 0px 1px 11px 0px rgba(237, 237, 245,91%);
-moz-box-shadow: 0px 1px 11px 0px rgba(237, 237, 245,91%);
} */
.feature-image img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: contain;
}

.seccond-heading_features {
    font-size: 19px;
    font-weight: bold;
    color: #242424;
    margin-top: 7px;
    margin-bottom: 12px;
}

.seccond-heading_p {
    font-size: 16px;
    color: #232323;
    margin-bottom: 4px;
}

.main_updates_list_box .readmore_btn {
    padding: 3px 5px;
    border-radius: 3px;
    border: solid 2px #ebebeb;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
    color: #262626;
}

.tages {
    margin-top: 14px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 60%;
    gap: 6px;
}

.tages div {
    background-color: #EDF8D1;
    border-radius: 30px;
    color: #262626;
    padding: 5px 11px;
    text-align: center;
}

.main_updates_list_box {
    background-color: #FCFDFE;
    border-radius: 13px;
    padding: 34px 26px;
    box-shadow: 0px 15px 20px 0px rgba(18, 17, 118, 8%);
    -webkit-box-shadow: 0px 15px 20px 0px rgba(18, 17, 118, 8%);
    -moz-box-shadow: 0px 15px 20px 0px rgba(18, 17, 118, 8%);
}

.main_updates_list_box .readmore_btn {
    padding: 3px 5px;
    border-radius: 3px;
    border: solid 2px #ebebeb;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
}

.feature-image img {
    width: 100%;
}

.seccond-heading_features {
    font-size: 19px;
    font-weight: bold;
    color: #242424;
    margin-top: 7px;
    margin-bottom: 12px;
}

.seccond-heading_p {
    font-size: 16px;
    color: #232323;
    margin-bottom: 4px;
}

@media (min-width: 1400px) {
    .whats-new-main .whats-new-title {
        font-size: 58px;
    }
}

@media (max-width: 1100px) {

    .whats_new_banner_colums_row .whats_new_banner_colums_parent:nth-child(3) .whats_new_banner_colums .content .points:nth-child(2),
    .whats_new_banner_colums_row .whats_new_banner_colums_parent:nth-child(3) .whats_new_banner_colums .content .points:nth-child(3),
    .whats_new_banner_colums_row .whats_new_banner_colums_parent:nth-child(3) .whats_new_banner_colums .content .points:nth-child(4) {
        margin-right: 0px;
    }

    .whats_new_banner_colums_row .whats_new_banner_colums_parent:nth-child(3) .whats_new_banner_colums .content {
        /* text-align: center;*/
    }

    .whats_new_banner_colums_row .whats_new_banner_colums .content .points h6 {
        text-align: start;
        font-size: 12px;
    }

}

@media (max-width: 992px) {
    .whats_new_banner_colums_parent:nth-child(1) {
        order: 1;
    }

    .whats_new_banner_colums_parent:nth-child(2) {
        order: 3;
    }

    .whats_new_banner_colums_parent:nth-child(3) {
        order: 2;
    }

    .whats_new_banner_colums_parent:nth-child(1)>.whats_new_banner_colums {
        height: 100%;
    }
}

@media (max-width: 768px) {
	.whats_new_grid {
		grid-template-columns: 1.4fr;align-content}
	.whats_new_latest {
		padding: 13px;align-content}
	.featuer_content_titile {
    font-size: 18px;
    font-weight: 500;
}
	.featuer_content_dis {
    font-size: 14px;
}
}
@media (min-width: 768px) {
    .custom-container-lg {
        max-width: 100%;
    }

    .whats-new-main .whats-new-title~p {
        padding: 0 50px;
    }
}

.main_updates_list_box {
    background-color: #FCFDFE;
    border-radius: 13px;
    padding: 34px 26px;
    box-shadow: 0px 15px 20px 0px rgba(18, 17, 118, 8%);
    -webkit-box-shadow: 0px 15px 20px 0px rgba(18, 17, 118, 8%);
    -moz-box-shadow: 0px 15px 20px 0px rgba(18, 17, 118, 8%);
}

.main_updates_list_box .readmore_btn {
    padding: 3px 5px;
    border-radius: 3px;
    border: solid 1px #747474;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
}

.feature-image img {
    width: 100%;
}

.seccond-heading_features {
    font-size: 19px;
    font-weight: bold;
    color: #242424;
    margin-top: 7px;
    margin-bottom: 12px;
}

.seccond-heading_p {
    font-size: 16px;
    color: #232323;
    margin-bottom: 4px;
}

/* --------- */
@property --clip-vertical {
    syntax: "<percentage>";
    initial-value: 95%;
    inherits: false;
}

@property --clip-horizontal {
    syntax: "<percentage>";
    initial-value: 100%;
    inherits: false;
}

@property --intro-radial {
    syntax: "<percentage>";
    initial-value: 0%;
    inherits: false;
}
@keyframes scale-up-center {
0% {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1) scale(1);
}

100% {
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.1) scale(1.65);
}
}
main.scrolly-main {
    --timeline-width: 100%;

    position: relative;
    padding-block: 140px;
    max-width: 1000px;
    margin-inline: auto;

    &::before {
        position: absolute;
        top: 0;
        left: 50%;
        width: 0;
        height: 100%;
        margin-left: -6px;
        border-right: 11px solid #aec76c;
        content: "";
        clip-path: inset(0 0 100% 0);
        /* Initially hidden (bottom is 100%) */
        animation: growLineTopToBottom 3s linear both;
        /* Animation for top to bottom */
        animation-timeline: view(block);
        animation-range: cover 5% contain 95%;
    }

    &::after {
        position: absolute;
        top: 0;
        left: 50%;
        width: 0;
        height: 100%;
        margin-left: -6px;
        border-right: 11px solid #f1f1f1;
        content: "";
        z-index: -2;
    }
}

.stop {
    --clip-horizontal: 100%;
    --clip-vertical: 93%;

    position: relative;
    min-height: 70vh;
    padding-top: 15vh;
    width: calc(var(--timeline-width) / 2);
    padding-inline: 50px;

    &::before {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #aec76c;
        ;
        border: 6px solid oklch(0.66 0.17 127.02);
        ;
        content: "";
        translate: 50% 0;
        transform-origin: center;
        animation: popIn linear both;
        animation-timeline: view(block);
        animation-range: cover 5% contain 22%;
    }

    &::after {
        position: absolute;
        top: 20px;
        right: 40px;
        width: 80%;
        height: calc(15vh - 20px);
        border-width: 3px 0 0 3px;
        border-style: solid;
        border-color: #aec76c;
        border-top-left-radius: 16px;
        clip-path: inset(0 0 var(--clip-vertical) var(--clip-horizontal));
        transform-origin: center;
        animation: showLine linear both;
        animation-timeline: view(block);
        animation-range: cover 10% contain 40%;
        content: "";
    }

    &:nth-child(even) {
        justify-content: flex-end;
        text-align: end;
        margin-left: calc(var(--timeline-width) / 2);

        &::before {
            right: auto;
            left: 0;
            translate: -50% 0;
        }

        &::after {
            right: auto;
            left: 40px;
            border-width: 3px 3px 0 0;
            clip-path: inset(0 var(--clip-horizontal) var(--clip-vertical) 0);
            border-radius: 0 16px;
        }
    }
}

.text {
    animation: slideIn linear both;
    animation-timeline: view(block);
    animation-range: cover 0% contain 12%;
}

/* keyframes */
@keyframes growLineTopToBottom {
    0% {
        clip-path: inset(0 0 100% 0);
        /* Line starts hidden from the bottom */
    }

    100% {
        clip-path: inset(0 0 0 0);
        /* Line is fully revealed from top to bottom */
    }
}

@keyframes popIn {
    0% {
        scale: 0;
    }

    60% {
        scale: 1.2;
    }
}

@keyframes moveGradient {
    to {
        --intro-radial: 100%;
    }
}

@keyframes showLine {
    0% {
        --clip-horizontal: 100%;
        --clip-vertical: 95%;
    }

    60% {
        --clip-horizontal: 0%;
        --clip-vertical: 95%;
    }

    100% {
        --clip-horizontal: 0%;
        --clip-vertical: 0%;
    }
}

@keyframes slideIn {
    0% {
        opacity: 0;
        translate: 0 50%;
    }

    100% {
        opacity: 1;
        translate: 0 3%;
    }
}

/* Default styles */
.text {
    background: rgba(255, 255, 255);
    backdrop-filter: blur(8px);
    color: rgba(0, 0, 0, 0.699);
    padding: 1.1rem;
    box-shadow: 0px 15px 20px 0px rgba(18, 17, 118, 8%);
    -webkit-box-shadow: 0px 15px 20px 0px rgba(18, 17, 118, 8%);
    border: 1px solid #ededed;
    border-radius: 0.6rem;
}

.time_line_date {
    background-color: #f1f1f1;
    display: inline-block;
    padding: 3px 9px;
    border-radius: 4px;
    color: #262626;
    margin-bottom: 6px;
    font-weight: 600;
}

.intro-wts {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-inline: 30px;
    height: 50vh;
    color: white;
}

img.feature-image_time_line {
    max-width: 100%;
    border-radius: 6px;
    width: 100%;
    margin-block-start: 1.05rem;
    border: 1px solid #eee;
    background: white;
}

/* Some mobile improvements I did after the demo was finished :) I know this could be done a bit more optimised if i'd done it right away */
@media screen and (width <=600px) {
    main.scrolly-main::before,
    main.scrolly-main::after {
      left: 0px;
      margin-left: 0;
    }

    main.scrolly-main {
        &::before {
            border-right: 6px solid #aec76c;
        }
		        &::after {
           border-right: 6px solid #aec76c;
        }
    }

    .stop {
        &::before {
            width: 29px;
            height: 29px;
        }
    }

    .stop,
    .stop:nth-child(even) {
        justify-content: flex-end;
        text-align: end;
        margin-bottom: 30px;
        margin-left: 0px;
        width: 100%;
        padding-inline: 30px 8px;

        &::before {
            right: auto;
            left: 5px;
            translate: -50% 0;
            z-index: 5;
        }

        &::after {
            right: auto;
            left: 15px;
            top: 13px;
            border-top-left-radius: inherit;
            border-radius: 0 16px;
            border-width: 3px 3px 0 0;
            clip-path: inset(0 var(--clip-horizontal) var(--clip-vertical) 0);
        }

        .text {
            text-align: left;
        }
    }
}
.read-more-link_whts{
	    background: #88b318;
    padding: 4px 11px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.read-more-link_whts:hover{
    color: #fff;
}