main {
  background: #f5f5f5;
}

.contacts {
  padding: 32px 0 60px;
}
.contacts__list {
  max-width: 880px;
  margin: 0 auto;
}
.contacts__item {
  background: #fff;
  border-radius: 16px;
  padding: 64px 8px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 719px) {
  .contacts__item {
    padding: 32px 8px;
  }
}
.contacts__item:last-child {
  margin-bottom: 0;
}
.contacts__in {
  max-width: 620px;
  margin: 0 auto;
}
.contacts__ttl {
  margin-bottom: 20px !important;
}
.contacts__ttl {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.contacts__ttl strong {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  background: var(--color-primary);
  display: inline-block;
  padding: 4px 5px 3px;
  line-height: 1;
  margin-left: 10px;
}
.contacts__txt {
  font-size: 14px;
  line-height: 1.6;
}
.contacts__txt strong {
  font-weight: 700;
}
.contacts__txt a {
  color: var(--color-primary);
  text-decoration: underline;
}
.contacts .c-btn {
  margin-top: 32px;
}