.icon {
    display: flex;
    width: 48px;
    height: 48px;
    /* padding: 12px; */
    justify-content: center;
    align-items: center;
    border-radius: 28px;
    border: 8px solid #FFF8F9;
    background: #FFF1F4;
    margin-bottom: 20px;
}

.title {
    color: var(--Gray-900, #101828);
    text-align: center;

    /* Text xl/Medium */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 150% */
}
.paragraph {
    color: var(--Gray-500, #667085);
    text-align: center;

    /* Text md/Normal */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.list {
    display: flex;
    flex-direction: column;
    align-items: center;
}



.howowrks {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding-top: 60px;
}
.p2 {
    color: #1E1E1E;
    text-align: center;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 50%;
}

.header {
    color: #1E1E1E;
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    justify-content: center;
    text-align: center;
}

.arrow {
    height: 17px;
    width: 17px;
    border-radius: 100px;
    border: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .header {
        color: #000;

        /* Mobile  heading(Header) */
        font-family: "Open Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 40px; /* 166.667% */
        letter-spacing: -0.25px;
    }
    .p2 {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; 
        width: 100%;
    }
    .title {
        font-size: 18px;
    }
    .paragraph {
        font-size: 16px;
    }
    .howowrks {
        padding-top: 30px;
        padding: 30px 10px ;
    }
}
