.text-media-full {
    padding: 40px 0;
}

.text-media-full .col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 1023px) {
    .text-media-full {
        background-image: none !important;
    }

    .text-media-full .flex .col.media-section{
        margin: 0;
    }

    
}

@media screen and (min-width: 1024px) {
    .text-media-full {
        background-position: center left;
        background-repeat: no-repeat;
        background-size: auto;
    }
    .text-media-full.bg-left {
        background-position: center right;
    }

    .text-media-full {
        padding: 70px 0;
    }
}