.container-fluid.industriesbanner {
    background-image: url('/static/assets/img/industries-banner.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}
.industriessection{
    background-image: linear-gradient(151deg, #eef0ff 60%, #3684ff 157%);
}
.industriesbanner h1 span {
    color: #0021a4;
    font-weight: 700;
}
.industriesbanner h1 span {
    font-size: 50px;
}
.industriesbanner p {
    line-height: 44px;
    font-size: 24px;
    margin-bottom: 35px;
}
.container-fluid.industriesbanner a {
    outline: none;
    border: 0px;
    background-color: #f26936;
    color: white;
    font-weight: 400;
    border-radius: 50px;
    padding: 16px 40px;
    text-decoration: none;
}
.industryitem {
    background-color: white;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    padding: 20px 20px 30px;
    border-radius: 5px;
    transition: transform .2s;
    float: left;
    width: 100%;
    margin-bottom:30px;
}
.industryitem:hover{
    transform: scale(1.07); 
}
.industryitem a{
    text-decoration: none;
}
.container-fluid.industrieslisting {
    padding-top: 40px;
    padding-bottom: 40px;
}
.industry-name {
    display: block;
    margin-bottom: 20px;
    text-align: center;
}
.industry-name img{
    width:50px;
    height:50px;
}
.industry-content p {
    font-size: 16px;
    line-height: 27px;
    color: #000;
    margin: 20px 0px 25px;
    text-align: center;
}
.industry-name h2 {
    font-size: 22px;
    margin-top: 15px;
    font-weight: 700;
    color:#000;
}
.exploremore span {
    background-color: #1b1d3b;
    color: #fff;
    padding: 12px 40px;
    border-radius: 120px;  
}
.exploremore {
    float: left;
    width: 100%;
    text-align: center;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){
.industriesbanner p {
    line-height: 30px;
    font-size: 20px;
}
.industriesbanner h1 span {
    font-size: 36px;
}
}
@media only screen and (max-device-width: 767px){
    .container-fluid.industriesbanner {
        background-image: none;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .industriesbanner p {
        line-height: 30px;
        font-size: 20px;
    }
    .industriesbanner h1 span {
        font-size: 38px;
    }
}