.para {
    color: #1E1E1E;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.ptitle {
    color: #1E1E1E;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px; /* 158.333% */
}


/* Terms and privacy policy */

.policyContainer {
    width: 720px;
    
}
.top {
     display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 96px;
}
ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.policyContainer p, .policyContainer li {
    color: var(--Gray-500, #667085);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

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

    /* Display lg/Semibold */
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px; /* 125% */
    letter-spacing: -0.96px;
    margin-bottom: 24px;
}

.policyContainer h5 {
    color: var(--Primary, #670316);
text-align: center;

/* Text md/Semibold */
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 150% */
}

.policyContainer h2 {
    color: var(--Gray-900, #101828);

/* Display sm/Semibold */
font-family: Inter;
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: 38px; /* 126.667% */
}
.item p {
    margin-bottom: 12px;
}

.item {
    margin-bottom: 12px;
}
@media (max-width:768px) {
    .policyContainer {
        width: 100%;
        padding: 0 10px;
    }

    .policyContainer h1 {
        font-size: 32px;
    }

    .policyContainer h2 {
        font-size: 24px;
    }

    .policyContainer h5 {
        font-size: 14px;
    }

    .policyContainer p, .policyContainer li  {
        font-size: 16px;
    }
    .top {
        padding-top: 20px;
    }
}
