/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-cgb-block-imagebox-block-for-gutenberg {
  background: #bada55;
  border: 0.2rem solid #292929;
  color: #292929;
  margin: 0 auto;
  max-width: 740px;
  padding: 2rem; }

.block1 {
  width: 100%;
  text-align: center;
  padding: 20px; }

.img_block {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin: auto;
  border: 4px solid #fff;
  display: -ms-flexbox;
  display: flex;
  margin-top: -60px; }

.img_block img {
  margin: auto; }

.block1 h3 {
  margin-bottom: 0px !important; }

.block1 p {
  margin-bottom: 35px; }

.read_more {
  text-decoration: none !important;
  border: 3px solid;
  padding: 7px 20px;
  font-size: 14px;
  display: inline-block; }
