.logo {
  width: 130px;
  border-radius: 20px;
  border: 1px solid lightgrey;
}

.get-link {
  text-decoration: none;
}
.privacy-type__item_custom{
  display: flex;
justify-content: center;
}
.privacy-type__items_custom{
  display: flex;
  justify-content: space-between;
}
.value_custom{
  color: #000;
    font-size: 13px;
    line-height: 1.38462;
    font-weight: 600;
}
.parameter_custom{
  display: flex;
  flex-direction: column;
}
.parameter_custom_padding{
  padding-top: 16px;
}
@media screen and (max-width: 360px) {
  .privacy-type__items_custom{
flex-direction: column;
align-items: start;
  }
}