.checkout-header{
  background: #0054b8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 20px 64px;
  margin-bottom: 32px;
}
.checkout-header .header-logo {
  max-width: 10.3125rem;
  width: 100%;
  height: 2.375rem;
}

.safety-place {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: right;
  color: #fafafa;
  max-width: 5.625rem;
}

.checkout-title-main{
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #0054b8;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 52px;
}

.footer-Checkout{
  color: #3f3f40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  padding: 20px 64px;
  font-size: 1rem;
  gap: 16px;
}

.footer-Checkout-vtex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 12px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .checkout-header {
      margin-bottom: 20px;
      padding: 12px 16px;
  }

  .footer-Checkout {
    flex-direction: column;
    text-align: center;
  }
}
