                                body {
                                    font-family: 'Source Sans Pro', sans-serif;
                                    background: #ffffff;
                                    overflow-x: hidden;
                                }
                                
                                .hero-background-image {
                                    background-image: url(../comp/audit-redesign/audit-hero-section.svg);
                                }
                                
                                .azure-msp-heading {
                                    color: #03202e;
                                    font-weight: 500;
                                }
                                
                                .hero-section p {
                                    color: #03202e;
                                }
                                
                                .azure-msp-subheading {
                                    color: #4885c5;
                                }
                                
                                .join-msp-partner-text {
                                    color: white;
                                    font-size: 30px;
                                }
                                
                                .join-msp-partner-text p {
                                    margin-bottom: 30px;
                                    font-family: 'Roboto Slab', serif;
                                    padding: 0px 10px 0px 10px;
                                }
                                
                                .join-msp-partner-text button {
                                    text-decoration: none;
                                    text-transform: uppercase;
                                    background-color: white;
                                    padding: 12px 27px;
                                    color: #0c2937;
                                    border-radius: 5px;
                                    transition: all 0.2s ease;
                                    border: 1px solid white;
                                    font-size: 18px;
                                    font-weight: 600;
                                    box-shadow: 3px 3px 6px 0 black;
                                }
                                
                                .azure-partners-logos {
                                    display: flex;
                                    justify-content: space-around;
                                }
                                /* .azure-partners-logos img {
                                    width: 32%;
                                } */
                                
                                .azure-partners-logos a {
                                    width: 32%;
                                }
                                
                                .azure-logo-section {
                                    margin-top: 20px;
                                }
                                
                                .azure-logos-spacing {
                                    padding-top: 100px;
                                }
                                
                                .azure-button-css {
                                    margin-left: 12px;
                                }
                                
                                .cloud-client-badges {
                                    margin-bottom: 4em;
                                }
                                
                                .spotlight-section-background {
                                    background-color: #f4f4f5;
                                    padding-bottom: 60px;
                                }
                                
                                .thin-line {
                                    margin-top: 47px;
                                    content: "";
                                    display: block;
                                    width: 400px;
                                    height: 1px;
                                    background-color: #90979e;
                                    position: relative;
                                    bottom: -5px;
                                    margin: 0 auto;
                                    opacity: 0.3;
                                }
                                
                                .products {
                                    padding: 20px 60px 20px 70px;
                                    color: #03202e;
                                }
                                
                                .platforms {
                                    padding: 20px 45px 20px 70px !important;
                                }
                                
                                .products h4 {
                                    font-size: 20px;
                                    font-weight: 600;
                                    font-family: 'Roboto Slab', serif;
                                }
                                
                                .products p {
                                    font-size: 17px;
                                    font-weight: normal;
                                }
                                
                                .audit-learn-more {
                                    font-size: 19px;
                                    color: #fc9e01;
                                    font-weight: 800;
                                }
                                
                                .ready-get-started {
                                    display: flex;
                                    margin-bottom: 60px;
                                }
                                
                                .ready-get-started p {
                                    font-size: 30px;
                                    font-weight: 500;
                                    font-family: 'Roboto Slab', serif;
                                    color: #03202e;
                                }
                                
                                .checklist-section {
                                    /* padding: 10px 9em 60px 9em; */
                                    padding: 10px 6em 80px 5em;
                                }
                                
                                .checklist-section .row img {
                                    /* width: 250px; */
                                    width: 320px;
                                }
                                
                                .checklist-section .row h1 {
                                    font-size: 36px;
                                    color: #333333;
                                    font-weight: 500;
                                    letter-spacing: 0.3px;
                                    line-height: 1.2;
                                    font-family: 'Roboto Slab', serif;
                                }
                                
                                .checklist-section .row p.version {
                                    padding-top: 0;
                                    padding-bottom: 0px;
                                    color: #03202e;
                                }
                                
                                .checklist-section .row p {
                                    color: #03202e;
                                    padding: 20px 0;
                                    font-size: 18px;
                                    /* font-size: 20px; */
                                    -webkit-font-smoothing: subpixel-antialiased;
                                    font-weight: 400;
                                }
                                
                                .checklist-section .row h3.table-heading {
                                    text-align: center;
                                }
                                /* .checklist-section .row .control-checklist {
                                    padding: 20px 0;
                                } */
                                /* .checklist-section .row .control-checklist .row {
                                    padding: 5px 0;
                                } */
                                
                                .checklist-section .row .control-checklist .control-point-number p {
                                    font-size: 18px;
                                    text-align: right;
                                    font-weight: bold;
                                    font-family: 'Roboto Slab', serif;
                                    color: #03202e;
                                    padding: 0;
                                    margin: 0;
                                }
                                
                                .checklist-section .row .control-checklist .control-point-text p {
                                    font-size: 18px;
                                    font-weight: 400;
                                    font-family: 'Roboto Slab', serif;
                                    color: #03202e;
                                    line-height: 1.9;
                                    padding: 0;
                                    margin: 0;
                                }
                                
                                .checklist-section .row .control-checklist .control-point-check p {
                                    padding: 0;
                                    margin: 0;
                                    position: relative;
                                    top: 2px;
                                }
                                
                                .checklist-section .row .control-checklist .control-point-check p i {
                                    color: #9aca3c;
                                    font-size: 22px;
                                }
                                
                                .azure-signup-spacing {
                                    margin-left: 70px;
                                    font-family: 'Source Sans Pro', sans-serif;
                                }
                                /* .........beyond-audit-section.. */
                                
                                .beyond-audit-section {
                                    background-color: #f4f4f5;
                                    margin-top: 4em;
                                }
                                /* Responsiveness */
                                
                                @media only screen and (min-width:1500px) {
                                    .checklist-section .row h1 {
                                        font-size: 38px;
                                    }
                                    .checklist-section .row p {
                                        font-size: 20px;
                                    }
                                    .checklist-section .row img {
                                        width: 275px;
                                    }
                                    .checklist-section .row .control-checklist .control-point-number p {
                                        font-size: 22px;
                                    }
                                    .checklist-section .row .control-checklist .control-point-text p {
                                        font-size: 22px;
                                    }
                                    .checklist-section .row .control-checklist .control-point-check p i {
                                        font-size: 24px;
                                    }
                                    .automated-text {
                                        font-size: 24px !important;
                                        font-weight: 600!important;
                                    }
                                    .automated-no {
                                        font-size: 24px !important;
                                        font-weight: 600 !important;
                                    }
                                }
                                
                                @media only screen and (max-width:1150px) {
                                    .checklist-section {
                                        padding: 40px 8em 60px 8em;
                                    }
                                    .checklist-section .row img {
                                        width: 220px;
                                    }
                                    .checklist-section .row h1 {
                                        font-size: 32px;
                                    }
                                    .checklist-section .row p {
                                        font-size: 17px;
                                    }
                                    .checklist-section .row .control-checklist .control-point-number p {
                                        font-size: 17px;
                                    }
                                    .checklist-section .row .control-checklist .control-point-text p {
                                        font-size: 17px;
                                    }
                                    .checklist-section .row .control-checklist .control-point-check p i {
                                        font-size: 20px;
                                    }
                                }
                                
                                @media only screen and (max-width:990px) {
                                    .checklist-section {
                                        padding: 30px 6em 50px 6em;
                                    }
                                    .checklist-section .row .control-checklist .control-point-number p {
                                        text-align: left;
                                    }
                                }
                                
                                @media only screen and (max-width:768px) {
                                    .checklist-section {
                                        padding: 30px 5em 50px 5em;
                                    }
                                    .checklist-section .row h1 {
                                        font-size: 28px;
                                    }
                                }
                                
                                @media only screen and (max-width:650px) {
                                    .checklist-section {
                                        padding: 20px 3em 40px 3em;
                                    }
                                    .checklist-section .row h1 {
                                        font-size: 26px;
                                    }
                                    .checklist-section .row p {
                                        font-size: 17px;
                                    }
                                    .checklist-section .row .control-checklist .control-point-number p {
                                        font-size: 16px;
                                    }
                                    .checklist-section .row .control-checklist .control-point-text p {
                                        font-size: 16px;
                                        padding-left: 16px;

                                    }
                                    .checklist-section .row .control-checklist .control-point-check p i {
                                        font-size: 18px;
                                    }
                                }
                                
                                @media only screen and (max-width:450px) {
                                    .checklist-section {
                                        padding: 20px 3em 40px 2em;
                                    }
                                    .checklist-section .row p {
                                        font-size: 16px;
                                    }
                                    .checklist-section .row .control-checklist .control-point-number p {
                                        font-size: 15px;
                                    }
                                    .checklist-section .row .control-checklist .control-point-text p {
                                        font-size: 15px;
                                    }
                                    .checklist-section .row .control-checklist .control-point-check p i {
                                        font-size: 16px;
                                    }
                                }
                                /* ----------------------------Checklist section Starts ------------------------ */
                                /* .........azure-audit-box.... */
                                
                                .azure-steps-box {
                                    background-color: #f4f4f5;
                                    border-radius: 1px;
                                    width: 87%;
                                    display: flex;
                                    /* justify-content: space-between; */
                                    align-content: center;
                                    margin: 0 auto;
                                    float: none;
                                    padding: 25px 100px;
                                    box-shadow: 3px 3px 6px 0 rgb(0 0 0 / 35%);
                                    margin-bottom: 40px;
                                }
                                
                                .steps-section {
                                    font-size: 28px;
                                    color: #fc9e01;
                                    font-family: 'Roboto Slab';
                                    font-weight: 600;
                                }
                                
                                .azure-steps-define {
                                    margin-left: 60px;
                                }
                                
                                .azure-steps-define h5 {
                                    font-size: 18px;
                                    font-weight: 600;
                                    color: #03202e;
                                }
                                
                                .azure-steps-define p {
                                    font-size: 16px;
                                    font-weight: 500;
                                    margin: 10px 0px 0px 0px;
                                }
                                
                                .text-center.section-heading.steps-azure-plan {
                                    padding: 40px 500px 40px 500px;
                                }
                                /* .....audit-assistance-section.... */
                                
                                .centilytics-help-you {
                                    background-color: #042a49;
                                    padding: 3em 0em 4.5em 0;
                                }
                                
                                .section-white-heading h2 {
                                    color: white;
                                    font-size: 36px;
                                    font-weight: 600;
                                    font-family: 'Roboto Slab', serif;
                                    margin-bottom: 20px;
                                }
                                
                                .audit-assistance-heading h4 {
                                    font-weight: 600;
                                    font-size: 24px;
                                    font-family: 'Roboto Slab', serif;
                                }
                                
                                .audit-assistance-heading p {
                                    font-size: 18px;
                                    font-weight: 300;
                                }
                                /* ....Redesign-responsiveness.... */
                                
                                @media only screen and (max-width:812px) {
                                    .azure-steps-box {
                                        width: 90%;
                                        padding: 5px 8px;
                                    }
                                    .steps-section {
                                        font-size: 20px;
                                    }
                                    .number-section h2 {
                                        font-size: 28px;
                                    }
                                    .azure-steps-define h5 {
                                        font-size: 15px;
                                    }
                                    .section-heading h2 {
                                        font-size: 28px;
                                        padding: 0px 6px;
                                    }
                                    .centilytics-partners-help {
                                        width: 100% !important;
                                    }
                                    .col-md-6.col-lg-6.col-sm-12.col-xs-12.audit-assistance-heading {
                                        padding: 40px 10px 0px 13px !important;
                                        text-align: center;
                                    }
                                    .centilytics-help-you {
                                        padding: 1em 0em 1em 0;
                                    }
                                    .ace-all-points h2 {
                                        font-size: 28px !important;
                                    }
                                    .section-heading h2,
                                    .number-section h2 {
                                        font-size: 28px !important;
                                    }
                                    .azure-centilytics-help
                                    {
                                        padding: 0px 20px 0px 20px
                                    }
                                    .ready-get-started p {
                                        font-size: 25px;
                                    }
                                }
                                
                                .ace-all-points {
                                    padding-bottom: 5em;
                                }
                                
                                .azure-data3 {
                                    width: 69% !important;
                                }
                                
                                .thin-line-top {
                                    margin-top: 40px;
                                }
                                
                                .centilytics-partners-help {
                                    padding-top: 75px;
                                    width: 600px;
                                }
                                
                                .centilytics-partners-help img {
                                    z-index: -99;
                                    margin-left: 30px;
                                    padding-left: 10px;
                                    padding-top: 13px;
                                    width: 60%;
                                }
                                
                                .steps-img-section img {
                                    width: 30%;
                                    margin-top: 40px;
                                    float: right;
                                    margin-right: -50px;
                                }
                                
                                .steps-card-section.col-lg-10 {
                                    /* padding-left: 0px; */
                                    padding-left: 15px;
                                }
                                
                                .steps-img-section.col-lg-1 {
                                    padding-right: 0px;
                                }
                                
                                @media only screen and (min-width:1439px) {
                                    .steps-img-section img {
                                        width: 27%;
                                    }
                                    .col-md-6.col-lg-6.col-sm-12.col-xs-12.animation-left-spacing {
                                        padding-left: 70px !important;
                                    }
                                    .col-md-6.col-lg-6.col-sm-12.col-xs-12.audit-assistance-heading {
                                        padding: 200px 110px 0px 230px !important;
                                    }
                                    .col-md-6.col-lg-6.col-sm-12.col-xs-12.animation-left-spacing {
                                        padding-left: 70px !important;
                                    }
                                    .col-md-6.col-lg-6.col-sm-12.col-xs-12.audit-assistance-heading {
                                        padding: 200px 110px 0px 230px !important;
                                    }
                                  
                                }
                                @media only screen and (min-width:1439px) and (max-width:1599px) {  
                                .hero-left {
 
                                    padding-top: 28px !important;
                                  }
                                }
                                
                                @media only screen and (min-width:1600px) {
                                    .steps-img-section img {
                                        width: 24.5%;
                                    }
                                    .text-center.section-heading.steps-azure-plan {
                                        padding: 40px 550px 40px 550px !important;
                                    }
                                    .col-md-6.col-lg-6.col-sm-12.col-xs-12.animation-left-spacing {
                                        padding-left: 100px !important;
                                    }
                                    .col-md-6.col-lg-6.col-sm-12.col-xs-12.audit-assistance-heading {
                                        padding: 200px 117px 0px 240px !important;
                                    }
                                    .text-center.section-heading.steps-azure-plan {
                                        padding: 40px 550px 40px 550px;
                                    }
                                    .col-md-6.col-lg-6.col-sm-12.col-xs-12.animation-left-spacing {
                                        padding-left: 100px !important;
                                    }
                                    .col-md-6.col-lg-6.col-sm-12.col-xs-12.audit-assistance-heading {
                                        padding: 200px 117px 0px 240px !important;
                                    }
                                }
                                
                                @media only screen and (min-width:1920px) {
                                    .steps-img-section img {
                                        width: 20%;
                                    }
                                    .centilytics-partners-help img {
                                        width: 49%;
                                    }
                                    .col-md-6.col-lg-6.col-sm-12.col-xs-12.animation-left-spacing {
                                        padding-left: 130px !important;
                                    }
                                    .col-md-6.col-lg-6.col-sm-12.col-xs-12.audit-assistance-heading {
                                        padding: 175px 240px 0px 220px !important;
                                    }
                                    .audit-assistance-heading p {
                                        font-size: 20px;
                                    }
                                    .audit-assistance-heading h4 {
                                        font-size: 25px;
                                    }
                                    .text-center.section-heading.steps-azure-plan {
                                        padding: 40px 700px 40px 700px !important;
                                    }
                                    .join-msp-partner-text {
                                        padding: 0px 150px 0px 60px !important;
                                    }
                                }
                                
                                @media only screen and (min-width:2200px) {
                                    .steps-img-section img {
                                        width: 18%;
                                    }
                                    .centilytics-partners-help img {
                                        width: 43%;
                                    }
                                    .azure-button-css {
                                        margin-left: 60px;
                                    }
                                    .join-msp-partner-text {
                                        padding: 0px 200px 0px 60px !important;
                                    }
                                    .text-center.section-heading.steps-azure-plan {
                                        padding: 40px 850px 40px 850px;
                                    }
                                    .col-md-6.col-lg-6.col-sm-12.col-xs-12.audit-assistance-heading {
                                        padding: 175px 290px 0px 250px !important;
                                    }
                                    .col-md-6.col-lg-6.col-sm-12.col-xs-12.animation-left-spacing {
                                        padding-left: 200px !important;
                                    }
                                    .text-center.section-heading.steps-azure-plan {
                                        padding: 40px 850px 40px 850px !important;
                                    }
                                }
                                
                                @media only screen and (min-width:3200px) {
                                    .steps-img-section img {
                                        width: 16%;
                                    }
                                }
                                
                                @media only screen and (min-width:1024px) and (max-width:1365px) {
                                    .steps-img-section img {
                                        width: 50% !important;
                                    }
                                    .col-md-6.col-lg-6.col-sm-12.col-xs-12.audit-assistance-heading {
                                        padding: 190px 40px 0px 130px !important;
                                    }
                                    .centilytics-partners-help {
                                        width: 500px;
                                    }
                                }
                                
                                @media only screen and (max-width:1023px) {
                                    .steps-img-section {
                                        display: none;
                                    }
                                    .section-heading.badges-top {
                                        margin-top: 5em;
                                    }
                                    .audit-assistance-heading {
                                        
                                        height: 200px;
                                    }
                                    .row.control-point-spacing {
                                        display: flex;
                                        align-items: baseline;
                                    }
                                }
                                
                                @media only screen and (max-width:1365px) {
                                    .cloud-gtm {
                                        margin-top: 60px !important;
                                    }
                                    .azure-products-view {
                                        margin-top: 35px;
                                    }
                                    .azure-platforms {
                                        margin-top: 35px;
                                    }
                                    .partners-programs {
                                        margin-top: 60px;
                                    }
                                    .cloud-client-badges {
                                        margin-bottom: 0em;
                                    }
                                    .hero-left {
                                        padding-top: 20px;
                                       
                                    }
                                }
                                
                                @media only screen and (min-width:1366px) {
                                    .beyond-audit-heading-text {
                                        height: 180px;
                                    }
                                    .video-boxshadow-azure {
                                        box-shadow: none !important;
                                    }
                                    .col-md-6.col-lg-6.col-sm-12.col-xs-12.animation-left-spacing {
                                        padding-left: 40px;
                                    }
                                    .cloud-gtm {
                                        margin-top: 48px;
                                    }
                                    .partners-programs {
                                        margin-top: 48px;
                                    }
                                    
                                    .azure-platforms {
                                        margin-top: 48px;
                                    }
                                    .azure-products-view {
                                        margin-top: 48px;
                                    }
                                }
                                
                                @media only screen and (min-width:1024px) and (max-width:1365px) {
                                    .hero-section h1 {
                                        font-size: 31px;
                                    }
                                    .hero-section p {
                                        font-size: 14px;
                                    }
                                    .hero-section a {
                                        padding: 13px 30px;
                                    }
                                    .text-center.section-heading.steps-azure-plan {
                                        padding: 40px 250px 40px 250px !important;
                                    }
                                    .azure-steps-box {
                                        width: 100%;
                                        padding: 25px 0px 25px 55px;
                                    }
                                    .steps-img-section img {
                                        margin-right: 30px;
                                        width: 42% !important;
                                    }
                                    .join-msp-partner-text {
                                        font-size: 25px;
                                    }
                                }
                                
                                @media only screen and (min-width:768px) and (max-width:1023px) {
                                    .text-center.section-heading.steps-azure-plan {
                                        padding: 40px 200px 40px 200px;
                                    }
                                    .azure-steps-box {
                                        padding: 20px 0px 16px 52px;
                                    }
                                    .centilytics-help-you {
                                        padding: 1em 0em 4em 0;
                                    }
                                    .join-msp-partner-text {
                                        display: flex;
                                        flex-direction: column;
                                        align-items: center;
                                        justify-content: center;
                                        margin-bottom: 50px;
                                    }
                                    .join-msp-partner-text p {
                                        padding: 0px 40px 0px 90px;
                                    }
                                    .steps-section {
                                        margin-left: 10px;
                                    }
                                    .col-md-6.col-lg-6.col-sm-12.col-xs-12.audit-assistance-heading {
                                        padding: 100px 90px 0px 90px !important;
                                        text-align: center;
                                    }
                                    .centilytics-partners-help {
                                        width: 100%;
                                    }
                                    .text-center.section-heading.steps-azure-plan {
                                        padding: 50px 180px 50px 180px !important;
                                    }
                                }
                                
                                @media only screen and (max-width:812px) {
                                    .thin-line {
                                        width: 200px;
                                    }
                                    .section-white-heading h2 {
                                        font-size: 28px;
                                    }
                                    .azure-signup-spacing {
                                        margin-left: 0px;
                                    }
                                    .azure-signup-spacing button {
                                        margin-top: 20px;
                                    }
                                    .text-center.section-heading.steps-azure-plan {
                                        padding: 50px 10px 30px 10px !important;
                                    }
                                    .azure-steps-define {
                                        margin-left: 0px;
                                    }
                                    .azure-steps-box {
                                        width: 90%;
                                        padding: 30px 8px 20px 8px;
                                        height: 150px;
                                    }
                                    .steps-section {
                                        font-size: 16px;
                                    }
                                    .azure-steps-define p {
                                        margin: 0px;
                                    }
                                    .steps-section {
                                        width: 140px;
                                        font-size: 14px;
                                    }
                                    .audit-assistance-heading p {
                                        padding: 0px 30px;
                                        text-align: center;
                                    }
                                    .join-msp-partner-text button {
                                        margin-bottom: 50px;
                                    }
                                    .join-msp-partner-text {
                                        font-size: 20px;
                                        display: flex;
                                        flex-direction: column;
                                        align-items: center;
                                    }
                                    .azure-button-css {
                                        margin-left: 0px;
                                    }
                                    .join-msp-partner-text p {
                                        padding: 0px 20px 0px 20px;
                                        text-align: center;
                                    }
                                    .testimonial-right h2 {
                                        font-size: 28px;
                                    }
                                    .azure-logos-spacing {
                                        padding-top: 50px;
                                    }
                                    .audit-training-sessions {
                                        width: 100px !important;
                                    }
                                    .Sessions {
                                        width: 130px !important;
                                    }
                                    .Evidence
                                    {
                                        width: 150px !important;
                                    }
                                    .Mock
                                    {
                                        width: 150px !important;  
                                    }
                                }
                                
                                @media only screen and (max-width:360px) {
                                    .hero-section a {
                                        padding: 10px 10px;
                                    }
                                    .section-white-heading h2 {
                                        font-size: 28px;
                                    }
                                    .audit-assistance-heading p {
                                        padding: 0px;
                                    }
                                    .testimonial-right h2 {
                                        font-size: 28px;
                                    }
                                    .ace-all-points h2 {
                                        font-size: 28px !important;
                                    }
                                    .steps-section {
                                        width: 170px;
                                    }
                                }
                                
                                @media only screen and (min-width:813px) and (max-width:991px) {
                                    #datathree {
                                        display: flex;
                                        align-items: center;
                                        flex-direction: column;
                                    }
                                }
                                
                                @media only screen and (min-width:361px) and (max-width:667px) {
                                    .section-white-heading h2 {
                                        font-size: 28px;
                                    }
                                }
                                
                                @media only screen and (min-width:361px) and (max-width:720px) {
                                    .section-heading h1 {
                                        padding: 0px 50px;
                                    }
                                }
                                
                                text:hover>tspan {
                                    fill: #ffb42a;
                                }
                                
                                .st10:hover {
                                    stroke: #ffb42a;
                                    stroke-width: 8;
                                }
                                
                                .audit-assistance-heading {
                                    color: white;
                                
                                }
                                
                                .col-md-6.col-lg-6.col-sm-12.col-xs-12.audit-assistance-heading {
                                    /* padding: 200px 160px 0px 130px; */
                                    padding: 200px 110px 0px 190px;
                                }
                                
                                .ace-all-points h2 {
                                    font-size: 36px;
                                    font-weight: 600;
                                }
                                
                                @media only screen and (min-width:1024px) {
                                    .data3-azure {
                                        padding: 160px 0px 170px 0px !important;
                                    }
                                    .badges-top {
                                        margin-top: 4em;
                                    }
                                    .checklist-section .row img {
                                        margin-left: -50px;
                                    }
                                    .col-md-7.col-mg-7.col-sm-12.col-xs-12.control-points-spacing {
                                        padding-left: 0 !important;
                                        padding-right: 0 !important;
                                    }
                                    .control-point-spacing
                                    {
                                        display: flex;
                                        align-items: baseline;
                                    }
                                }
                                
                                @media only screen and (min-width:768px) {
                                    .automated-text {
                                        font-size: 21px !important;
                                    }
                                    .automated-no {
                                        font-size: 21px !important;
                                    }
                                    /* .automated-cmp {
                                        font-size: 21px !important;
                                    } */
                                }
                                
                                .azure-lunavi {
                                    width: 83% !important;
                                }
                                
                                .audit-learn-more:hover {
                                    color: #fc9e01;
                                }
                                
                                .section-heading h2 {
                                    font-weight: 600;
                                    color: #03202e;
                                    font-size: 36px;
                                }
                                
                                .number-section h2 {
                                    font-size: 36px;
                                    font-family: 'Roboto Slab', serif;
                                    font-weight: 600;
                                    color: #03202e;
                                }
                                /* text:hover>tspan {
                                    fill: #ffb42a;
                                }
                                 */
                                
                                .text-center.section-heading.steps-azure-plan {
                                    padding: 40px 450px 40px 450px;
                                }
                                
                                .azure-iframe {
                                    box-shadow: 1px 1px 20px #e0e0e0;
                                }
                                
                                @media only screen and (max-width:1439px) and (min-width:1366px) {
                                    .steps-section {
                                        width: 125px;
                                    }
                                    .azure-steps-define {
                                        margin-left: 20px !important;
                                    }
                                    .azure-steps-box {
                                        width: 89% !important;
                                    }
                                    .steps-img-section img {
                                        margin-right: -40px;
                                    }
                                }
                                
                                .beyond-azure-audit {
                                    margin-left: 30px;
                                }
                                                           
                                .azure-num-col-last {
                                    padding: 0px 40px 0px 0px;
                                }
                                
                                .partner-program-img img {
                                    width: 29%;
                                    margin-top: 10px;
                                }
                                
                                .platform-azure img {
                                    width: 29%;
                                    margin-top: 10px;
                                }
                                
                                .gtm-azure img {
                                    width: 28%;
                                    margin-top: 10px;
                                }
                                
                                .gtm-spacing {
                                    margin: 20px 0px 14px 0px !important;
                                }
                               
                                @media only screen and (max-width:653px) and (min-width:280px) {
                                    .azure-steps-box {
                                        /* height: 190px; */
                                        height: 150px;

                                    }
                                }                 
                               
                                @media only screen and (max-width: 1024px)
                             {
                                .card-height{
                                    margin-top: 200px;
                                    width: 100%;
                                    height: 315px !important;
                                }
                             }
