.applications{background:var(--theme_primary);padding:40px 0}.applications h2{display:block;text-align:center;margin-bottom:40px;color:var(--theme_secondary)}.applications .cotent_parent{display:grid;grid-template-columns:1fr 1fr 1fr;text-align:center;gap:0;justify-items:center}.applications .cotent_parent .content{background-repeat:no-repeat;background-size:cover;background-position:50%;width:100%;padding:40px 0;display:flex;flex-direction:column;justify-content:center;height:275px;cursor:pointer;position:relative;overflow:hidden}.applications .cotent_parent .content h3,.applications .cotent_parent .content p{color:var(--theme_secondary)}.applications .cotent_parent .content:hover h3{background:transparent}.applications .cotent_parent .content p{line-height:20px;display:none;margin-top:5px}.applications .cotent_parent .content:hover p{display:block}.applications .cotent_parent .content .inner_text{position:relative;padding:20px 0;background:rgba(0,0,0,.4);transition:.7s}.applications .cotent_parent .content:hover .inner_text{background:transparent}.inner_text:before{background-position:top;top:0}.inner_text:after,.inner_text:before{content:"";background-image:url(https://20855445.fs1.hubspotusercontent-na1.net/hubfs/20855445/website-theme/line_modified.png);background-repeat:no-repeat;left:0;width:100%;height:100%;background-size:revert;position:absolute}.inner_text:after{background-position:bottom;bottom:0}.applications .cotent_parent .content:before{content:"";background:var(--theme_primary);width:100%;height:100%;position:absolute;left:0;top:0;opacity:0;transition:.4s}.applications .cotent_parent .content:hover:before{opacity:.7}.applications .button.active_bg{background:var(--theme_secondary)!important;color:var(--theme_primary)!important;text-align:center}.applications .btn_parent{display:block;width:100%;text-align:center;margin:25px auto}@media(max-width:991px){.applications .cotent_parent{grid-template-columns:1fr 1fr}}@media(max-width:576px){.applications .cotent_parent{grid-template-columns:1fr}}