@media only screen and (min-width:1600px) {
    .text-body-section {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%) !important;
    }
    .image-body-container {
        margin-left: 25% !important;
        flex: 0 0 auto !important;
        width: 75% !important;
    }
    .lung-text {
        flex: 0 0 auto !important;
        width: 41.66666667% !important;
        transform: translateY(-50%);
        top: 50%;
        right: 6%;
        position: absolute;
    }
    .lung-text div:first-child {
        margin: 0 !important;
    }
    .lung-image {
        flex: 0 0 auto !important;
        width: 58.33333333% !important;
    }
}
