.elementor-widget-rad-page-header {
  width: 100%;
/*   border-radius: 23px; */
  overflow: hidden;
  position: relative;
  min-height: 390px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
/*   max-width: 1380px !important; */
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
.rad-page-header__content-wrapper {
  z-index: 2;
  position: relative;
  max-width: 940px;
}
h1.rad-page-header__title.elementor-heading-title,
p.rad-page-header__subtitle.elementor-heading-title {
  font-family: "Montserrat", Sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}
h1.rad-page-header__title.elementor-heading-title {
  font-size: 56px;
}
p.rad-page-header__subtitle.elementor-heading-title {
  font-size: 32px;
  margin-top: 30px;
	line-height: 1.4;
}
.rad-page-header__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(0, 14, 57, 0.8) -3.74%, rgba(8, 83, 137, 0.6) 100%);
  z-index: 1;
}
.elementor-widget-rad-page-header .rad-page-header__image {
  position: absolute;
  object-fit: cover;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media(max-width: 650px) {
	.elementor-widget-rad-page-header {
		min-height: 240px;	
	}
	h1.rad-page-header__title.elementor-heading-title {
	  font-size: 36px;
	}
	p.rad-page-header__subtitle.elementor-heading-title {
	  font-size: 18px;
	  margin-top: 20px;
	}
	.rad-page-header__badge {
		max-width: 250px;
	}
}