.theme-configuration-warpper {
  padding: 80px 0;
  background-color: #f2f6f7;
}
.theme-configuration-warpper .theme-configuration-heading {
  max-width: 50%;
}
.theme-configuration-warpper .shopware-config-content-warpper {
  display: flex;
  align-items: center;
  text-align: center;
  height: 100%;
  justify-content: center;
  justify-content: flex-center;
}
.theme-configuration-warpper .shopware-config-content {
  font-size: calc(2rem + 1vw);
  color: #000;
  font-weight: bold;
  line-height: calc(2.4rem + 1vw);
  text-align: center;
}

.theme-config-img {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  max-width: 900px;
}

.theme-configuration-new {
  width: 75%;
  position: relative;
  z-index: 3;
  flex: 0 0 auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.theme-configuration-new .configOne {
  max-width: 100%;
  border-radius: 0.4rem;
  height: auto;
}
.theme-configuration-new .configTwo {
  position: absolute;
  border-radius: 0.4rem;
  top: 19%;
  right: -12%;
  max-width: 30%;
  height: auto;
  box-shadow: -7px 1px 20px 6px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.theme-configuration-new .configThree {
  position: absolute;
  border-radius: 0.4rem;
  top: 5%;
  left: -15%;
  max-width: 30%;
  height: auto;
  box-shadow: -7px 1px 20px 6px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.theme-configuration-new .configFour {
  position: absolute;
  border-radius: 0.4rem;
  bottom: 15%;
  left: -13%;
  max-width: 30%;
  height: auto;
  box-shadow: -7px 1px 20px 6px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 991px) {
  .theme-configuration-warpper {
    padding: 60px 0;
  }
  .theme-configuration-warpper .configTwo,
  .theme-configuration-warpper .configThree,
  .theme-configuration-warpper .configFour {
    box-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  .theme-configuration-warpper .shopware-config-content-warpper {
    text-align: center;
    justify-content: center;
    margin-bottom: 30px;
  }
  .theme-configuration-warpper .shopware-config-content {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .theme-configuration-warpper .theme-configuration-heading {
    max-width: 100%;
  }
}/*# sourceMappingURL=theme-config.css.map */