@charset "utf-8";
/* CSS Document */


.is-layout-flex { display: flex; }

@media only screen and (max-width:768px){
}

.has-text-align-left { text-align: left; }
.has-text-align-right { text-align: right; }
.has-text-align-center { text-align: center; }

