.age18-img {
    width: 80px;
    height: auto;
}

/* Mobile resize */
@media (max-width: 768px) {
    .age18-img {
        width: 55px;
    }
}
