.icon {
    img {
        width: 49%;
        margin-bottom: 5px;
        margin-right: -2px;
    }
}

@media screen and (width >= 612px) {
    .icon {
        img {
            width: 270px;
        }
    }
}