h1, h2, h3, h4 { word-break: break-word; hyphens: auto; } .box { border: 1px solid transparent; transition: all 0.3s ease; } .box:hover { border-color: #4080ff; box-shadow: 0 4px 12px rgba(64, 128, 255, 0.15); transform: scale(1.02); } .form-group{ transition: all 0.3s ease; } .form-group:hover { transform: scale(1.02); }