.hero_banner{
	margin-top: -150px;
}
.hero_banner .hero-buttons{
	display:flex;
	gap:10px;
	align-items:center;
	margin-top:30px;
}
.hero_banner_content h1, .hero_banner_content h2, .hero_banner_content h3{
	color: #fff;
	font-weight: bold;
}
.hero_banner_content p{
	color: #fff;
	font-size: 20px;
}
/*.hero_banner_overlay{
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 45%, rgba(27, 69, 54, 1) 100%);
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
}*/
.hero_banner .content-wrapper{
	position: relative;
	z-index: 2;
}
@media (max-width: 768px){
	.hero_banner{
		margin-top: -210px;
	}
}
@media (max-width:480px){
	.hero_banner .hero-buttons{
		flex-direction:column;
	}
}

{# blog styles #}
.hero_banner {
  position: relative;
  margin-top: -100px;
  z-index: 5;
	height: 630px;
}

.hero_banner .breadcrumbs {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #888;
}

.hero_banner .breadcrumbs a {
  color: #444;
  text-decoration: none;
}

.hero_banner .breadcrumbs span {
  font-weight: bold;
  color: #000;
}

.hero_banner_content h1 {
  font-size: 2rem;
  font-weight: bold;
  color: #111;
}

.hero_image {

  position: absolute;
  z-index: 10;
	right:0;
	width:622px;
	height:545px;
}

.hero_image img {
  max-width: 100%;
	border-top-left-radius:30px;
	border-bottom-left-radius: 30px;
	width:100%;
	height:100%;
	object-fit:cover;
}

@media (max-width: 768px) {
  .hero_banner {
    height: auto;
    padding-bottom: 180px;
    margin-top: -150px;
  }

  .hero_image {
    width: 300px;
    height: 263px;
    bottom: -120px;
    right: 50%;
    transform: translateX(50%);
  }

  .hero_banner_content h1 {
    font-size: 1.8rem;
  }
}

@media (max-width: 480px) {
  .hero_banner {
    padding-bottom: 200px;
    margin-top: -120px;
  }

  .hero_image {
    width: 260px;
    height: 230px;
    bottom: -90px;
    right: 40%;
  }

  .hero_banner_content h1 {
    font-size: 1.5rem;
  }
}



