/* Transactions and E-Statements page */
.features-grid .feature-item .description {
    max-width: 100%;
}
[dir="rtl"] .step-item:nth-of-type(2) .step-item-desc {
    max-width: 100%;
}
[dir="ltr"] .step-item .step-item-desc {
    font-family: "Metro Sans", sans-serif;
    max-width: 85%;
}
#lottie-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    min-height: 500px;
    margin-top: -2em;
}

.hero-container {
    margin-top: 3em;
}

.hero-text-container {
    margin-top: 2em;
}

@media screen and (max-width: 991px) {
    #lottie-container {
        min-height: 400px;
        margin-top: -1.5em;
    }

    .hero-container {
        margin-top: 2em;
    }
}

@media screen and (max-width: 767px) {
    #lottie-container {
        min-height: 300px;
        margin-top: -1em;
    }

    .hero-container {
        margin-top: 1.5em;
    }

    .hero-text-container {
        margin-top: 1.5em;
    }
}

/* Utility classes */
.hero-text-3em { font-size: 3em; }
.lottie-wrapper-fill { width: 100%; height: 100%; }
[dir="ltr"] .transactions-use-case-desc { max-width: 80%; }
[dir="rtl"] .transactions-use-case-desc { max-width: 75%; }
.transactions-steps-container { max-width: 90%; margin: auto; }
.cta-max-width-70 { max-width: 70%; }
