.info-text {
    margin: 5rem 3rem;
}


.info-text h2 {
    color: var(--pf-dark-color);
    font-size: 3rem;
    font-weight: 900;
}


.giantpixel {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.card  img.wwd {
    min-width: 475px;
}


@media (min-width: 992px) and (max-width: 1399px ) {
    .card img.wwd {
        min-width: unset !important;
    }

}


@media (min-width: 768px) and (max-width: 991px) {
    .card img.wwd {
        min-width: unset;
    }

    .img-fluid.no-min-width {
        min-width: unset !important;
    }
    .beargrylls .img-fluid.logo {
        width: 10rem !important;
    }
}


@media (min-width: 320px) and (max-width: 767px) {


    .info-text h2 {
        font-size: 1.5rem;
    }

    .info-text {
        margin: 1rem 1rem !important;
    }


    .card img.wwd {
        min-width: unset;
    }

    .giantpixel .msg-heading {
        font-size: 2.25rem !important;
    }

    .beargrylls .img-fluid.logo {
        width: 10rem !important;
    }

    .beargrylls, .giantpixel {
        justify-content: center!important;
        flex-wrap: wrap!important;
    }

    .pf-order-sm-2 {
        order: 2 !important;
    }


    .img-fluid.no-min-width {
        min-width: unset !important;
    }
}