@import url("https://fonts.googleapis.com/css2?family=Outfit&display=swap");.industry_container_v2{flex-wrap:wrap;gap:20px;justify-content:center;width:100%}.industry,.industry_container_v2{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;display:flex}.industry{border:1px solid #f1b469;flex-direction:row;padding:5px;transition:all .3s;width:48%}.industry_icon{max-height:200px;width:auto}.title_desc{display:flex;flex-direction:column;justify-content:space-between;padding:20px 15px;row-gap:0}.title_desc .title{color:#f2b764;font-family:Outfit;font-size:21px;font-weight:600;text-transform:uppercase}.title_desc .desc{color:#fff;font-family:Source Sans Pro;font-size:16px;line-height:1.2;min-height:85px}.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 .title_desc a{border:1px solid #000}.industry:hover .desc,.industry:hover .title{color:#000}@media (max-width:780px){.industry,.industry_container{flex-direction:column}.industry{gap:15px;justify-content:center;padding:30px;text-align:left;width:100%}.industry_icon{object-fit:cover;width:100%}.title_desc{gap:10px;justify-content:center;padding:0}.title_desc a{width:100%}.desc{line-height:1.2;margin-bottom:20px}}