@import '_globals.css';

.tool_img {
    text-align: center;    
}

.tool_img img {
    height: 100px;
}



/* MOBILE VIEW */
@media (max-width: 768px) {
    .revolut .tool_img img {
        height: auto;
        max-width: 70%;
    }
}
