/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
.paragraph-price-request-form .content-wrapper {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .paragraph-price-request-form .content-wrapper {
    display: flex;
    margin-top: 60px;
  }
  .paragraph-price-request-form .content-wrapper > div {
    width: 100%;
  }
  .paragraph-price-request-form__field-title, .paragraph-price-request-form__field-description {
    width: 100%;
    max-width: calc(100% - 390px);
  }
  .paragraph-price-request-form__field-title {
    margin-bottom: 15px;
  }
  .paragraph-price-request-form__field-right-column-block {
    min-width: 390px;
    max-width: 390px;
    margin-left: auto;
    padding-left: 30px;
  }
}

/*# sourceMappingURL=price-request-form.css.map */
