.list-style-cards-wrapper .wrap {
    flex-wrap: wrap;
}

.list-style-cards-wrapper {
    margin-top: 30px;
}

.list-style-cards.block.space-btw.flex.wrap.gap30 {
    gap: 24px;
}

.list-style-cards-wrapper .list-style-cards.block .greycardsbg {
    flex: 0 0 48%;
    max-width: 48%;
    background: var(--color-white);
    box-shadow: var(--primary-boxshadow);
    border-radius: 8px;
    border: none;
    padding: 24px 16px;
}

.section.white-bg.align-center.list-style-cards-container
    .list-style-cards
    .greycardsbg {
    flex: 0 0 32%;
    max-width: 32%;
}

.list-style-cards-wrapper .titletext {
    font-weight: 600;
    color: var(--color-text-primary);
    font-size: 18px;
    text-transform: capitalize;
    margin-top: 0;
    font-family: var(--font-primary);
}

.list-style-cards-wrapper .contenttext {
    margin-top: 10px;
}

.list-style-cards-wrapper .contenttext p {
    font-size: 16px;
    color: var(--color-text-primary);
}

.list-style-cards-wrapper .contenttext p:last-child {
    margin-bottom: 0;
}

.list-style-cards-wrapper .contenttext ul {
    margin-bottom: 0;
}

.list-style-cards-wrapper .contenttext ul li {
    color: var(--color-text-secondary);
}

.section.align-center.list-style-cards-container .default-content-wrapper h2 {
    font-size: var(--f-s-sub-title);
    text-align: center;
}

@media (width <= 768px) {
    .list-style-cards-wrapper .list-style-cards.block .greycardsbg {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 16px;
    }

    .list-style-cards-wrapper .contenttext p {
        font-size: 14px;
    }

    .list-style-cards-wrapper .titletext {
        font-size: 16px;
    }

    .list-style-cards-wrapper .contenttext ul {
        margin-bottom: 0;
        padding-left: 15px;
    }

    .section.white-bg.align-center.list-style-cards-container
        .list-style-cards
        .greycardsbg {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (width<=768px) {
    .list-style-cards-wrapper
        .investorrelation.list-style-cards.block
        .greycardsbg {
        width: 100%;
        max-width: 100%;
    }

    .list-style-cards-wrapper {
        margin-top: 0;
    }
}
