.hori_sec{
  background-size:cover;
}

.vert_sec .vert1{
      /* margin-bottom:62px; */
      margin-bottom: 30px;
          /* height: 463px !important; */
}

.vert_sec .vert2{
  /* margin-left:19px; */
}

.blog_header, .sci_atlas_header{
  text-align: left;
  margin-bottom: 30px;
}

.hori_sec h2 {
z-index: 9;
    background-color: #2CB9EC;
    color: #fff;
    position: absolute;
    bottom: 24px;
    width: auto;
    /* width: 62%; */
    left: 5px;
    /* font-size: 30px; */
    font-size: 24px;
    /* padding: 10px 10px 10px 50px; */
    padding: 10px 20px 10px 25px;
}
.vert_sec h2 {
    z-index: 9;
    background-color: #2CB9EC;
    color: #fff;
    position: absolute;
    bottom: 20px;
    /* width: 42%; */
    width: auto;
    left: -10px;
    /* font-size: 30px; */
    font-size: 24px; 
    padding: 10px 20px 10px 25px;
    top: unset !important;
}

.blogsec_inner .blog-title{
  background-color: #2CB9EC;
    color: #fff;
    position: absolute;
    top: 35px;
    width: 25%;
    left: -15px;
    font-size: 28px;
    padding: 10px 10px 10px 25px;
}

.blogsec_inner{
    position: relative;
    /* top: -60px; */
    margin-bottom: 50px;
    box-shadow: 2px 2px 5px -1px rgb(45 183 233 / 66%);   
}

.blogsec_inner img{
    display: block;
  width: 100%;
  height: auto;
}

.blogsec_inner .blog-content-hide{
   position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #2CB9EC;
}

.blogsec_inner:hover .blog-content-hide{
  opacity: 1;
  top: 0px;
}

.blogsec_inner .blog-content-hide .text{
    color: white;
  font-size: 20px;
  line-height:25px;
  position: absolute;
  top:32%;
  left: 32%;
  -webkit-transform: translate(-32%, -32%);
  -ms-transform: translate(-32%, -32%);
  transform: translate(-32%, -32%);
  text-align: left;
}

/* .page-id-4 .vert_sec h2, .page-id-4 .hori_sec h2, .page-id-4 .newsletter_sec, .page-id-552 .vert_sec h2, .page-id-552 .hori_sec h2, .page-id-552 .newsletter_sec, .page-id-554 .vert_sec h2, .page-id-554 .hori_sec h2, .page-id-554 .newsletter_sec, .page-id-4 .blog-content-hide, .page-id-552 .blog-content-hide, .page-id-554 .blog-content-hide, .page-id-4 .blog-title, .page-id-552 .blog-title, .page-id-554 .blog-title{
    display: none;
} */

.inner_banncont{
  text-align:right;
}
