/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 18 2021 | 07:18:27 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
h1, h2{color:#3c59b2}

.blue{background:#3c59b2;
color:white}

.blue h1, .blue h2{color:white}

.wp-block-image .alignright{margin:0!important}

#main .wp-block-media-text .wp-block-media-text__content {
    padding: 60px 30px;
}

@media (max-width: 767.98px) {
#main .wp-block-media-text .wp-block-media-text__content {
    padding: 30px 15px;
}
  h1 {
    font-size: 1.8rem;
  }
  h2 {
    font-size: 1.5rem;
  }
}

