.alignleft {
    float: left;
    margin: 0 1.5em 1em 0;
}

.alignright {
    float: right;
    margin: 0 0 1em 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

figure.aligncenter,
.wp-caption.aligncenter {
    text-align: center;
}

.alignnone {
    margin: 0;
}

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

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

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

.has-small-font-size {
    font-size: 13px !important;
}

.has-medium-font-size {
    font-size: 20px !important;
}

.has-large-font-size {
    font-size: 36px !important;
}

.has-x-large-font-size {
    font-size: 42px !important;
}
