/**
 * #.# 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-awa-custom-blocks {
  background: orangered;
  border: 0.2rem solid #292929;
  color: #292929;
  margin: 0 auto;
  max-width: 740px;
  padding: 2rem; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-cgb-services-block {
  width: 100%; }
  .wp-block-cgb-services-block ul {
    width: calc(100% + 40px);
    padding: 0;
    margin-left: -20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    list-style: none; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-cgb-service-block {
  width: calc(50% - 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 20px 20px 20px; }
  .wp-block-cgb-service-block a {
    display: block;
    padding: 10px 12px 15px 100px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative; }
    .wp-block-cgb-service-block a::before {
      position: absolute;
      top: 15px;
      left: 15px;
      width: 70px;
      height: 70px;
      background-repeat: no-repeat;
      content: "";
      display: block;
      background-position: -1120px 0; }
  .wp-block-cgb-service-block .service-title {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 19px;
    line-height: 30px;
    text-align: center;
    color: #00539f; }
  .wp-block-cgb-service-block .service-description {
    padding: 0; }
  .wp-block-cgb-service-block:hover a {
    background-color: #00539f; }
    .wp-block-cgb-service-block:hover a:hover {
      text-decoration: none; }
  .wp-block-cgb-service-block:hover .service-title {
    color: #fff; }
  .wp-block-cgb-service-block:hover .service-description {
    color: #fff; }

@media screen and (max-width: 760px) {
  .wp-block-cgb-service-block {
    width: calc(100% - 40px); } }
