@charset "utf-8";
/* CSS Document */
@media screen and (max-width: 767px) {
    #rwd-content .rwd-box-background-image-with-grid.box-right>.background-image>.title {
        justify-content: flex-end;
        text-align: right;
        text-shadow: 0px 0px 5px rgb(0, 0, 0), 0px 0px 5px rgb(0, 0, 0), 0px 0px 5px rgb(0, 0, 0), 0px 0px 5px rgb(0, 0, 0) !important;
    }
}
@media print, screen and (min-width: 768px) {
    #rwd-content .rwd-fixed-btn-list-text {
        font-size: 1.6rem !important;
    }
}