/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/home-intro/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
.home_apps__items {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.app_item {
  padding-left: 10px;
  padding-right: 10px;
  width: 300px;
  margin: 0 auto;
  margin-bottom: 20px;
  min-height: 200px;
}
@media screen and (min-width: 480px) {
  .app_item {
    width: 50%;
  }
}
@media screen and (min-width: 650px) {
  .app_item {
    width: 33.33%;
  }
}
@media screen and (min-width: 991px) {
  .app_item {
    width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .app_item {
    width: 20%;
  }
}
.app_item__wrapper {
  background: #FFFFFF;
  padding: 20px;
  border-radius: 25px;
  position: relative;
  transition: all 0.5s ease-out;
  height: 100%;
}
.app_item__wrapper .image {
  margin-bottom: 20px;
}
.app_item__wrapper .image img {
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}
.app_item__wrapper .image .hover-logo {
  display: none;
}
.app_item__wrapper .categories ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.app_item__wrapper .categories ul li {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 5px 10px 2px;
  background: #3F2965;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 20px;
}
.app_item__wrapper .decs {
  font-size: 16px;
  color: rgba(23, 43, 77, 0.58);
  transition: all 0.5s ease-out;
}
.app_item__wrapper .read__more {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  font-size: 0;
  z-index: 1;
  display: block;
}
.app_item__wrapper:hover {
  background: #1F163C;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.22);
}
.app_item__wrapper:hover .image .logo {
  display: none;
}
.app_item__wrapper:hover .image .hover-logo {
  display: block;
}
.app_item__wrapper:hover .decs {
  color: #fff;
}

.home_apps {
  padding: 200px 0 60px;
  margin-top: -140px;
  background: #F4F5F7;
}
@media screen and (min-width: 991px) {
  .home_apps {
    padding: 240px 0 100px;
  }
}
.home_apps .container {
  display: flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.home_apps .container .home_apps__atlassian {
  width: 70%;
  border-right: 1px solid #E8E9EB;
  padding-right: 50px;
}
.home_apps .container .home_apps__atlassian .home_apps__top {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .home_apps .container .home_apps__atlassian .home_apps__top {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .home_apps .container .home_apps__atlassian .home_apps__top .part_left {
    width: 70%;
    padding-right: 100px;
  }
}
.home_apps .container .home_apps__atlassian .home_apps__top .part_right {
  display: none;
}
@media screen and (min-width: 768px) {
  .home_apps .container .home_apps__atlassian .home_apps__top .part_right {
    width: 30%;
    display: block;
  }
}
.home_apps .container .home_apps__atlassian .home_apps__top .part_right .image {
  text-align: center;
}
.home_apps .container .home_apps__atlassian .home_apps__list {
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 991px) {
  .home_apps .container .home_apps__atlassian .home_apps__list {
    margin-left: 0;
    margin-right: 0;
  }
}
.home_apps .container .home_apps__atlassian .home_apps__list .home_apps__items {
  flex-wrap: wrap;
  justify-content: left;
  margin-bottom: unset;
  max-width: unset;
  gap: 20px;
}
.home_apps .container .home_apps__atlassian .home_apps__list .home_apps__items .app_item {
  width: calc(33% - 20px);
  margin: 0;
}
@media screen and (min-width: 991px) {
  .home_apps .container .home_apps__atlassian .home_apps__list .home_apps__items .app_item {
    max-width: 235px;
  }
}
@media screen and (min-width: 991px) {
  .home_apps .container .home_apps__others {
    width: 30%;
  }
}
.home_apps .container .home_apps__others .subtitle_other {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #6ED270;
  margin-bottom: 25px;
}
.home_apps .container .home_apps__others .home_apps__list {
  margin-top: 50px;
}
@media screen and (min-width: 991px) {
  .home_apps .container .home_apps__others .home_apps__list {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.home_apps .container .home_apps__others .home_apps__list .home_apps__items {
  flex-wrap: wrap;
  margin-bottom: unset;
  max-width: unset;
}
.home_apps .container .home_apps__others .home_apps__list .home_apps__items .app_item {
  width: 100%;
  margin: unset;
}
@media screen and (min-width: 991px) {
  .home_apps .container .home_apps__others .home_apps__list .home_apps__items .app_item {
    max-width: 235px;
  }
}
@media screen and (max-width: 991px) {
  .home_apps .container {
    flex-direction: column;
    row-gap: 30px;
  }
  .home_apps .container .home_apps__atlassian {
    width: 100%;
    border-right: 0;
    padding-right: 0;
    border-bottom: 1px solid #E8E9EB;
    padding-bottom: 30px;
  }
  .home_apps .container .home_apps__atlassian .home_apps__list .home_apps__items {
    gap: 10px;
  }
  .home_apps .container .home_apps__atlassian .home_apps__list .home_apps__items .app_item {
    width: calc(50% - 5px);
    padding: 0;
  }
  .home_apps .container .home_apps__others .home_apps__list .home_apps__items .app_item {
    width: calc(50% - 5px);
    padding: 0;
  }
}
.home_apps.no-other-apps .home_apps__atlassian {
  width: 100%;
  padding-right: unset;
  border-right: unset;
}
@media screen and (min-width: 1200px) {
  .home_apps.no-other-apps .home_apps__atlassian .home_apps__list .home_apps__items .app_item {
    width: calc((100% - 80px) / 5);
  }
}

/*# sourceMappingURL=style-index.css.map*/