.text-with-bg {
    width: 100%;
    height: 650px;
    max-width: 1440px;
    margin: 0 auto 67px auto;
}

.text-with-bg__wrapper {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.text-with-bg__wrapper .app-container {
    justify-content: end;
    display: flex;
    max-width: calc(100% - 170px);
}

.text-with-bg__wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.text-with-bg__text {
    max-width: 530px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
    z-index: 1;
}

.text-with-bg__text .title-section {

    display: flex;
    flex-direction: column;
    gap: 12px;
}

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

.text-with-bg__text .title-section h5 {
    font-family: Myriad Pro;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #FFFFFF;
}

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

.text-with-bg__text .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.learn-text-btn{
    background: #727DA3!important;
}
.learn-more {
    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: 11px 35px 9px 35px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.mobile-image {
    display: none;
}

@media screen and (max-width: 1024px) {
    .text-with-bg {
        width: 100%;
        height: unset;
        max-width: 1440px;
        margin: 0 auto 40px auto;
    }

    .text-with-bg__wrapper {
        position: relative;
        height: 100%;
        display: flex;
        padding: 36px 0 308px 0;
        flex-direction: column;
        justify-content: start;
        align-items: center;
    }

    .tablet-image {
        display: none;
    }

    .mobile-image {
        display: flex;
    }

    .text-with-bg__wrapper .app-container {
        justify-content: center;
        display: flex;
        max-width: calc(100% - 32px);
    }

    .text-with-bg__wrapper img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        object-fit: cover;
        height: 100%;
    }

    .text-with-bg__text {
        max-width:100%;
        display: flex;
        flex-direction: column;
        gap: 26px;
        position: relative;
        z-index: 1;
    }

    .text-with-bg__text .title-section {

        display: flex;
        flex-direction: column;
        gap: 12px;
    }

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

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

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

    .text-with-bg__text .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;
    }

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

}