/* laptops and desktops */
@media (max-width: 1500px) {
  .form-grid .item {
    margin-bottom: 30px;
  }
}

/* laptops and desktops */
@media (max-width: 1281px) {
  .container-xl,
  .container-lg {
    padding: 0 50px;
  }
  .container-xl {
    max-width: calc(var(--container-xl) + 100px);
  }
  .container-lg {
    max-width: calc(var(--container-lg) + 100px);
  }
}

@media (max-width: 1000px) {
  .fixed-photo .fixed-plant {
    display: none;
  }
}

/* big landscape tablets */
/* tablet (landscape) */
@media (max-width: 801px) {
  .container-xl,
  .container-lg {
    padding: 0 20px !important;
  }
  .container-xl {
    max-width: calc(var(--container-xl) + 40px) !important;
  }
  .container-lg {
    max-width: calc(var(--container-lg) + 40px) !important;
  }
  .text-heading-h2 {
    font-size: 30px !important;
    line-height: 130% !important;
  }
  .quote-section .text-quote {
    font-size: 15px !important;
    line-height: 170% !important;
  }
  .quote-section .text-quote i {
    font-size: 15px;
  }
  .quote-section .signature {
    font-size: 35px !important;
  }

  .background-empty .box-ratio .content{
    background-position: center !important;
    background-size: cover !important;
  }
}

/* portrait tablets */
@media (max-width: 600px) {
  .text-heading-h2 {
    font-size: 6.5vw !important;
    line-height: 130% !important;
  }
  .form-grid .item {
    display: grid;
    grid-template-columns: 1fr;
  }
  .form-grid .item .title {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .form-grid .item .select-wrapper {
    width: 100%;
  }
  .quote-section .text-quote {
    padding: 0 9px !important;
  }
  .btn.btn-primary {
    font-size: 13px;
  }
}

/* smartphones (landscape) */
/* smartphones */
/* laptops and desktops */
/* big landscape tablets */
/* tablet (landscape) */
/* portrait tablets */
/* smartphones (landscape) */
/* smartphones */
