/* ==========================================================================
   INFO PAGE STYLES
   ========================================================================== */

.returns-page, #smooth-wrapper, .info-header, .info-list, .container {
    background-color: #F2F2F2 !important;
}

.info-list {
    background: #F2F2F2 !important;
}

/* Header Section
   ========================================================================== */
.info-header {
    padding: 93px 0 0;
    color: #000;
    background: #F2F2F2 !important;
}

.info-header .container {
    max-width: 1324px;
    margin: 0 auto;
    padding: 0 20px;
}

.info-header .header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.info-header h1 {
    overflow: hidden;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    /* 125% */
    letter-spacing: -1.92px;
}

.info-header h2 {
    overflow: hidden;
    color: #000;
    text-align: center;
    text-overflow: ellipsis;
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 80px;
    /* 200% */
    letter-spacing: -1.2px;
    margin: 0;
}
.info-header h2 span{
    font-weight: 700;
}

/* Responsive Design - Header
   ========================================================================== */
@media (max-width: 1600px) {
    .info-header h1 {
        font-size: 60px;
        line-height: 60px;
        margin-top: 0;
    }

    .info-header h2 {
        font-size: 34px;
        line-height: 34px;
    }
}

@media (max-width: 1280px) {
    .info-header .header-container {
        flex-direction: column;
        gap: 10px;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

@media (max-width: 992px) {
    .info-header {
        padding: 60px 0;
    }

    .info-header h1 {
        font-size: 50px;
        line-height: 50px;
    }

    .info-header h2 {
        font-size: 34px;
        line-height: 34px;
    }
}

@media (max-width: 768px) {
    .info-header {
        padding: 40px 0;
    }
}

@media (max-width: 576px) {
    .info-header {
        padding: 16px 0;
    }

    .info-header h1 {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 0;
    }

    .info-header h2 {
        font-size: 28px;
        line-height: 40px;
    }
}


/* List Section
   ========================================================================== */
.info-list {
    padding: 26px 0 104px;
    background: white;
}

.info-list .container {
    max-width: 1324px;
    margin: 0 auto;
    padding: 0 20px;
}

.info-list .list-container {
    display: flex;
    flex-direction: column;
    gap: 56px 0;
    color: #000;
    margin: 0;
    padding: 0;
}

.info-list .info-item {
    display: flex;
    flex-direction: column;
   
}

.info-list .header-sm {
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    font-family: 'Roboto', sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    /* 125% */
    letter-spacing: -1.92px;
    margin: 0;
}

.info-list .header {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 55px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.55px;
    margin: 0;
}

.info-list .content-container {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
}

.info-list .info-content {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    /* 160.714% */
    letter-spacing: -0.84px;
    margin: 0;
}
.info-list .info-content ul{
    list-style: disc;
    padding-left: 2rem;
    margin-left: 8px;
}

.info-list .info-content span {
    font-weight: 700;
}

.info-list .info-content a {
    font-weight: 700;
    text-decoration: none;
    color: inherit;
}

.info-list .info-content a:hover {
    text-decoration: none;
}

.info-list .content-container .points {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    padding-left: 2rem;
}

.info-list .content-container .points li {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    /* 160.714% */
    letter-spacing: -0.84px;
    list-style: disc;
}

.info-list .content-container .points li span {
    font-weight: 700;
}

/* Responsive Design - List
   ========================================================================== */

@media (max-width: 992px) {
    .info-list .header-sm {
        font-size: 50px;
        line-height: 50px;
    }

    .info-list {
        padding: 80px 0;
    }

    .info-list .list-container {
        gap: 40px 0;
    }

    .info-list li {
        gap: 22px 0;
    }
}

@media (max-width: 768px) {
    .info-list {
        padding: 60px 0;
    }

    .info-list li {
        gap: 18px 0;
    }

    .info-list .content-container {
        gap: 15px 0;
    }
}

@media (max-width: 576px) {
    .info-list .content-container .points li {
        font-size: 18px;
        line-height: 26px;
    }

    .info-list {
        padding: 40px 0;
    }

    .info-list .header-sm {
        font-size: 25px;
        line-height: 29px;
    }

    .info-list .header {
        font-size: 40px;
        line-height: 40px;
    }

    .info-list .content-container {
        gap: 10px 0;
    }

    .info-list.info-content {
        font-size: 18px;
        line-height: 24px;
    }
}