.our_product_section{background-color:#eef0ff;padding: 30px 0px;}
.our_product_head>h3{color: #0354d6;}
.list_industry_section{text-align: center;cursor: pointer;padding: 20px 0px;}
.list_industry_section:hover{filter: grayscale(0);opacity: inherit;}
.list_industry_section{font-weight: 600;}
.list_industry_section>p{margin-top: 20px;font-size:20px;line-height:28px;}
.our_product_head{text-align: center;width: 70%;margin: auto;}
.our_product_divs{display: flex; justify-content: space-around;}
.our_product_divs a:focus{box-shadow: none;}
.select_img{max-width:200px;width:100%;}
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px){
    .our_product_head{width: 100%;}  
}
@media only screen and (max-device-width: 767px){
    .list_industry_section>p{font-size:18px;}
}