.header {
	background-image: initial;
	display: flex;
	justify-content: center;
}
.header img {
	width: 68%;
}

.header::before {
	background-image: initial;
}

.modal-body .header::before {
	background-image: linear-gradient(to right, #004ea2 0%, #001f4c 100%);
}

@media (width <= 767px) {
  .header img {
    width: calc(100% - 20px);
  }
}