@media (min-width: 1200px) {
    .appintro .appintro__images img {
        width: min(17.5vw, 265px);
    }
}