/*
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.   ***************/


.row.form-flat .col {
    padding: 0 12px !important;
}

.box-text p {
    font-weight: 600;
    font-family: 'Play';
}

.banner-badge p {
    border: 1px solid #ffffff;
    width: fit-content;
    padding: 6px 30px;
    border-radius: 30px !important;
}
.section-badge p {
    border: 1px solid #2a3891;
    width: fit-content;
    padding: 6px 30px;
    border-radius: 30px !important;
}

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


}