.amlab_products_from_blog_container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.amlab_products_from_blog_container_title {
    font-size: 14px;
}

.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 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background-color: #FFF;
    border: 1px solid #F15933;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #F15933 !important;
    height: 48px;
    width: 360px;
    max-width: 100%;
}

.amlab_products_from_blog_container a::after {
    content: "";
    background-image: url(../images/icon-viewall-red.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    position: relative;
    display: block;
}

@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;
    }
}