.howWeWork {
  margin-block: clamp(2.5rem, -0.1786rem + 7.4405vw, 8.75rem);
}
.howWeWork__inner {
  width: min(1320px, 100%);
  margin-inline: auto;
}
.howWeWork__heading {
  max-width: 960px;
  margin-bottom: clamp(2.5rem, 1.4286rem + 2.9762vw, 5rem);
  margin-inline: auto;
  text-align: center;
  font-size: clamp(1.75rem, 1.4286rem + 0.8929vw, 2.5rem);
}
.howWeWork__wrapper {
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem;
  overflow: hidden;
}
.howWeWork__bgImage {
  aspect-ratio: 1320/635;
  max-height: 635px;
  min-height: 16rem;
}
.howWeWork__bgImage img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.howWeWork__content {
  margin-top: -3rem;
  position: relative;
  background-color: #4f2638;
  display: flex;
}
@media (max-width: 850px) {
  .howWeWork__content {
    flex-direction: column;
  }
}
.howWeWork__contentText {
  padding: 8rem 5rem;
  color: #ffffff;
  flex: 0 0 calc(50% + 6rem);
}
@media (max-width: 1320px) {
  .howWeWork__contentText {
    padding: 4rem 3rem;
    flex: 0 0 calc(50% + 3rem);
  }
}
@media (max-width: 1180px) {
  .howWeWork__contentText {
    padding: 2rem 2rem;
    flex: 0 0 50%;
  }
}
@media (max-width: 850px) {
  .howWeWork__contentText {
    flex: 0 0 100%;
  }
}
@media (max-width: 480px) {
  .howWeWork__contentText {
    padding: 2rem 1rem;
  }
}
.howWeWork__contentText h3 {
  max-width: 31rem;
  margin-bottom: clamp(1.875rem, 1.3393rem + 1.4881vw, 3.125rem);
  color: #ffffff;
  font-size: clamp(1.75rem, 1.4286rem + 0.8929vw, 2.5rem);
}
.howWeWork__contentImage img {
  position: absolute;
  bottom: 50px;
  right: 21px;
  max-height: 108%;
  height: 108%;
  width: auto;
}
@media (max-width: 1320px) {
  .howWeWork__contentImage img {
    height: 104%;
    max-height: 104%;
    right: 16px;
    bottom: 30px;
  }
}
@media (max-width: 1180px) {
  .howWeWork__contentImage img {
    height: 102%;
    max-height: 102%;
    bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .howWeWork__contentImage img {
    max-width: 60%;
    height: auto;
  }
}
@media (max-width: 850px) {
  .howWeWork__contentImage img {
    position: static;
    max-width: unset;
    width: 100%;
  }
}
.howWeWork__contact {
  padding: 100px 80px 120px 80px;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  border-bottom: 1px solid #ece3e8;
}
@media (max-width: 1320px) {
  .howWeWork__contact {
    padding: 4rem 3rem;
  }
}
@media (max-width: 1180px) {
  .howWeWork__contact {
    padding: 2rem;
  }
}
@media (max-width: 660px) {
  .howWeWork__contact {
    flex-direction: column;
    padding: 2rem 0;
  }
}
.howWeWork__contactColumn {
  max-width: 450px;
  flex: 0 0 calc(40% + 1rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}
.howWeWork__contactColumn h4 {
  font-size: clamp(1.75rem, 1.4286rem + 0.8929vw, 2.5rem);
}
.howWeWork__contactColumn .btn {
  width: -moz-max-content;
  width: max-content;
}
.howWeWork__contactText {
  max-width: 585px;
}
/*# sourceMappingURL=block-how-we-work.css.map */
