/*
 * Theme Name: Hello Elementor Child
 * Template: hello-elementor
 * Version: 1.0.0
 * Author: Your Name
 * Author URI: https://yourwebsite.com
 * Description: A child theme for Hello Elementor.
 * License: GNU General Public License v2 or later
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 */

.vf-prof-review {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

@media screen and (max-width: 768px) {
    .vf-prof-footer {
        background-color:  #F3F3F3;
        width: 100%;
        padding: 0 0 20px 0;
    }
    .vf-prof-review {
        position: initial;
        margin: auto;
        bottom: 30px;
    }
    
}