.items {
display: flex;
justify-content: space-between;
column-gap: 40px;
flex-wrap: wrap;
.item {
text-align: center;
p {
font-weight: 400;
font-size: 1.125rem;
line-height: 22px;
}