.font1 {
    width: 200px;
}

.font2 {
    width: 390px;
}

@media (max-width: 768px) {
    .point__img.small.font1 {
        width: 220px;
    }
}