.swift-live {
  font-weight: 400;
  text-transform: inherit;
}

.swift-submit {
  font-weight: 400;
}

.cta-primary {
  font-weight: 400;
}

.cta-ghost {
  font-weight: 400;
}

.hero-tag {
  font-weight: 400;
}

.card-cta {
  font-weight: 400;
}

.main-header-logo {
	width:250px;
	height:auto;
}

.swift-order {
  font-weight: 400;
}

.header-phone {
  font-weight: 400;
}

.header-cta-new {
  font-weight: 400;
}

.pm-calculate-btn {
  font-weight: 400;
}

.pm-order-action {
  font-weight: 400;
}

.ow-btn-primary {
  font-weight: 400;
}

.pm-live {
  font-weight: 400;
  text-transform: inherit;
}

@media (max-width: 480px) {
  .swift-calc-header {
    display: grid;
  }
  
  .swift-products {
	display: flex;
	gap: 25px;
	margin-bottom: 20px;
  }
  
  .main-header-logo {
	  width:200px;
	  height:auto;
  }
}

@media (min-width: 481px) and (max-width: 1024px) {
  .swift-calc-header {
    display: grid;
  }
  
  .swift-products {
	display: flex;
	gap: 25px;
	margin-bottom: 20px;
  }
  
  .main-header-logo {
	  width:200px;
	  height:auto;
  }
}