.payment-logos {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-left: auto;
  flex-wrap: nowrap;
}

.payment-logos img {
  width: auto !important;
  height: 28px !important;
  max-width: 48px !important;
  object-fit: contain;
  background: #ffffff;
  border-radius: 4px;
  padding: 3px;
}

.trustbar .payment-logos {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  margin-left: auto !important;
}

.trustbar .payment-logos img {
  display: inline-block !important;
  width: 44px !important;
  height: 28px !important;
  max-width: 44px !important;
  max-height: 28px !important;
  object-fit: contain !important;
  padding: 3px !important;
  background: #fff !important;
  border-radius: 4px !important;
}

.guarantee {
    margin-top: 16px;
    margin-left: -5px;
    font-size: 18px;
    font-weight: 800;
    color: #0b2d78;
    text-align: left;
}








