
:root {
    --primary-color: #1d1d4d;
    --secondary-color: #f47424;
  }
.industry-section{
    background-image:linear-gradient(rgb(24 29 75), rgb(24 29 75 / 97%) ), url(../img/industry-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
    height: 70vh;
    background-color: var(--primary-color);
    position: relative;
}
@media (max-width: 576px) and (min-height: 1080px){
    .industry-section{
      height: 800px;
      }
  }

.industry-section:before {
    background: linear-gradient(33deg, #6ec7f14a -13.28%, #34b9c1f7 27.94%, rgba(101, 219, 226, 0) 98.93%);
    border-radius: 100%;
    content: "";
    opacity: .16;
    position: absolute;
    z-index: 0;
}
.industry-section::before {
    height: 530px;
    left: -165px;
    bottom: -15px;
    transform: rotate(130deg);
    width: 454px;
}

.industry-why-single div{
    background-color: aliceblue;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 5px;
    transition: 0.2s all ease;
}
.industry-why-single div:hover{
    background-color: rgb(214, 233, 251);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.industry-services{
    box-shadow: rgba(0, 0, 0, 0.1) -2px 0px 4px;
}
.industry-services-single-left{
    background: var(--secondary-color);
    border-radius: 100%;
    color: #f5f8fa;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
}
@media(max-width:768px){

    .industry-website-services{
        display: flex;
        justify-content: center;
    }
}
@media(max-width:600px){
    .industry-services-single-left {
        font-size: 14px;
        color: #fff;
        height: 25px;
        line-height: 25px;
        width: 25px;
        margin-top: 10px;
    }
}

.industry-services-single-right h2{
    color: var(--primary-color);
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 12px;
}