.text-and-background-video {
    max-width: 1900px;
    margin: 0 auto;
    position: relative;
}

.text-and-background-video video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    object-fit: cover;
}

.text-and-background-video--body {
    position: relative;
    z-index: 2;
    padding-right: 20px;
    padding-left: 20px;
}

.recharge-partners-text-and-video .text-and-background-video--body {
    padding-top: 333px;
    padding-bottom: 101px;
    background: radial-gradient(50% 100% at 50% 0%, rgba(0, 38, 202, 0.25) 0%, #0026CA 100%);
}

.text-and-background-video--body > div {
    max-width: 1420px;
    margin: 0 auto;
}

.recharge-partners-text-and-video .heading {
    max-width: 970px;
}
.recharge-partners-text-and-video .heading h2 {
    color: #fff;
    font-size: 80px;
    font-style: normal;
    font-weight: 600;
    line-height: 112.5%;
    letter-spacing: -3px;
    margin: 0;
}

.recharge-partners-text-and-video .text-and-background-video--body--text {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 173px;
    margin-top: 68px;
}
.recharge-partners-text-and-video .text-and-background-video--body--text p {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 137.5%;
    letter-spacing: -0.4px;
    margin: 0 0 20px;
    opacity: 0.7;
}
.recharge-partners-text-and-video .text-and-background-video--body--text p:last-child {
    margin: 0;
}
.recharge-partners-text-and-video .text-and-background-video--body--text ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.recharge-partners-text-and-video .text-and-background-video--body--text li {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.4px;
    position: relative;
    padding-left: 40px;
}
.recharge-partners-text-and-video .text-and-background-video--body--text li::before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 4px;
    left: 0;
    background: url(../../img/icon-union.svg) no-repeat;
    background-size: cover;
}

@media screen and (max-width: 1200px) {
    .recharge-partners-text-and-video .text-and-background-video--body--text {
        gap: 50px;
    }
}

@media screen and (max-width: 991px) {
    .text-and-background-video .video {
        position: relative;
    }
    .text-and-background-video .video::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        background: linear-gradient(180deg, rgba(0, 38, 202, 0.25) 0%, #0026CA 100%);
    }

    .text-and-background-video video {
        width: 100%;
        height: auto;
        position: relative;
        top: 0;
        left: 0;
        z-index: 1;
        object-fit: cover;
    }

    .recharge-partners-text-and-video .text-and-background-video--body {
        margin-top: -7px;
        padding-top: 24px;
        padding-bottom: 60px;
        background: #0026CA;
    }

    .recharge-partners-text-and-video .heading h2 {
        font-size: 32px;
        line-height: 118.75%;
        letter-spacing: -1.28px;
    }

    .recharge-partners-text-and-video .text-and-background-video--body--text {
        margin-top: 22px;
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .recharge-partners-text-and-video .text-and-background-video--body--text p {
        font-size: 16px;
        line-height: 150%;
        opacity: 0.8;
    }
    .recharge-partners-text-and-video .text-and-background-video--body--text li {
        font-size: 16px;
        line-height: 150%;
        padding-left: 26px;
    }
    .recharge-partners-text-and-video .text-and-background-video--body--text li::before {
        width: 16px;
        height: 16px;
    }
}
