/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
/* xs and sm */
/* xs thru lg */
.wp-block-cgb-block-primary-block:first-of-type {
  padding-top: 0;
  padding-bottom: 0; }

@media screen and (min-width: 768px) {
  #paragraphtext {
    margin-top: -2rem; } }

@media (max-width: 640px) {
  #primary-block-image {
    background-position-x: -25px !important;
    background-size: 115%;
    position: absolute;
    left: 0;
    top: -270px; } }

@media screen and (min-width: 641px) and (max-width: 767px) {
  #primary-block-image {
    position: absolute;
    left: 0;
    top: -270px; } }
