﻿.at-a-glance-module {
    box-shadow: 0px 0px 6px #0000004D;
    margin-bottom: 32px;
}

    .at-a-glance-module.on-left {
        margin-right: 50px;
    }

    .at-a-glance-module .module-header {
        text-align: center;
        letter-spacing: 0.17px;
        color: #FFFFFF;
        text-transform: uppercase;
        opacity: 1;
        background: transparent linear-gradient(90deg, #62AB37 0%, #054128 100%) 0% 0% no-repeat padding-box;
        padding: 18px 0px;
        font-size: 16px;
    }

    .at-a-glance-module .module-body {
        letter-spacing: 0.17px;
        padding: 17px 34px;
        font-size: 16px;
    }


@media (max-width: 991px) {
    .at-a-glance-module {
        margin-bottom: 40px;
    }

        .at-a-glance-module.on-left {
            margin-right: 0px;
        }
}

@media (max-width: 576px) {
    .at-a-glance-module .module-body {
        padding: 21px 31px;
    }





}
