/**
 * styles.sass
 * ---
 * Main `sass` file. Import here `sass` files
 */
/**
 * utilities/variables
 * ---
 */
/**
 * Typography
 */
/**
 * Colors
 */
/**
 * utilities/mixins
 *
 * ---
 */
/* Breakpoints */
/**
 * layout/content
 * ---
 */
/**
 * layout/header
 * ---
 */
/**
 * layout/blog
 * ---
 */
/**
 * layout/widgets
 * ---
 */
.widget:last-of-type {
  margin-bottom: 0;
}

/**
 * modules/modules
 *
 * customized module styles
 * ---
 */
/** Circle info box **/
.circle-info-box .uabb-infobox {
  width: 240px;
  height: 240px;
  margin: 0 auto;
  border-radius: 50%;
}
@media only screen and (max-width: 992px) {
  .circle-info-box .uabb-infobox {
    width: 200px;
    height: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .circle-info-box .uabb-infobox {
    height: auto;
    margin: 0;
    border-radius: 0;
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
