/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* HEADER */
.sub-menu {
  padding: 12px 0;
}

/* TYPOGRAPHY */
.text-small {
  font-size: 14px;
}
	font-size: clamp(1.8rem, 1.76rem + 0.125vw, 2rem);
}

/* CARDS */
.card--w-btn{
	transition: background 0.2s ease;
}
.mentor_card p {
  margin-top: 5px;
}