.blogdt-block {
    position: relative;
    z-index: 1;
    margin-top: 3rem;
}
.blogdt-top {
    border-bottom: 2px solid #E0E0E0;
    padding-bottom: 2.3rem;
    margin-bottom: 3rem;
}
.blogdt-tag {
    display: flex;
    gap: 1.6rem;
}
.blogdt-tag .text {
   display: flex;
    align-items: center;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: .2rem;
    background: #0f67c5;
    width: 100px;
    font-size: 12px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    justify-content: center;
}
.blogdt-tag .time {
    font-weight: 600;
    text-transform: uppercase;
    color: #7c0fd1;
    border-radius: .8rem;
    background: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.blogdt-top .title {
    font-weight: 700;
    font-size: 6.4rem;
    color: #3a3a3a;
    line-height: 1.2;
    border-top: 2px solid #E0E0E0;
    padding-top: 2.4rem;
}
.blogr-pos .widget {
    margin-bottom: 1rem;
}
.blogr-pos {
    position: sticky;
    top: 1rem;
    width: 100%;
}

.blogr-pos .widget img{
   border-radius: 10px;
}
@media (max-width: 767px){
    .blogdt-top .title{
        font-size: 1.8rem;
    }
}