/*
 * =====================================================
 *
 * [variable]
 *
 * =====================================================
 */
/*
 * =====================================================
 *
 * [support]
 *
 * =====================================================
 */
body.support #intro {
  padding-bottom: 120px;
}

body.support #activities .inner {
  position: relative;
}

body.support #activities .img01 {
  width: 400px;
  position: absolute;
  top: -130px;
  left: 0;
}

body.support #activities .txtVox {
  width: 530px;
  margin: 0 0 0 auto;
}

body.support #activities .btnStyle01 {
  margin-top: 30px;
}

/* END body */
/**
 ****************************************************
 *
 * screens larger than $bp
 *
 ****************************************************
 */
@media only screen and (min-width: 768px) {
  /* END body */
}

/**
 ****************************************************
 *
 * screens smaller than $bp + 1
 *
 ****************************************************
 */
@media only screen and (max-width: 768px) {
  /* END body */
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  /* END body */
}

/**
 ****************************************************
 *
 * screens smaller than $bp
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
  body.support #intro {
    padding-bottom: 80px;
  }
  body.support #activities {
    padding-top: 0;
  }
  body.support #activities .img01 {
    width: auto;
    position: static;
    transform: translateY(-30px);
  }
  body.support #activities .txtVox {
    width: auto;
  }
  /* END body */
}

/* END @media smaller than $bp */
