﻿.product-container .row {
    display: flex;
    /*justify-content: center;*/
}

.justify-content-center {
    justify-content: center;
}

@media only screen and (min-width: 1px) {

    .text-half {
        align-self: flex-start;
        width: 100%;
        padding: 20px;
    }

    .img-half {
        width: 50%;
        padding: 20px;
    }

    .product-feature-subtitle-header {
        font-size: 20px;
        margin: 0;
    }

    .desktop-img {
        visibility: hidden !important;
        display: none !important;
    }

    .mobile-img {
        visibility: visible !important;
        display: flex !important;
    }
}

@media only screen and (min-width: 768px) {

    .img-half {
        width: 40%;
        padding: 30px;
    }

    .text-half {
        align-self: center;
        width: 50%;
    }

    .product-feature-subtitle-header {
        font-size: 25px;
        margin: 0;
    }

    .desktop-img {
        visibility: visible !important;
        display: flex !important;
    }

    .mobile-img {
        visibility: hidden !important;
        display: none !important;
    }
}

/*@media only screen and (min-width: 992px) {
    .desktop-img {
        visibility: visible;
        display: flex;
    }

    .mobile-img {
        visibility: hidden;
        display: none;
    }
}*/
