/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.bag-bn {
	gap: 10px;
}

.bag-bn p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

.bag-bn .col {
    padding: 0 !important;
    width: min-content;
    max-width: max-content;
}

.bag-bn .col-inner {
    background-color: rgb(255 255 255 / 35%);
    border-radius: 0.8rem;
    padding: 0 0.4rem;
    text-align: center;
    border: solid 1px #fff;
}