html {
    margin: 0 !important;
}

.elementor-widget-text-editor p:last-child,
p:last-child {
    margin: 0;
}

#wpadminbar {
    top: auto;
    bottom: 0;
}

a, button {
	transition: .4s
}

.ceb-growth-list {
    position: relative;
}

.ceb-growth-list:before {
    position: absolute;
    top: 0;
    left: 32px;
    height: 100%;
    width: 2px;
    background: #9196A4;
    content: "";
    z-index: 1;
}


.ceb-growth-list .ceb-growth-list-item {
    position: relative;
    padding-left: 100px;
}

.ceb-growth-list .ceb-growth-list-item:after {
    position: absolute;
    top: -10px;
    left: -10px;
    height: 84px;
    width: 84px;
    background: #fff;
    border-radius: 100%;
    content: "";
    z-index: 2;
}



.ceb-growth-list .ceb-growth-list-item:last-child:after {
    position: absolute;
    top: -10px;
    left: -10px;
    height: calc(100% + 10px);
    width: 84px;
    background: #fff;
    border-radius: 100%;
    content: "";
    z-index: 2;
}

.ceb-growth-list .ceb-growth-list-item:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 64px;
    width: 64px;
    background: #fff;
    border-radius: 100%;
    border: 2px solid #787D8C;
    line-height: 64px;
    text-align: center;
    font-size: 32px;
    color: #787D8C;
    content: "1";
    z-index: 3;
}

.ceb-growth-list .ceb-growth-list-item:nth-child(2):before {
    content: "2";
}

.ceb-growth-list .ceb-growth-list-item:nth-child(2):before {
    content: "2";
}

.ceb-growth-list .ceb-growth-list-item:nth-child(3):before {
    content: "3";
}