/**
 * #.# 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-image-title-treatment {
  background: orangered;
  border: 0.2rem solid #292929;
  color: #292929;
  margin: 0 auto;
  max-width: 740px;
  padding: 2rem; }

.image-with-title {
  height: 530px; }

.image-with-title .inner-wrp {
  padding: 30px 0; }

.image-with-title .text {
  margin: 0 auto;
  width: 85%;
  text-align: center;
  padding: 10px 20px;
  border: 2px solid #004768;
  font-size: 46px;
  text-transform: uppercase;
  color: #004768;
  font-weight: 500; }
