.hub {
  padding: 80px 0;
}
.hub__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 140%;
  margin: 0 0 24px 0;
}
@media (max-width: 991px) {
  .hub__title {
    font-size: 30px;
  }
}
.hub__boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.hub-box {
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 10px;
  background-color: #FBFAFE;
  padding-top: 40px;
  padding-bottom: 40px;
  text-decoration: none;
  transition: all 0.3s;
}
.hub-box:hover {
  background-color: #f0eff5;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .hub-box {
    gap: 8px;
    border-radius: 24px;
    justify-content: space-between;
  }
}
.hub-box:nth-child(1), .hub-box:nth-child(2), .hub-box:nth-child(3), .hub-box:nth-child(4) {
  width: calc(25% - 18px);
  flex-direction: column;
}
@media (max-width: 1199px) {
  .hub-box:nth-child(1), .hub-box:nth-child(2), .hub-box:nth-child(3), .hub-box:nth-child(4) {
    flex-direction: row;
    width: calc(50% - 12px);
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .hub-box:nth-child(1), .hub-box:nth-child(2), .hub-box:nth-child(3), .hub-box:nth-child(4) {
    width: 100%;
    padding: 16px;
  }
}
.hub-box:nth-child(1) .hub-box__title,
.hub-box:nth-child(1) .hub-box__text, .hub-box:nth-child(2) .hub-box__title,
.hub-box:nth-child(2) .hub-box__text, .hub-box:nth-child(3) .hub-box__title,
.hub-box:nth-child(3) .hub-box__text, .hub-box:nth-child(4) .hub-box__title,
.hub-box:nth-child(4) .hub-box__text {
  text-align: center;
}
@media (max-width: 1199px) {
  .hub-box:nth-child(1) .hub-box__title,
.hub-box:nth-child(1) .hub-box__text, .hub-box:nth-child(2) .hub-box__title,
.hub-box:nth-child(2) .hub-box__text, .hub-box:nth-child(3) .hub-box__title,
.hub-box:nth-child(3) .hub-box__text, .hub-box:nth-child(4) .hub-box__title,
.hub-box:nth-child(4) .hub-box__text {
    text-align: left;
  }
}
.hub-box:nth-child(1) .hub-box__text, .hub-box:nth-child(2) .hub-box__text, .hub-box:nth-child(3) .hub-box__text, .hub-box:nth-child(4) .hub-box__text {
  max-width: 217px;
}
@media (max-width: 1199px) {
  .hub-box:nth-child(1) .hub-box__text, .hub-box:nth-child(2) .hub-box__text, .hub-box:nth-child(3) .hub-box__text, .hub-box:nth-child(4) .hub-box__text {
    max-width: 100%;
  }
}
.hub-box:nth-child(1) .hub-box__image, .hub-box:nth-child(2) .hub-box__image, .hub-box:nth-child(3) .hub-box__image, .hub-box:nth-child(4) .hub-box__image {
  max-width: 200px;
}
@media (max-width: 1199px) {
  .hub-box:nth-child(1) .hub-box__image, .hub-box:nth-child(2) .hub-box__image, .hub-box:nth-child(3) .hub-box__image, .hub-box:nth-child(4) .hub-box__image {
    max-width: 120px;
    order: 1;
  }
}
@media (max-width: 991px) {
  .hub-box:nth-child(1) .hub-box__image, .hub-box:nth-child(2) .hub-box__image, .hub-box:nth-child(3) .hub-box__image, .hub-box:nth-child(4) .hub-box__image {
    order: 2;
  }
}
@media (max-width: 1199px) {
  .hub-box:nth-child(1) .hub-box__description, .hub-box:nth-child(2) .hub-box__description, .hub-box:nth-child(3) .hub-box__description, .hub-box:nth-child(4) .hub-box__description {
    order: 2;
  }
}
@media (max-width: 991px) {
  .hub-box:nth-child(1) .hub-box__description, .hub-box:nth-child(2) .hub-box__description, .hub-box:nth-child(3) .hub-box__description, .hub-box:nth-child(4) .hub-box__description {
    order: 1;
  }
}
.hub-box:nth-child(5), .hub-box:nth-child(6) {
  width: calc(50% - 12px);
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .hub-box:nth-child(5), .hub-box:nth-child(6) {
    width: 100%;
    padding: 16px;
  }
}
.hub-box:nth-child(5) .hub-box__image, .hub-box:nth-child(6) .hub-box__image {
  max-width: 120px;
  order: 1;
}
@media (max-width: 991px) {
  .hub-box:nth-child(5) .hub-box__image, .hub-box:nth-child(6) .hub-box__image {
    order: 2;
  }
}
.hub-box:nth-child(5) .hub-box__description, .hub-box:nth-child(6) .hub-box__description {
  order: 2;
}
@media (max-width: 991px) {
  .hub-box:nth-child(5) .hub-box__description, .hub-box:nth-child(6) .hub-box__description {
    order: 1;
  }
}
.hub-box__title {
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 700;
  line-height: 140%;
  color: #1A05CD;
}
@media (max-width: 991px) {
  .hub-box__title {
    margin-bottom: 8px;
    font-size: 20px;
  }
}
.hub-box__text {
  font-size: 17px;
  line-height: 140%;
  color: #0E0E0E;
}
@media (max-width: 991px) {
  .hub-box__text {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .hub-box__image {
    flex-shrink: 0;
  }
}
.hub-box__image img {
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=hub.css.map */
