*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

a {
    text-decoration: none;
    outline: none
}

body {
    overflow-x: hidden;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin-block-end: 0;
}

ul[role='list'],
ol[role='list'] {
    list-style: none;
}

body {
    min-height: 100vh;
    line-height: 1.5;
    width: 100%;
}

h1,
h2,
h3,
h4,
button,
input,
label {
    line-height: 1.1;
}

h1,
h2,
h3,
h4 {
    text-wrap: balance;
}

a:not([class]) {
    text-decoration-skip-ink: auto;
    color: currentColor;
}

img,
picture {
    max-width: 100%;
    display: block;
}

input,
button,
textarea,
select {
    font: inherit;
}

textarea:not([rows]) {
    min-height: 10em;
}


:target {
    scroll-margin-block: 5ex;
}

.demo-2-template-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    box-sizing: border-box;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
}

.demo-2-template-title-wrap {
    display: flex;
    flex-direction: column;
    position: relative;
    flex-shrink: 0;
    box-sizing: border-box;
    margin-top: 0px;
    padding-bottom: 30px;

}

.demo-2-title-inner {
    letter-spacing: normal !important;
    word-break: keep-all;
    overflow-wrap: break-word;
    text-align: center;
}

.demo-2-title-inner h2 {
    font-size: 36px;
}

.demo-2-subheader {
    font-size: 16px;
    line-height: 1.5;
    margin-block-end: -15px;
    white-space: pre-wrap;
    color: #4e5aba;
    font-weight: 700;
}

.demo-2-text {
    font-size: 18px;
    line-height: 1.56;
    margin-top: 20px;
    color: #344054;
}


.demo-2-template-list-wrap {
    display: flex;
    flex-direction: column;
    position: relative;
    flex-shrink: 0;
    box-sizing: border-box;
    margin-top: 0px;
    margin-bottom: 96px;
    cursor: pointer;
    pointer-events: auto;
    width: 100%;
}

.demo-2-template-list-inner {
    display: grid;
    gap: 32px;
    max-width: 1300px;
    margin-inline: auto;
    padding-inline: 32px;
    grid-template-columns: repeat(3, 1fr);
}

.demo-2-template-item {
    letter-spacing: normal !important;
    word-break: keep-all;
    overflow-wrap: break-word;
    padding: 24px;
    width: 100%;

}

.demo-2-template-item figure {
    margin-block-end: 7px;
}

.demo-2-template-item .content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

figure img {
    width: 96px;
    aspect-ratio: auto 96 / 96;
    height: 96px;
}

.demo-2-item-title {
    font-size: 24px;
    font-weight: 700;
}

.demo-2-btn {
    padding: 0;
    padding-top: 10px;
    font-size: 1rem;
    height: auto !important;
    background-color: transparent !important;
    vertical-align: top;
    font-weight: 600;
    color: #1570ef;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 8px;
    line-height: normal;
}

@media (min-width: 768px) {
    .demo-2-title-inner {
        max-width: 1280px;
        margin-inline: auto;
        padding-inline: 32px;
        grid-template-columns: repeat(3, 1fr);
        gap: 32px;
    }


}

@media only screen and (max-width: 767px) {
    .demo-2-template-list-inner {
        display: flex;
        flex-direction: column;
    }

}