body {
    margin: 0;
    padding: 0;
}

.terms-section {
    display: flex;
    padding: 24px 112px 48px 112px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.terms-section-con {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    align-self: stretch;
}

.KiwaRJhCKl {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    align-self: stretch;
}

.xodrXcJZpD {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    align-self: stretch;
}

.KiwaRJhCKl h1 {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    /* 126.087% */
    letter-spacing: 0.92px;
    text-transform: capitalize;
    margin: 0;
}

.xodrXcJZpD h4 {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 145.455% */
    margin: 0;
}

.xodrXcJZpD p {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    /* 166.667% */
    margin: 0;
    max-width: 1216px;
}

.QMeAKSQAom .vxkdcpodgF ul li span {
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

ul {
    list-style-position: inside;
}

.vxkdcpodgF ul li {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

@media only screen and (max-width: 1200px) {
    .terms-section {
        padding: 16px;
    }
}

@media only screen and (max-width: 600px) {
    .terms-section {
        padding: 12px 16px 29px 16px;
        background-color: #241562;
        background-image: url(../images/mobile.webp);
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        background-position: center top;
    }

    .terms-section-con {
        gap: 8px;
    }

    .KiwaRJhCKl {
        padding: 0;
        gap: 0;
    }

    .KiwaRJhCKl h1 {
        font-size: 18px;
        font-weight: 700;
        line-height: 26px;
        /* 144.444% */
        letter-spacing: 0.36px;
    }

    .xodrXcJZpD {
        gap: 0;
    }

    .xodrXcJZpD h4 {
        font-size: 16px;
    }

    .xodrXcJZpD p {
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        /* 150% */
    }

    .QMeAKSQAom .OgjXNVCOuu .vxkdcpodgF {
        gap: 8px;
    }
    ul{
        margin: 0;
        padding: 0;
    }

    .vxkdcpodgF ul li {
        color: #FFF;
        text-align: center;
        font-size: 15px;
        line-height: 30px;
        /* 200% */
    }

    .QMeAKSQAom .vxkdcpodgF ul li span {
        font-size: 15px;
    }
}