.blog_content_module--image{
  position: relative;
}
section.blog_content_image_module {
    margin: 0px;
}
.image__overlay {
  position: relative;
}
.drop_shadow {
  box-shadow: 0px -15px 90px 0px rgba(0,0,0,0.35);
}

/* .image__overlay::before{
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(16, 18, 29, 0.65);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  border-radius: 8px;
} */
.blog_content_module--text {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
  flex-direction: column;
    text-align: center;
    z-index: 1;
    max-width: 80%;
    left: 0;
    right: 0;
}
.blog_content_module--inner .blog_content_module--image.extra_small {
    min-height: 250px !important;
    background-size: cover;
    background-position: center center;
}
.blog_content_module--text h1 span{
font-size: 34px;
}
.blog_content_module--text h1{
  margin: 0px 0px 8px;
}
.blog_content_module--text h2 span{
font-size: 30x;
}
.blog_content_module--text h2{
  margin: 0px 0px 8px;
}
.blog_content_module--text h3 span{
font-size: 26px;
}
.blog_content_module--text h3{
  margin: 0px 0px 8px;
}
.blog_content_module--text h4 span{
font-size: 22px;
}
.blog_content_module--text h4{
  margin: 0px 0px 8px;
}
.blog_content_module--text h5 span{
 
  font-size: 20px;
}
.blog_content_module--text h5{
 margin: 0px 0px 8px;
}
.blog_content_module--text h6 span{
font-size: 18px;

}
.blog_content_module--text h6, .blog_content_module--text p{
  margin: 0px 0px 8px;
}
.blog_content_module--text p span{
  font-size: 16px;
}
.blog_content_module--button {
    display: inline-block;
    padding-top: 40px;
}
.blog_content_module--text span {
    font-size: 22px;
 color: #fff;
}
/* .blog_content_module--button a {
    padding: 12px 28px;
    border: 2px solid #0d3b66;
    border-radius: 10px;
    color: #0d3b66;
    font-weight: 600;
    background-color: #0d3b66;
    color: #fff;
  text-decoration: none;
  transition: 0.3s ease-in-out 0s;
}
.blog_content_module--button a:hover{
 background-color: transparent; 
} */

section.blog_content_image_module {
    margin-bottom: 45px;
}
.blog_content_module--image img {
    width: 100%;
  object-fit: cover;
    border-radius: 8px;
}
.full_height img, .full_height{
   height: 750px;
   background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
}

.small_height img, .small_height {
    height: 420px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
}
.blog_content_module__text-button .blog_content_module--text {
    position: static;
}
.blog_content_module__text-button{
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: center;
    z-index: 1;
    max-width: 80%;
    margin: auto;
    left: 0;
    right: 0;
  flex-direction: column;
  justify-content: center;
}
.blog_content_module--inner .blog_content_module--image {
    min-height: unset !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
section.blog_content_image_module {
    margin: 0px;
}