.prefooter_area{
    background-color: $primaryColor;
    padding: 40px 0;
    color: #fff;
    border-bottom: 1px solid #9ea6cf;
    .prefooter_heading{
        margin-bottom: 15px;
        h2{
            color: #fff;
            font-size: 32px;
            line-height: 40px;
            border-bottom: 1px solid #eee;
            width: 60%;
            margin: 10px 0;
        }
        h4{
            color: #fff;
            font-size: 30px;
            line-height: 40px;
            border-bottom: 1px solid #eee;
            width: 60%;
            margin: 10px 0;
        }
    }
    .prefooter_content{
        p{
            color: #fff;
            font-size: 15px;
            line-height: 25px;
        }
    }
}
.space{
    height: 15px;
}

.footer_wrap{ 
    .qr{
        img{
            height: 200px;
            width: 200px;
            object-fit: contain;
        }
    }
}  