.link-postavshikam {text-decoration: none;
}
.items {
  display: flex;
  justify-content: space-around;
  text-align: center;
  max-width: 100%;
  margin: auto;
  flex-wrap: wrap;
gap: 20px;
padding: 20px 15px;
}
.item{
background-color: #003c96;
border-radius: 50px;
font-family: "Futura PT", sans-serif;
font-size: 1rem;
line-height: 1.2em;
font-weight: 400;
color: #111;
padding: 20px 10px;
width: 40%;
}

.kp_text {
font-size: 1.2rem;
font-weight: 600;
text-transform: uppercase;
}
.nomargin {
    margin-top: 0;
    margin-bottom: 0;
}

@media screen and (max-width: 680px) {
.items {
flex-direction: column;
}
.item{
width: 100%;
}
}