#gallery-bank img {
height: auto;
max-height: 35px;
width: auto;
max-width: 140px;
}
.timeline-vertical-list ul.elementor-icon-list-items {
counter-reset: section;
}
.timeline-vertical-list ul.elementor-icon-list-items:before {
position: absolute;
left: 14px;
top: 0;
content: ' ';
display: block;
width: 1px;
height: 100%;
background: var(--e-global-color-primary);
}
.timeline-vertical-list ul.elementor-icon-list-items li {
padding-left: 2.5rem;
}
.timeline-vertical-list ul.elementor-icon-list-items li:before {
counter-increment: section;
content: counter(section);
position: absolute;
top: 0;
left: 0;
width: 28px;
height: 28px;
border-radius: 50%;
background: var(--e-global-color-primary);
z-index: 2;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
}