.industry-hero-section{margin-top:100px;width:100%}.industry-hero-section .left-section{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:2rem;padding-right:2rem}.industry-hero-section h1.service-name{font-size:2rem;font-weight:700;color:var(--textHeading)}.industry-hero-section .industry-hero-section-para{color:var(--textLight);width:100%;text-align:justify;text-justify:inter-word;line-height:1.75rem}.industry-hero-section .industry-hero-section-btn{text-transform:none;padding:12px 24px;margin-right:20px;font-size:1rem;color:#fff;text-align:start;border-radius:6px;display:inline-block;white-space:nowrap;font-weight:500;background:var(--primaryColor);transition:all .35s ease}.industry-hero-section .industry-hero-section-btn:hover{background:var(--primaryHoverColor)}.industry-hero-section .right-section{display:flex;align-items:center;justify-content:center}.industry-hero-section .right-section img{width:100%;border-radius:.5rem}@media (max-width:992px){.industry-hero-section .left-section{margin-top:2rem;padding-right:0}}@media (max-width:780px){.industry-hero-section h1.service-name{font-size:1.75rem}}@media (max-width:576px){.industry-hero-section .right-section img{width:100%;-o-object-fit:cover;object-fit:cover}}.industry-challenge{margin-top:100px}.industry-challenge .industry-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.industry-challenge .industry-row .challenge-card{padding:1rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:1.5rem;width:600px;min-height:350px;height:100%;border:1px solid var(--borderCool);border-radius:.5rem;background:var(--bgLight)}.industry-challenge .industry-row .challenge-card .head{display:flex;align-items:center;justify-content:flex-start;gap:1rem}.industry-challenge .industry-row .challenge-card .head .icon-box{border:1px solid var(--borderColor);background:var(--bgColor);min-width:70px;min-height:70px;max-width:70px;max-height:70px;display:flex;align-items:center;justify-content:center;border-radius:50%;padding:.75rem}.industry-challenge .industry-row .challenge-card .head .icon-box .icon{width:100%}.industry-challenge .industry-row .challenge-card .head .title{font-size:1.1rem;font-weight:600;color:var(--textHeading)}.industry-challenge .industry-row .challenge-card .content .description{font-size:14px;margin-bottom:1.5rem;text-align:justify}.industry-challenge .industry-row .challenge-card .content .points-list .list-content{margin-bottom:.75rem;display:flex;align-items:flex-start;justify-content:flex-start;gap:.75rem}.industry-challenge .industry-row .challenge-card .content .points-list .list-content .icon{color:var(--primaryColor);font-size:1.15rem!important}.industry-challenge .industry-row .challenge-card .content .points-list .list-content .list-item{font-weight:400;font-size:14px;color:var(--textLight)}@media (max-width:1400px){.industry-challenge .industry-row .challenge-card{width:540px}}@media (max-width:1200px){.industry-challenge .industry-row .challenge-card{width:450px}}@media (max-width:992px){.industry-challenge .industry-row{justify-content:center}.industry-challenge .industry-row .challenge-card{width:100%}}