Я пытаюсь приблизить заполнение столбцов друг к другу, но у меня есть заполнение, равное 0, и между ними все еще есть пробел. Я хочу сделать так, чтобы столбцы были близки друг к другу, независимо от того, какой размер экрана и есть 2 элемента в строке. Даже не показывает слова второго ряда
<body>
</body>
<div class = "pimg3">
<div class = "row">
<div class = "ptext">
<h1><strong>HOW I WORK</strong></h1>
<div class = "column">
<i class = "fas fa-search" style = "color:#1d5ba0; padding: 10px"></i>
<h2>Research</h2>
<p>Understand the problem, empathize with the person. Explore the competitive landscape.
Identify strategic opportunities. Define design goals/requirements.</p>
</div>
<div class = "column">
<i class = "fas fa-flask" style = "color:#1d5ba0; padding: 10px"></i>
<h2>Design</h2>
<p>Combine effective interfaces, smart interactions, and consistent visual language into
a captivating design that resonates with the target audience.
</p>
</div>
<div class = "column">
<i class = "fas fa-code" style = "color:#1d5ba0; padding: 10px"></i>
<h2>Build</h2>
<p>Map design to code. Smooth constraints. Solve edge cases. Move that button 3 pixels to the left. Fill
the gap between functional and delightful.</p>
</div>
<div class = "column">
<i class = "fas fa-retweet" style = "color:#1d5ba0; padding: 10px"></i>
<h2>Refine </h2>
<p>Test prototypes with real people against actual problems. Combine insights with gut intuition and experience.
Iterate and improve in pursuit of perfection.</p>
</div>
</div>
</div>
</div>
</body>






Это может быть из-за того, что ваш ptext кажется виноватым
Спасибо за это, я знаю причину, но как ее настроить?