.dt .dt-main {
    width: 65%;
    padding: 0 12px;
}

.m1 .left {
    width: 65%;
}

.dt .right {
    width: 35%;
    padding: 0 12px;
    margin-top: 100px;
}


.dt-content h1,
.dt-content h2,
.dt-content h3,
.dt-content h4,
.dt-content h1 span,
.dt-content h2 span,
.dt-content h3 span,
.dt-content h4 span {
    font-size: 16px !important;
    line-height: 1.4 !important;
    text-indent: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    font-style: normal;
    font-weight: 700;
    color: #333 !important;
    font-family: Montserrat !important;
}

.dt-content .dt-title {
    font-size: 22px !important;
    line-height: 1.4 !important;
    color: #333 !important;
    margin-bottom: 12px !important;
    font-style: normal;
    font-weight: 700;
    font-family: Montserrat !important;
}

.dt-content ul li,
.dt-content ol li,
.dt-content p,
.dt-content span {
    color: #333 !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    text-indent: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    font-style: normal;
    font-family: Montserrat !important;
    font-weight: 400 !important;
    text-align: left !important;
    margin-left: 0 !important;
}

.dt-content ul,
.dt-content ol {
    margin-bottom: 12px;
    margin-left: 30px !important;
    padding-left: 0 !important;
    font-family: Montserrat !important;
}


.dt-content ul,
.dt-content ul li {
    list-style: disc;
}

.dt-content ol,
.dt-content ol li {
    list-style: decimal;
}

.dt-content img {
    display: block;
    cursor: auto;
    width: 100% !important;
    max-width: 500px !important;
    margin: 0 auto 12px !important;
    height: auto !important;
}

.dt-content .time {
    margin-bottom: 12px !important;
}

.dt-content .time span {
    color: #999 !important;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.dt-content .info {
    display: flex;
    gap: 12px;
    align-items: center;
    position: relative;
}

.dt-content .info span:nth-child(1) a{
    color: rgba(242, 129, 24, 0.60) !important;
    font-style: normal;
    font-weight: 600 !important;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 10%;
    /* 1.6px */
    text-underline-offset: 20%;
    /* 3.2px */
    text-underline-position: from-font;
  font-size: 16px;
}

.dt-content .info span:nth-child(2) {
    color: rgba(242, 129, 24, 0.60) !important;
    font-size: 16px;

}

.dt-content .info span:nth-child(3) {
    text-transform: capitalize;
    color: #F28118 !important;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
     font-weight: 600 !important;
    line-height: 20px;
    /* 125% */
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 10%;
    /* 1.6px */
    text-underline-offset: 20%;
    /* 3.2px */
    text-underline-position: from-font;
}

.likes p {
    color: #333;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 120% */
    padding-bottom: 12px;
}

.likes-list {
    display: flex;
    justify-content: space-between;
}

.likes-list a {
    display: block;
    border-radius: 8px;
    border: 1px solid #333;
    background: #FFF;
    box-shadow: 2px 2px 0 1px #333;
    padding: 12px 24px;
    color: #333;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    width: max-content;
    /* 125% */
}

.likes-list a.active {
    color: #FFF;
    border-radius: 8px;
    border: 1px solid #333;
    background: #F28118;
    box-shadow: 2px 2px 0 1px #333;
}

section {
    padding: 24px 0;
    position: relative;
}

@media (max-width:768px) {
    .dt .dt-main{
        width: 100%;
    }
    .dt .right{
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }
    section {
        padding: 12px 0;
        position: relative;
    }
    .likes-list{
        flex-direction: column;
        gap: 16px;
    }

    .dt .right a{
        width: 50%;
    }
    .m1 .left{
        width: 100%;
    }
}

@media (max-width:550px) {
    .dt-content h1, .dt-content h2, .dt-content h3, .dt-content h4, .dt-content h1 span, .dt-content h2 span, .dt-content h3 span, .dt-content h4 span{
        font-size: 14px !important;
        margin-bottom: 8px !important;
    }

    .dt-content ul li, .dt-content ol li, .dt-content p, .dt-content span{
        font-size: 14px !important;
        margin-bottom: 8px !important;
    }
    .dt-content .dt-title{
        font-size: 16px !important;
        margin-bottom: 8px !important;
    }
    section {
        padding: 6px 0;
        position: relative;
    }
    .dt .dt-main {
        padding: 0 6px;
    }
    .dt-content .dt-time span,
    .dt-content .info span:nth-child(3),
    .dt-content .info span:nth-child(2) i,
    .dt-content .info span:nth-child(1) a{
        font-size: 12px !important;
        margin-bottom: 4px !important;
    }
    .dt-content .dt-time {
        margin-bottom: 8px !important;
    }
    .likes p{
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
    }
    .likes-list a{
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 18px;
        padding: 8px 24px;
    }
    .likes-list {
        gap: 12px;
    }

    .dt .right a {
        width: 100%;
    }

}