.checkout-payment {
  background-color: #f8f8f8;
  max-width: 360px;
  margin: 80px auto;
  height: auto;
  padding: 35px;
  padding-top: 70px;
  border-radius: 5px;
  position: relative;
}

.checkout-payment h2 {
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 40px;
  color: #0d3c64;
}

.checkout-form .checkout-label {
  display: block;
  color: #555;
  margin-bottom: 6px;
}

.checkout-payment .checkout-input {
  padding: 13px 0 13px 25px;
  width: 100%;
  text-align: center;
  border: 2px solid #ddd;
  border-radius: 5px;
  letter-spacing: 1px;
  word-wrap: 3px;
  outline: none;
  font-size: 16px;
  color: #555;
}

.checkout-card-grp {
  display: flex;
  justify-content: space-between;
}

.checkout-card-item {
  width: 48%;
}

.space {
  margin-bottom: 20px;
}

.icon-relative {
  position: relative;
}

.icon-relative .fas,
.icon-relative .far {
  position: absolute;
  bottom: 12px;
  left: 15px;
  font-size: 20px;
  color: #555;
}

.checkout-btn input[type=submit] {
  background-color: var(--primary);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 10px;
  max-width: 360px;
  width: 100%;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #fff;
}

.checkout-btn input[type=submit]:hover {
  transition: 0.3s;
  transform: scale(1.04);
}
