.featured-image {
    position: relative;
    aspect-ratio: 26/12;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 52px;
}
.image-wraper-box{
    position: relative;
}
.image-wraper-box::before{

        content: "";
    display: block;
    opacity: 0.41;
    background: #FF1DAC;
    filter: blur(112px);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.column-left .blog-content h2{
  font-size: 20px;
  line-height: 110%;
}
.featured-image img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.single-post .site-main {
    padding-top: 156px;
}

.blog-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -20px;
}
.blog-row .blog-col {
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 20px;
    overflow: hidden;
}
.blog-row .blog-col .blog-box {
    display: block;
    height: 100%;
    border-radius: 7.924px;
    border: 0.967px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(2.1105449199676514px);
    display: flex;
    flex-direction: column;
    justify-content: start;
}
.blog-row .blog-col .blog-box .blog-items {
    position: relative;
    padding-bottom: 86%;
    border-radius: 7.92px 7.92px;
    overflow: hidden;
}
.blog-row .blog-col .blog-box .blog-items:before {
    content: "";
    display: block;
    border-radius: 7.92px 7.92px 0 0;
    border: 0.704px solid rgba(255, 255, 255, 0.20);
    background:  lightgray 50% / cover no-repeat;
    backdrop-filter: blur(32.63705062866211px);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.blog-row .blog-col .blog-box .blog-items img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.blog-row .blog-col .blog-box .blog-content {
    padding: 26px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.blog-row .blog-col .blog-box .blog-content h2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
}


.author-details {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 21px;
    flex-direction: column;
    gap: 15px;
}
.author-info {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}
.author-info .author-pic {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.author-info .author-pic img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.author-info .author-name {
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #FFF;
}
.author-info .author-name {
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #FFF;
}
.author-details .time {
    display: flex;
    align-items: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #FFF;
}
.author-details .time svg {
    margin-right: 8px;
}
.single-blog {
    padding-bottom: 60px;
}
.single-blog-content .column-left {
    width: 33%;
}

.single-blog-content .column-right {
    width: 60.5%;
}

.single-blog-content .column-row {
    align-items: start;
}

.single-blog-content .blog-row {
    flex-direction: column;
}

.single-blog-content .blog-row .blog-col {
    width: 100%;
}
.blog-content .content-box {
    margin-top: 70px;
}
 .content-box img {
    max-width: 100%;
    min-height: 250px;
    border-radius: 16px;
    margin: 33px 0;
}
.share-link-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 96px;
}

.share-link {
    display: flex;
    align-items: center;
}

.share-link-row span {
    display: inline-block;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #FFF;
    margin-right: 25px;
}

.share-link a {
    width: 29px;
    height: 29px;
    border: 1px solid #ffffff;
    width: 29px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.related-product {
    padding: 90px 0 50px;
}


@media only screen and (max-width:1199px){
   .related-product {
        padding: 60px 0 50px;
    }
}


@media only screen and (max-width:991px){
    .single-blog-content .column-right {
        width: 32%;
    }
    .single-blog-content .column-left {
        width: 65%;
    }
    .share-link-row {
        margin-top: 60px;
    }
    .related-product {
        padding: 60px 0 50px;
    }
}
@media only screen and (max-width:767px){
    .single-blog-content .column-left {
        width: 100%;
    }
    .single-blog-content .column-right {
        width: 100%;
        margin-top: 40px;
    }
    .single-blog-content .blog-row {
        flex-direction: unset;
    }
    .single-blog-content .blog-row .blog-col {
        width: 50%;
    }
    .featured-image {
        aspect-ratio: 26/16;
    }
    .blog-content .content-box {
        margin-top: 40px;
    }
    .related-product {
        padding: 0px 0 50px;
    }
    .blog-row .blog-col {
        width: 50%;
    }
}
@media only screen and (max-width:575px){
    .single-blog-content .blog-row .blog-col {
        width: 100%;
    }
   .blog-row .blog-col {
    width: 100%;
}
}