.list-with-img {
    background: #1B204C;
    padding: 67px 0 53px 0;
    position: relative;
    margin-bottom: 30px;
}
.list-with-img .app-container{
    position: relative;
    display: flex;
    flex-direction: row;
}
.list-with-img.reverse{
    flex-direction: row-reverse;
}
.list-with-img.reverse .app-container{
    flex-direction: row-reverse;

}

.list-with-img.reverse img{
    left: -71px;
}


.list-with-img img {
    position: absolute;
    top: -176px;
    right: -71px;
}

.list-with-img__wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 530px;
}

.list-with-img__top {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.list-with-img__top h3 {
    font-family: Myriad Pro;
    font-weight: 700;
    font-size: 38px;
    line-height: 48px;
    letter-spacing: 2%;
    text-transform: uppercase;
    color: #FFFFFF;
}

.list-with-img__top h5 {
    font-family: Myriad Pro;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0px;

}

.list-with-img .list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.list-with-img .list .list-item {
    display: flex;
    align-items: end;
    gap: 12px;
    font-family: Myriad Pro;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.learn-more {
    background: linear-gradient(90.59deg, #1B204C 2.41%, #727DA3 99.82%);
    border-radius: 5px;
    font-family: Myriad Pro;
    font-weight: 700;
    font-size: 18px;
    width: fit-content;
    text-decoration: none;
    line-height: 100%;
    padding: 12px 35px 9px 35px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

@media screen and (max-width: 1024px) {
    .list-with-img .app-container{
        position: unset;
    }
    .list-with-img {
        background: #1B204C;
        padding: 33px 0 320px 0;
        position: relative;
        margin-bottom: 30px;
    }
    .list-with-img.reverse .app-container{
        flex-direction: row-reverse;
        display: flex;
        justify-content: center;
    }

    .list-with-img img {
        position: absolute;
        top: unset;
        bottom: -40px;
        width: 100%;
        height: auto;
        right: 0;
    }
    .list-with-img.reverse img {
        position: absolute;
        top: unset;
        bottom: -40px;
        width: 100%;
        height: auto;
        left: 0;
    }

    .list-with-img__wrapper {
        display: flex;
        flex-direction: column;
        gap: 20px;
        max-width: 100%;
    }

    .list-with-img__top {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .list-with-img__top h3 {
        font-family: Myriad Pro;
        font-weight: 700;
        font-size: 26px;
        line-height: 30px;
        text-align: center;
        letter-spacing: 2%;
        text-transform: uppercase;
        color: #FFFFFF;
    }

    .list-with-img__top h5 {
        text-align: center;
        font-family: Myriad Pro;
        color: #FFFFFF;
        font-weight: 300;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0px;

    }

    .list-with-img .list {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 12px;
    }

    .list-with-img .list .list-item {
        display: flex;
        align-items: end;
        gap: 12px;
        font-family: Myriad Pro;
        font-weight: 300;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0px;
        color: #FFFFFF;
    }

    .list-with-img__wrapper .learn-more {
        margin: 0 auto;
        background: #727DA3;
        border-radius: 5px;
        font-family: Myriad Pro;
        font-weight: 700;
        font-size: 18px;
        width: fit-content;
        text-decoration: none;
        line-height: 100%;
        padding: 12px 35px 9px 35px;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
    }
}