@media (min-width: 350px) and (max-width: 1199px) {
    .section-41 {
        .left-side {
            h1 {
                font-size: 20px;
                padding-bottom: 10px;
                padding-top: 10px;
            }
            p{
                font-size: 14px;
                line-height: 1.7;
            }
            a{
                margin-bottom: 15px;
                display: block;
            }
        }

        .right-side {
            img {
                aspect-ratio: 1.8;
                margin-bottom: 15px;
            }
        }
    }
    .section-42 {
        .main-card {
            .image {
                img {
                    width: 100%;
                    aspect-ratio:2;
                }
            }
            .blog-content{
                padding: 15px 15px;
                min-height: 175px;
                box-shadow: unset;
                h2{
                    font-size: 16px;
                    margin-top: 10px;
                    line-height: 1.5;
                }
                p{
                    font-size: 14px;
                    line-height: 1.7;
                }
            }
        }
        
        .main-title {
            h2 {
                font-size: 20px;
                padding-left: 45px;
                &:after{
                    top: 11px;
                    width: 30px;
                }
            }
        }
    
    }
    .section-43 {
        .main-card {
            .title {
                padding-left: 45px;
                margin-bottom: 0px;
                &:after{
                    top:10px;
                }
                h2 {
                    font-size: 18px;
                    
                }
            }
            .image{
                width: 100%;
                img{
                    margin-bottom: 20px;
                    aspect-ratio: 2;
                    border-bottom-left-radius: 0px;
                    border-bottom-right-radius: 0px;
                }
            }
        }
            
        
       
    }
    .section-44 {
        margin-bottom: 25px;
        .bg-img {
            min-height: 350px;;
            .content {
                padding: 0px 20px;
                h2 {
                    font-size: 20px;
                }
                p{
                    font-size: 14px;
                }
            }
            .social-icon {
                .icon {
                    span {
                        font-size: 18px;
                    }
                }
            }

        }
    }
    .section-45 {
        .blog-image {
            min-height: 230px;
            .title {
                span{
                    font-size: 14px;
                }
                h1 {
                    padding-top: 10px;
                    font-size: 20px;
                }
            }
        }
    }
    .section-46{
        p{
            font-size: 14px;
            line-height: 1.7;
        }
        h1{
            font-size: 22px;
        }
        h2{
            font-size: 20px;
        }
        h3{
            font-size: 18px;
        }
        h4{
            font-size: 16px;
        }
        h5{
            font-size: 16px;
        }
        h6{
            font-size: 16px;	
        }
        img{
            width: 100%;
            object-fit: contain;
            height: 100%;
        }
        
    }
    
    .section-50{
        padding: 30px 0;
        .main-heading {
            font-size: 28px;
        }
        .inner-box{
            border-left:2px solid #34b249;
        }
        .policy-box{
            padding: 20px 10px;
            p ,ul li{
                font-size: 14px;
            }
            
        }
        .section-title{
            font-size: 20px;
        }
        .sub-title{
            font-size: 18px;
        }
        ul{
            margin-bottom: 0px;
            li{
                &:last-child{
                    margin-bottom: 0px;
                    padding-bottom: 0px;
                }
            }
        }
    }
    .image-icons .badge {
        font-size: 12px;
        padding: 4px 7px;
    }
    .section-10{
        min-height: 200px;
        .banner-title {
            font-size: 26px;
        }
        .banner-subtitle{
            font-size: 14px;
        }
    }
    .section-51 {
        .title {
            h2 {
                padding-left: 35px;
                font-size: 18px;
                &:after{
                    top: 9px;
                    height: 2px;
                    width: 25px;
                }
            }
        }
        .report-card{
            .report-title{
                h5{
                    font-size: 16px;
                }
            }
        }
    }
    .section-52{
        .hero-text {
            margin-bottom: 20px;
            .hero-title{
                font-size: 24px;
            }
            .hero-subtitle{
                font-size: 16px;
            }
        }
       
        
        .quarter-card{
            padding: 15px;
            .card-header{
                .quarter-label{
                    font-size: 18px;
                }
                .quarter-period{
                    font-size:14px;
                }
            }
            .status-badge{
                padding: 2px 8px;
            }
            .card-stats{
                .action-icon{
                    width: 30px;
                    height: 30px;
                }
            }
        }
        
    }
    .section-53{
        .page-title-row {
            flex-direction: column;
            align-items: flex-start;
        }
        .co-name {
            font-size: 0.8rem;
        }
        .co-logo {
            width: 25px;
            height: 25px;
            font-size: 10px;
        }

        .page-title {
            font-size: 1.4rem;
        }

        .subtitle {
            font-size: 0.9rem;
        }

        .count-badge {
            margin-top: 8px;
        }

        .filter-bar {
            flex-direction: column;
            align-items: stretch;
            padding: 0.8rem 0.5rem;
        }

        .search-wrapper,
        .filter-dropdown,
        .filter-bar button {
            width: 100%;
        }

        .filter-bar button {
            justify-content: center;
        }
        .company-table{
            td{
                font-size: 12px;
            }
        }
        .btn-details {
            padding: 0.3rem 0.5rem;
            font-size: 12px;
        }
       
    }
    .section-54{
        .header-row {
            flex-wrap: wrap;
            gap: 16px;
            height: unset;
        }

        .c-text { font-size: 0.8rem!important;}
        .company-meta {
            display: block;
            align-items: start;
        }

        .header-actions {
            flex: 1 1 100%;
            justify-content: space-between;
        }

        /* Title sizing */
        .co-details h1 {
            font-size: 1.3rem;
            margin-top: 5px;
            display: inline-grid;
        
        }
        .results-table td{
            white-space: nowrap;
        }
        /* Table header strip */
        .table-header-strip {
            flex-wrap: wrap;
            gap: 10px;
        }

        /* Analyst section stack */
        .analyst-section {
            flex-direction: column;
            gap: 12px;
        }

        /* Discussion layout */
        .comment-row {
            align-items: flex-start;
        }

        .reply-box {
            flex-wrap: wrap;
            gap: 6px;
        }
    }
    .section-55{
        .sector-shape{
            display: none;
        }
        .sector-banner-title{
            h1{
                font-size: 32px;
                line-height: 1.3em
            }
            p{
                font-size: 16px;
            }
            span{
                padding: 8px 25px;
                font-size: 12px;
            }
        }
        .dark-green{
            padding: 10px 15px;
            font-size: 14px;
            width: 100%;
        }
        .transparent-outline{
            padding: 10px 15px;
            font-size: 14px;
            width: 100%;
        }
        .banner-card{
            margin-top: 25px;
        }
    }
    .section-56{
        .center-title{
            h2{
                font-size: 22px;
                line-height: 1.3em
            }
            p{
                font-size: 16px;
            }
        }
    }
    .section-57{
        .center-title{
            h2{
                font-size: 22px;
                line-height: 1.3em
            }
            p{
                font-size: 16px;
                margin-bottom: 0px;
            }
            .text-black{
                font-size: 18px;
                margin-top: 15px;
            }
            small{
                font-size: 14px;
            }
        }
        .app-btn{
            .btn{
                width: 190px;
                margin-bottom: 15px;
            }
        }
    }
    .section-58{
        .icon{
            height: 45px;
            width: 45px;
            margin-bottom: 15px;
            i{
                font-size: 18px;
            }
        }  
        .content{
            h2{
                font-size: 20px;
                line-height: 1.2em;
            }
        } 
    }
    .IPOs-bg{
        h1{
            font-size: 1.8rem;
        }
    }
    .section-60 {
        .banner-title{
            h1{
                font-size: 22px;
            }
            p{
                font-size: 16px;
            }
            .search-input {
                input {
                    padding: 8px 40px;
                }
            }
        }
    }
    .section-61{
        .filter-section{
            i{
                font-size: 14px;
            }
            .category-item {
                padding: 5px 10px;
                font-size: 12px;

            }
        }
        .article-card {
            padding: 10px 10px;
            .tag {
                padding: 5px 12px;
                font-size: 12px;
            }

            .title {
                font-size: 16px;
            }
            p {
                font-size: 14px;
            }

            .read-section {
                .read-more,
                a {
                    font-size: 14px;
                }
            }
        }
    }
    .section-62{
        .banner-title{
            h1{
                font-size: 20px;
            }
            p{
                font-size: 16px;
            }
        }
    }
   .section-63 {
        .middle-section {
            img {
                width: 100%;
                height: auto;
                max-width: 100%;
                display: block;
                object-fit: contain;
            }
        }
        .right-section{
            .middle-section{
                padding: 5px 15px;
                h3{
                    margin-top: 1.3rem;
                }
            }
        }
        .left-part{
            position: static!important;
            width: 100%;
            
        }
    }

    .section-64{
        .get-touch {
            padding: 8px 15px;
            font-size: 14px;
        }

        .contact-title {
            font-size: 28px;
        }

        .contact-subtitle {
            font-size: 14px;
        }

        .contact-card {
            max-width: unset;
            padding: 15px 15PX;
        }

        
        .form-control,
        .form-select {
            padding: 8px 12PX;
        }


        .submit-btn {
            padding: 12px 15px;
        }
        
    }
    .section-65{
        .icon{
            height: 30px;
            width: 30px;
            i{
                font-size: 12px!important;
            }
        }
        h6{
            font-size: 14px;
            display: block;
            margin: 10px 0px!important;
        }
        span{
            display: inline-block;
        }
        small{
            font-size: 14px;
        }
        .table>:not(caption)>*>*{
            border: 0px!important;
        }
        table, thead, tbody, tr {
            display: block;
            width: 100%;
        }
        thead {
            display: none;
        }

        tr {
            margin-bottom: 0px;
            padding: 15px;
            border-radius: 0px;
            background: #fff;
        }

        td {
            display: block;
            width: 100%;
            text-align: left !important;
            padding: 8px 0 !important;
            &:nth-child(2),
            &:nth-child(3) {
                justify-content: flex-start !important;
            }
        }
             

        .table-responsive {
            table {
                > * > tr {

                > th:first-child,
                > td:first-child {
                    display: block;
                    width: 100% !important;
                }

                }
            }
        }
        .border-top{
            &:nth-child(1){
                border-top: 0px!important;
            }
        }
        .pagination{
            margin-right: 15px;
            .page-item {
                margin: 0px 5px;
            }
        }
    }
    .section-66 {
        .doc-box{
            padding: 10px;
        }
    }
    .hstack{
        display: unset;
    }
    .section-67 {
        .comments-box{
            padding: 15px;
        }
    }

}

@media (min-width: 400px) and (max-width: 992px) {
    .section-41 {
        .right-side {
            img {
                aspect-ratio: 2;
            }
        }
    }
    .section-52{
        .dropdown{
            .btn{
                padding: 10px 0px;
            }
        }
    }
    
    .section-53{
        .breadcrumb {
            font-size: 12px;
        }
        .count-badge {
            font-size: 13px;
        }
    }
}
