.section_payments_globe .payments_globe_ring::before {
  content: none;
}

.section_payments_globe .payments_globe_sphere::before {
  content: none;
}

@media only screen and (max-width: 820px) {
  .section_payments_globe .payments_globe_sphere::before {
    content: none;
  }
}

.section_payments_globe .payments_globe_details_item:first-child .payments_globe_details_icon {
  color: #fff;
  background: linear-gradient(90deg, rgb(164, 25, 35) 0%, rgb(233, 78, 92) 100%);
}

.section_payments_globe .payments_globe_details_item {
  width: 100%;
}

.section_payments_globe .payments_globe_details_item:not(:last-child) {
  border-bottom: 1px solid #E6E6E6;
}

.section_payments_globe .payments_globe_details_text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.section_payments_globe .payments_globe_details_code {
  color: #E94E5C;
}
