h1, h2, h3, h4, h5, h6, p, a, span {
    color: #202121 !important;
}

.footer-section-1{
    h3{
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        margin: 0 0 24px;
    }
}

.hero-title{
    margin: 70px 0 16px;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 8px;
    color: #020019;
    text-align: left;
}

.checkout-icon:hover path {
    fill: transparent !important;
}


.hero-text{
    color: #020019;
    margin: 0 0 36px;
    text-align: left;
    font-size: 18px;
    max-width: 500px;
    font-weight: 400;
    line-height: 32px;
}

.button--default{
    color: #fff !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 36px !important;
    border-radius: 0 16px !important;
    background: #5b00fb !important;

    &:hover{
        background-color: #4900ac !important;
    }
}

.second-banner{
    margin: 88px 0;
}

.our-products{
    .products-title{
        text-align: center;
        font-size: 48px;
        font-weight: 500;
        line-height: 40px;
        margin: 0 0 48px;
    }
}

span.icon{
    background: #F7F2FF;
    border-radius: 8px;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;

    svg {
        width: 40px;
        height: 40px;
    }
}

.feature-item{
    h2{
        margin: 32px 0 8px;
        color: #201C28;
        text-align: left;
        font-family: Poppins;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
    }

    p{
        margin: 0;
        color: #201C28;
        text-align: left;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
}