/* CSS styles for the tool */
@media only screen and (max-width: 640px) {
    .tool-content img {
        width: 100% !important;
    }
}
