/* List Grid Layout */
.k-hwh-list-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.k-hwh-list-item-wrapper {
    flex: 0 0 32%;
    max-width: 32%;
    box-shadow: 4px 8px 36px 0px #03062B14;
    padding: 28px;
    border-radius: 8px;
    margin-bottom: 24px;
}
.k-hwh-list-item-image-wrapper {
    width: 48px;
    height: 0;
    padding-top: 48px;
    position: relative;
    margin-bottom: 24px;
}
.k-hwh-list-item-image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    object-fit: cover;
}
.k-hwh-list-item-heading-wrapper h3 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
    color: #121212;
    font-family: "SVN Circular", sans-serif;
}
.k-hwh-list-item-heading-wrapper {
    margin-bottom: 64px;
}
.k-hwh-list-item-desc-wrapper p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #121212;
    font-family: "SVN Circular", sans-serif;
    text-align: justify;
}
.k-hwh-main-heading-wrapper {
    text-align: center;
    font-size: 42px;
    line-height: 46px;
    font-weight: 700;
    color: #121212 !important;
    font-family: "SVN Circular", sans-serif;
}
.k-hwh-main-heading-wrapper span {
    background: linear-gradient(to right, #166534 0%, #32b32c 12%, #32b32c 22%, #166534 38%);
    background-size: 200% auto;
    background-position: -100% center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine-k-s3 3.2s linear infinite;
    animation-fill-mode: forwards;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    font-family: "SVN Circular", sans-serif;
}
.k-hwh-heading-wrapper {
    margin: 16px;
}
.k-hwh-desc-heading-wrapper {
    text-align: center;
    margin-bottom: 36px
}
.k-hwh-desc-heading-wrapper p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #121212;
    font-family: "SVN Circular", sans-serif;
    margin-bottom: 0;
}