﻿:root {
    --primary-color: #246f44;
    --lightGray: #246f44;
}

body {
    font-family: "Mulish", sans-serif;
    font-size:16px;
}
.page-sub-heading h1 {
    border: 1px solid #8DA183;
    border-radius: 10px;
    background: #F7F6F2;
    font-size: 20px;
    padding: 14px;
    margin-bottom: 16px;
}

.section-sub-heading {
    font-size: 22px;
    font-weight: 600;
}

@media screen and (min-device-width: 220px) and (max-device-width: 768px) {
    .image-box {
        width: 100% !important;
       
    }
    .invoice-popup {
        width: 90% !important;
        min-width: 90% !important;
    }
}
.blog-card1Details p {
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}