/*
Theme Name: RARElab
Author: RARElab & Bluehost
Author URI: https://woq.dcs.mybluehost.me
Description: A Custom WordPress Theme built for RARElab by Bluehost 
Version: 1.0.0
Template: yith-wonder
Text Domain: bluehost-rarelab
*/
@media (max-width: 768px) {
    .nfd-container {
        width: 80%;
        margin: 0 auto; /* Center the footer */
    }
	.team_member {
        margin-bottom: 3rem !important; /* Adjust this value as needed */
    }
}

/* Override flexbox properties for wp-block-group */
.wp-block-group.is-vertical.is-layout-flex {
    gap: 10px !important; /* Adjust this value as needed */
}

.team_image {
	cursor: pointer;
}
