.hero{
    height: 50px;
}

.blog-details-img {
  border-radius: 25px;
  height: 300px !important;
}
.overlay-blog {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(
    180deg,
    rgba(149, 69, 123, 0.3) 0%,
    rgba(255, 255, 255, 0.3) 48.1%,
    rgba(255, 255, 255, 0.3) 100%
  );
  border-radius: 25px;
}

.hex-bg-light{
    background-image: url("../images/hex-bg.png");
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .yellow-bg-blog{
    width: 100% !important;
    margin: 0 !important;
    background-color: rgba(238, 179, 31, 0.23);
    border-radius: 0 0 25px 25px ;
  
  }
  .blog-title{
    padding-top: 100px !important;
    padding-bottom: 50px !important;
    color: rgba(91, 20, 68, 0.80);
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  }
  
  .blog-text{
    padding-top: 50px;
    padding-inline: 100px;
    color: rgba(91, 20, 68, 0.60);
  text-align: justify;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  }
  .img-effect{
    position: absolute;
    width: 100%;
    height: 75%;
    bottom: 0;
    z-index: -1;
    border-radius: 25px 25px 0 0;
  
  }
  
.bi{
    /* width: 30px; */
    font-size: 24px;
    color: #5B1444;
    /* border: 1px solid red; */
    /* padding: 0 !important; */
    /* margin: 0 !important; */
}
  .hex-outline{
    /* border:1px solid #5B1444; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    /* height: 30px; */
    background-color: #EEB31F;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 80% 100%, 25% 100%, 0% 50%);
  }
  @media (max-width: 576px) { 

    .blog-text{
        padding-inline: 10px;
    }
    .blog-img{
        width: 75% !important;
        /* height: 300px; */
    }
    .hex-bg-light{
        background-size: 100% auto;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        width: 100%;
        /* height: 100%;  */
    }

    .overlay-blog,
    .blog-details-img {
      height: 300px !important;
      width: 80% !important;
    }
  
    
    
    .hex-bg-light {
      background-size: 100% auto;
      background-position: center;
      background-size: cover;
      background-attachment: fixed;
      width: 100%;
      /* height: 100%;  */
    }
  }
  