.animation-container {
    height: 102px; 
    overflow: hidden;
    position: relative;
}
.dual-scroll-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.text-column {
    position: relative;
    width: 100%;
    height: 60px;
}
.normal-col {
    height: 40px;
}
.scroll-item {
    text-align: center;
    position: absolute;
    width: 100%;
    display: none;
    font-family: 'Figtree', sans-serif;
    color: #2A2A37;
}
.smallText {
    font-size: 22px;
    font-family: 'Figtree', sans-serif;
}
.blodText {
    font-size: 50px;
    font-weight: 600;
}
