/* .bd-1st-sec{
    max-width: 1023px;
    margin: auto;
    text-align: justify;
} */
/* @media (max-width:992px) {
    .bd-1st-sec{
        width: 100%;
    }
} */
.banner-img-blog{
  aspect-ratio: 16 / 9;
    max-height: 450px;
    width: 100%;
    margin: auto;
    border-radius: 8px;
    overflow: hidden;
}
.banner-img-blog img{
  height: 100%;
    width: 100%;
    object-fit: cover;
}
.blogger-name-date{
  color: var(--text-gray);
}
 .blogs-detail-content{
  max-width: 1023px;
 }
.bd-sub-heading {
  font-size: 1.25rem;
  padding: 0.2em 0.8em;
  background-color: var(--brand-color);
  color: #fff;
  letter-spacing: 1.4px;
}
.blog-subtitle{
  font-size: 20px;
}

.bd-step-title{
    font-size: 2rem;
    padding: 0.2em 0.8em;
    letter-spacing: 1.4px;
    transform: rotate(-4deg) !;
    display: inline-block;
}

.bd-step {
  display: flex;
  align-items: flex-start;
  /* align-items: center; */
  margin-bottom: 20px;
  line-height: 1;
}
.bd-step-number {
  font-size: 3rem;
  font-weight: bold;
  color: #000;
  margin-right: 20px;
}
.bd-step-text {
  font-size: 1rem;
  line-height: 1.5;
}
.bd-step-divider {
  border-bottom: 1px solid #666;
  margin: 20px 0;
}
.bd-step-img-cont{
    width: 20rem;
    max-height: 26rem;
    margin: 0px auto;
}
.bd-step-img-cont img{
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    overflow: hidden ;

}
.bd-icons{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    transition: 0.3s;
}
.bd-icons:hover{
  transform: translateY(-5px);
  /* box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2); */
}
.bd-icons i{
    font-size: 1.5rem;
}
.bd-share{
    font-size: 2rem;
}

@media (max-width:992px) {
  .bd-step-title{
    font-size: 1.5rem !important;
    /* padding: 0.2em 0.8em;
    letter-spacing: 1.4px;
    transform: rotate(-4deg);
    display: inline-block;  */
}
.bd-share {
  font-size: 1.5rem;
}
.blog-subtitle{
  font-size: 18px;
}
}
