.contacts__container-content {
  justify-content: space-between;
  padding-left: var(--prl-not-container);
}

.contacts__left-container {
  max-width: 20%;
}

.contacts__right-container {
  min-width: 78%;
  height: 100%;
  border-radius: 25px 0 0 25px;
  overflow: hidden;
}

.contacts-item:not(:last-child) {
  margin-bottom: 55px;
}

.contacts__btn {
  width: 100%;
  padding: 20px;
}

.contacts__item {
  align-items: center;
}

.contacts__item:not(:last-child) {
  margin-bottom: 20px;
}

.contacts__item__marker {
  margin-right: 12px;
}
