﻿./*custom-img {
    //max-width: 100%;
    width: 140px;*/ /* Default size */
    /*height: 140px;
}*/

/* Adjust image size for different screens */
/*@media (max-width: 768px) {*/ /* Tablets */
    /*.custom-img {
        width: 120px;
    }
}

@media (max-width: 576px) {*/ /* Mobile phones */
    /*.custom-img {
        width: 100px;
    }
}*/
