@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;
    }
}

@media (min-width: 576px) and (max-width: 992px) {
    .section-41 {
        .right-side {
            img {
                aspect-ratio: 2;
            }
        }
    }
}
