/* Variables
Variables that the other CSS sections depend upon
*/
{% include '../../css/variables/_colors.css' %}

  .bs-contact-section-small {
    position: relative;
    margin-bottom: 200px;
  }
  @media (max-width: 991px) {
    .bs-contact-section-small {
      margin-bottom: 100px;
    }
  }
  
  .bs-contact-section-small__form {
    margin-bottom: 150px;
    padding: 0 24px;
    margin-top: 30px;
  }
  @media (max-width: 991px) {
    .bs-contact-section-small__form {
      margin-top: 100px;
    }
  }

  .bs-contact-section-small__form__inner {
    display: flex;
    max-width: 1240px;
    margin: 0 auto;
  }
  @media (max-width: 767px) {
    .bs-contact-section-small__form__inner {
      display: block;
    }
  }

  .bs-contact-section-small__form__title {
    text-align: center;
    position: relative;
    background-color: #fff;
    z-index: 1;
    font-weight: 700;
    font-size: 140px;
    line-height: 1.17em;
    letter-spacing: 0.01em;
    margin-bottom: 50px;
    color: #333333;
  }

  @media (max-width: 1450px) {
    .bs-contact-section-small__form__title {
      font-size: 90px;
    }
  }

  @media (max-width: 991px) {
    .bs-contact-section-small__form__title {
      font-size: 46px;
      text-align: left;
    }
  }

  .bs-contact-section-small__form__title span {
    position: relative;
  }

  .bs-contact-section-small__form__title br {
    display: none;
  }

  @media (max-width: 991px) {
    .bs-contact-section-small__form__title br {
      display: block;
    }
  }

  .bs-contact-section-small__form__title .arrow {
    display: inline-block;
    height: 108px;
    width: 108px;
    margin-left: -10px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 29px;
    /* margin-top: 50%;
    transform: translateY(-50%); */
  }
  @media (max-width: 1450px) {
    .bs-contact-section-small__form__title .arrow {
      display: inline-block;
      height: 70px;
      width: 70px;
      margin-left: -10px;
      margin-top: 4px;
    }
  }

  /* .bs-contact-section-small__form__title {
    font-size: 46px;
  } */

  .bs-contact-section-small__form__title > span {
    display: inline-block;
    padding-right: 120px;
    position: relative;
  }

  .bs-contact-section-small__form__title .arrow {
    height: 100px;
    width: 100px;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: rotate(135deg);
    position: absolute;
    right: 0;
    top: 0;
  }

  .bs-contact-section-small__form__inner__left {
    width: 50%;
    padding-right: 30px;
  }
  @media (max-width: 767px) {
    .bs-contact-section-small__form__inner__left {
      width: 100%;
      padding: 0;
    }
  }

  .bs-contact-section-small__form__inner__left h3 {
    font-size: 40px;
    line-height: 1.2em;
    text-transform: none;
    letter-spacing: 0;
    color: #333333;
    font-weight: 700;
  }
  @media (max-width: 991px) {
    .bs-contact-section-small__form__inner__left h3 {
      font-size: 28px;
    }
  }

  .bs-contact-section-small__form__inner__left p {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.45em;
    color: #333333;
  }
  @media (max-width: 991px) {
    .bs-contact-section-small__form__inner__left p {
      font-size: 20px;
    }
  }

  .bs-contact-section-small__form__inner__right {
    width: 50%;
    padding-left: 30px;
  }
  @media (max-width: 767px) {
    .bs-contact-section-small__form__inner__right {
      width: 100%;
      padding: 0;
    }
  }

  .bs-contact-section-small__form__text {
    font-size: 53px;
    line-height: 1.17em;
    font-weight: 200;
    color: #333333;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
  }
  @media (max-width: 991px) {
    .bs-contact-section-small__form__text {
      font-size: 32px;
    }
  }

  .bs-contact-section-small__form__button-container {
    text-align: right;
    margin-top: 40px;
  }

  .bs-contact-section-small__form__button-container .bs-button {
    width: 200px;
  }
  @media (max-width: 767px) {
    .bs-contact-section-small__form__button-container .bs-button {
      width: 100%;
    }
  }
  
