.cloud-collection-bag-name {
    /* All Media Sizes */
    border-radius: 1.5rem;
    text-align: center;

    /* Mobile Only */
    margin: 0 0 1.5rem 0;
    font-size: 1rem;
}

/* Styles for Tablets & Small Laptop Screens */
@media screen and (min-width: 768px) {
    .cloud-collection-bag-name {
        font-size: 1.5rem;
    }
}

/* Styles for Larger Desktop Screens */
@media screen and (min-width: 1200px) {
    .cloud-collection-bag-name {
        font-size: 2rem;
    }
}