.banner {
    background: linear-gradient(180deg, #A7CFDB 0%, #E7EEF1 100%);
    color: white;
}

.banner-text h2,
.banner-text sup .text-white,
.banner-paragraph {
    color: #252525 !important;
}

#card-grid-container {
    display: flex !important;
    justify-content: center;
}

.card-container {
    max-width: 368px;
}

@media screen and (max-width: 768px) {
    #card-grid-container {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .card-container {
        max-width: unset;
    }
}

.how-to-use-container {
    display: flex;
    gap: 32px;
    align-items: center;
    flex-direction: column;
}

.how-to-use-row {
    display: flex;
    gap: 24px;
    max-width: 770px;
}

.how-to-use-icon {
    width: 60px;
    height: 60px;
    filter: brightness(0) saturate(100%) invert(13%) sepia(0%) saturate(2522%) hue-rotate(259deg) brightness(94%) contrast(93%);
}

.how-to-use-content {
    display: flex;
    gap: 16px;
    flex-direction: column;
}

.how-to-use-content h4 {
    margin-bottom: 0;
}

.how-to-use-content p {
    font-weight: 400;
    margin-bottom: 0;
}