.img-square {
    width: 400px;
}

.font1 {
    width: 200px;
}

.font2 {
    width: 150px;
}

@media (max-width: 768px) {
    .img-square {
        width: 300px;
    }
}