.HomeCommunity .home_community_wrap {
  display: flex;
}

.HomeCommunity .home_community_wrap {
  align-items: center;
}

.HomeCommunity .home_community_wrap {
  justify-content: space-between;
  flex-wrap: wrap;
}
.HomeCommunity .home_community_wrap .info_box {
  width: 60%;
}
@media (max-width: 991px) {
  .HomeCommunity .home_community_wrap .info_box {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .HomeCommunity .home_community_wrap .info_box {
    width: 100%;
  }
}
.HomeCommunity .home_community_wrap .info_box .desp {
  padding-top: 20px;
  width: 70%;
}
@media (max-width: 1199px) {
  .HomeCommunity .home_community_wrap .info_box .desp {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .HomeCommunity .home_community_wrap .info_box .desp {
    width: 100%;
  }
}
.HomeCommunity .home_community_wrap .info_box .btn_box {
  margin-top: 40px;
}
.HomeCommunity .home_community_wrap .globe_box {
  width: 40%;
}
@media (max-width: 991px) {
  .HomeCommunity .home_community_wrap .globe_box {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .HomeCommunity .home_community_wrap .globe_box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .HomeCommunity .home_community_wrap {
    flex-direction: column-reverse;
  }
}/*# sourceMappingURL=Community.module.css.map */