.title-section {
  position: relative;
  /* margin-bottom: 84px; */
  margin-bottom: 64px;
  margin-top: 2rem;
}
.motiv-t2 .title-section {
  margin-bottom: 0 !important;
}

.hover_shadow:hover {
  box-shadow: 2px 4px 20px 1.4px rgba(45, 45, 45, 0.13);
}
.contacts-info-item {
  text-align: center;
  padding: 3rem 1.25rem;
}
.item-border {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #d4d4e1;
  overflow: hidden;
  /* pointer-events: none; */
  transition: border-color 0.2s;
}
.contacts-info-item-ico {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  color: #1779ba;
}
@media (max-width: 769px) {
  .title-section {
    margin-top: 20px;
  }
}
