.career_list{width:100%;text-align:left;margin:0;display:grid;grid-template-columns:repeat(3, 1fr);row-gap:20px;column-gap:20px}.career_list.owl-carousel{display:block}.career_list.owl-carousel .item{width:calc(33.33333333% - (2 * 20px / 3) * 1);margin-right:20px}.career_list .item{display:flex;flex-direction:column;align-items:flex-start;gap:32px;border-radius:16px;padding:24px;box-sizing:border-box;background-color:rgba(239,239,239,0.5);transition:all 400ms ease 0ms}.notouch .career_list .item:is(:hover,:focus){background-color:rgba(0,167,186,0.05)}.career_list .item .top{display:flex;align-items:center;gap:32px}.career_list .item .top .icon{min-width:56px;height:56px;display:block;margin:0;position:relative}.career_list .item .top .icon::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;display:block;background-image:url('../../../../img/career_icon.svg');background-repeat:no-repeat;background-position:center center;background-size:100% 100%;background-color:transparent;transition:all 400ms ease 0ms}.career_list .item .top .title{font-size:18px;line-height:26px;font-weight:700;margin:0;text-transform:none;color:#008196;word-break:break-word}.career_list .item .bot{align-self:flex-end}.career_list .item .bot .btn{background-color:transparent}@media screen and (max-width:1400px){.career_list .item .top{gap:15px}.career_list .item .top .icon{min-width:44px;height:44px}}@media screen and (max-width:1100px){.career_list{grid-template-columns:repeat(2, 1fr);row-gap:20px;column-gap:20px}.career_list.owl-carousel{display:block}.career_list.owl-carousel .item{width:calc(50% - (1 * 20px / 2) * 1);margin-right:20px}}@media screen and (max-width:750px){.career_list{grid-template-columns:repeat(1, 1fr);row-gap:20px;column-gap:20px}.career_list.owl-carousel{display:block}.career_list.owl-carousel .item{width:calc(100% - (0 * 20px / 1) * 1);margin-right:20px}}@media screen and (max-width:500px){.career_list .item{padding:16px}}/*# sourceMappingURL=1.css.map */