.breadcrumbs {
  margin-top: 34px;
}

.logo {
  position: relative;
  z-index: 900;
}

@media (min-width: 769px) and (max-width: 1360px) {
  .breadcrumbs {
    margin-top: 24px;
  }

  .refund-content {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .breadcrumbs {
    margin-top: 0;
  }

  .refund-content {
    margin-top: 40px;
    width: 100%;
  }

  .refund-title {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 23px;
  }

  .refund-text {
    margin-bottom: 20px;
  }

  .refund-content_container {
    padding-bottom: 62px;
  }
}
