section {
    scroll-margin-top: 85px; /* Match your header height */
}

.ol-bullet li {
	list-style-type: circle;
}

.ud-about, .ud-faq, .ud-contact::after {
    background: #f4f9fc !important;
}

a {
    color: #5252e0;
}

.ud-hero {
    /* background: rgb(51, 119, 153); */
}

.brand-primary {
    color: #144263;
}

.brand-secondary {
    color: #3f9a89;
}

.brand-accent {
    color: #f37c3c;
}

.use-case {
    font-size: 20px;
    min-height: 200px;
    height: calc(100% - 15px);
}

    .use-case .module-logo {
        width: 100px;
        height: auto;
        margin-left: 0;
        margin-right: 0;
    }

@media (min-width: 768px) {
    .use-case .module-logo {
        margin-left: 30px;
        margin-right: 30px;
    }
}

section.capability-section{
    background-color: #f3f4fe;
}

.capability {
    font-size: 20px;
    min-height: 330px;
    background-color: #fff;
}

    .capability .module-logo {
        width: 50px;
        height: fit-content;
        margin-bottom: 25px;
    }

section.team-section {
    background-color: #f3f4fe;
}

@media (max-width: 767px) {
    .ud-section-title p {
        font-size: 16px;
        line-height: 18px;
    }

    .use-case, .capability {
        font-size: 16px;
    }
}