@charset "UTF-8";
@media screen and (max-width: 768px) {
    .newsSingle__content .productsDt__figure {
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width: 480px) {
    .newsSingle__content .productsDt__figure {
        width: 80%;
    }
}