.lead-two-news-left-main-top-wrapper-main .other-lead-news-text h3 {line-height: 28px;}
.site-logo{
    max-height: 60px;
    max-width: 285px;
}
.footer-text-mid svg {
    width: 85px;
    max-height: 21px;
}

.ad-wrapper {
    max-height: 250px !important;
}

ins div {
    max-height: 250px;
}

.dynamic-ad {
    background: #ddd;
    position: relative;
    /* max-height: 250px !important; */
    height: -webkit-fill-available;
}

.dynamic-ad:before {
    content: "বিজ্ঞাপন";
    font-size: 23px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Noto Serif Bengali', 'Calibri', 'SutonnyMJ', 'Siyamrupali', 'Arial', Georgia, "Times New Roman", Times, serif;
}

.desktop-ad,.mobile-ad {
    position: relative;
    z-index: 1;
}

img {
    width: 100%;
}

.xtitle-heading{
    width: 100%;
    background: #282828;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    height: 35px;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.ytitle-heading {
    width: 100%;
    background: #282828;
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    height: 40px;
    padding: 10px 15px;
    /* margin-bottom: 10px; */
}

.two-line-text{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.three-line-text{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}