#pay-it-forward {
    padding-bottom: 150px;
}

#pay-it-forward .text-start {
    margin: 0 0 100px;
}

#pay-it-forward .container {
    max-width: 1180px;
}

.single-pay-it {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 500px;
    float: right;
    margin-bottom: 30px;
}

.single-pay-it img {
    margin: 0 0 20px;
}

.title-single-pay-it {
    font-size: 25px;
    font-weight: bold;
    line-height: 25px;
    max-width: 250px;
    float: right;
    text-align: right;
}

.content-pay-it {
    max-width: 483px;
}

.content-pay-it ul {
    list-style: none;
    padding-left: 60px;
    margin: 0;
    margin-top: 100px;
}

.content-pay-it ul li {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 30px;
}

.content-pay-it ul li span {
    font-weight: normal;
}

.content-pay-it ul li::before {
    content: '';
    position: absolute;
    background: url('./imgs/rocket.svg') center center no-repeat;
    background-size: contain;
    width: 33px;
    height: 33px;
    left: -60px;
    top: 0;
    transform: translateX(0);
    transition: .25s all;
}

.link-single-pay-it {
    color: var(--color-purple);
    font-size: 15px;
    max-width: 100px;
    position: relative;
    margin-right: 20px;
    z-index: 10;
}

.link-single-pay-it::after {
    content: '';
    position: absolute;
    background: url('./imgs/icon-custom.svg') center center no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    right: -18px;
    bottom: 5px;
    transform: translateX(0);
    transition: .25s all;
}

.link-single-pay-it:hover:after {
    transform: translateX(5px);
    transition: .25s all;
    filter: brightness(0) invert(1);
}

.link-single-pay-it:hover {
    color: #fff;
}

.single-pay-it .wrapper-single-pay-it {
    color: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;
    min-height: 240px;
    width: 100%;
    float: right;
    padding: 30px 30px;
    position: relative;
    z-index: 0;
}

.single-pay-it.color-orange .wrapper-single-pay-it {
    background: var(--color-orange);
}

.single-pay-it.color-cyan .wrapper-single-pay-it {
    background: var(--color-cyan);
}

.single-pay-it.color-purple-light .wrapper-single-pay-it {
    background: var(--color-purple-light);
}

@media screen and (min-width: 992px) {
    .single-pay-it img {
        position: absolute;
        left: 0;
        margin: 0;
        top: calc(50% - 100px);
        z-index: 1;
    }
    .single-pay-it .wrapper-single-pay-it {
        max-width: calc(100% - 100px);
    }
}

@media screen and (max-width: 991px) {
    #pay-it-forward {
        padding-bottom: 50px;
    }
    #pay-it-forward .text-start {
        margin-bottom: 50px;
    }
    .content-pay-it ul {
        margin-top: 50px
    }
    .single-pay-it img {
        width: 100%;
        margin: 0;
    }
    .single-pay-it {
        margin: 30px 0 0;
    }
    .single-pay-it .wrapper-single-pay-it {
        min-height: 0;
        align-items: center;
        justify-content: center;
    }
    .title-single-pay-it {
        margin: 0 0 20px;
        max-width: 100%;
    }
    .title-single-pay-it br {
        display: none;
    }
    .link-single-pay-it {
        max-width: 100%;
    }
}
