@import url("https://fonts.googleapis.com/css2?family=Outfit&display=swap");.industry_container{flex-wrap:wrap;justify-content:center;width:100%}.industry,.industry_container{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;display:flex}.industry{column-gap:20px;flex-direction:row;padding:30px;transition:all .3s;width:33.33%}.industry_icon{height:50px;width:50px}.title_desc{display:flex;flex-direction:column;row-gap:20px}.title_desc .title{font-family:Outfit;font-size:21px;font-weight:600;text-transform:uppercase}.title_desc .desc{font-family:Source Sans Pro;font-size:16px;line-height:26px;min-height:100px}.title_desc a{align-items:center;background:#f2b764;border:1px solid #f2b764;color:#000!important;column-gap:6px;display:flex;font-family:Outfit;font-size:15px;font-weight:400;justify-content:center;padding:5px 10px;text-align:center;text-decoration:none;text-transform:uppercase;width:60%}.title_desc a img{height:auto;width:20px}.industry:hover{background:#f2b764}.industry:hover .industry_icon{filter:brightness(100)}.industry:hover .title_desc a{border:1px solid #000}.industry:nth-child(3n+1),.industry:nth-child(3n+2){border-bottom:1px solid #dedede;border-right:1px solid #dedede}.industry:nth-child(3n+3){border-bottom:1px solid #dedede}.industry:last-child{border-bottom:0!important;border-left:1px solid #dedede}@media (max-width:780px){.industry,.industry_container{flex-direction:column}.industry{border:0!important;gap:20px;justify-content:center;text-align:center;width:100%}.industry,.industry:last-child{border-bottom:1px solid #000!important}.industry_icon,.title_desc a{margin:auto}.title_desc{justify-content:center}}