.amlab_products_from_blog_container.mobile {

    justify-content: center;

}



.amlab_products_from_blog_container {

    display: flex;

    flex-wrap: nowrap;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 20px;

    font-size: 24px;

}



.amlab_products_from_blog_container .amlab_products_from_blog_container-title {

    color: #000;

    text-transform: uppercase;

    font-size: 24px;

}



.amlab_products_from_blog_container p {

    text-align: right;

    margin: 0;

}


/* 
.amlab_products_from_blog_container a {

    color: #000 !important;

    text-decoration: none !important;

    font-size: 14px;

    padding: 10px 20px;

    border-radius: 99999px;

    border: 1px solid #E6E6E6;

    white-space: nowrap;

} */



@media only screen and (max-width: 48em) {

    .amlab_hide_on_mobile {

        display: none;

    }



    .amlab_hide_on_desktop {

        display: inline-block;

    }

}



@media only screen and (min-width: 48.001em) {

    .amlab_hide_on_desktop {

        display: none;

    }



    .amlab_hide_on_mobile {

        display: inline-block;

    }

}