@import url('https://fonts.cdnfonts.com/css/creato-display');
@import url('https://fonts.cdnfonts.com/css/kenoky');

@media only screen and (max-width: 600px) {

  .desktop-image {
    display: none;
  }

  .mobile-image {
    display: block;
  }

  /* TITLE */
  .title-container {
    padding: 100px 0 40px;
    height: max-content;
  }

  .title-conainer-text {
    width: 100%
  }

  .title {
    font-size: 50px;
    padding: 0 25px;
  }

  .subtitle {
    font-size: 50px;
  }

  .description {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .description-line {
    font-family: 'Creato Display';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 122%;
    display: flex;
    align-items: center;
  }

  .description-line span {
    font-family: 'KENOKY';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    margin-right: 6px;
  }

  .vl {
    margin: 0 auto 32px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    height: 55px;
  }

  .vl-short {
    margin: 32px auto 0;
    height: 32px;
  }

  /* ================================================================= */

  /* Sections */
  .section {
    width: 100%;
    padding: 60px 20px;
    box-sizing: border-box;
  }

  .section-black {
    background: #000;
    color: #FFFFFF;
  }

  .section-light {
    background: #F7F8FA;
    color: #1E1F21;
  }

  .section-asset {
    padding: 0;
  }

  .section-content {
    display: flex;
    max-width: 100%;
    margin: 0 auto;
    flex-direction: column;
  }

  /* ================================================================= */

  .iframe-video {
    width: 350px;
    height: 198px;
    margin: 0 auto 50px;
  }

  .hero {
    height: max-content;
  }

  .hero .mobile-image {
    width: 100%;
    height: 60vw;
  }

  /* SMALL CARDS */

  .small-cards-scroll {
    width: 100%;
    overflow-x: auto;
  }

  .small-cards {
    width: max-content;
  }

  /* ================================================================= */

  .two-column-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .text-body {
    min-width: 100%;
  }

  .text-body-big {
    font-size: 30px;
    margin-bottom: 52px;
  }

  .concept-cards,
  .goals-cards {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .concept-card,
  .goals-card {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
  }

  .concept-card:last-child,
  .goals-card:last-child {
    margin-bottom: 0;
  }

  /*TEXT BLOCKS*/

  .text-container,
  .text-container-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .text-container-text {
    width: 100%;
  }

  .text-container-title {
    width: 90%;
  }

  .text-container-title-long{
    width: 100%;
  }

  .text-container img {
    width: 100%;
    margin-top: 42px;
  }

  /* ================================================================= */


  .asset {
    width: 100%;
    height: auto;
  }

  /*OBJECTIVES*/

  .objectives-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 50px;
  }

  .objective {
    width: 90%;
    height: auto;
    margin-bottom: 50px;
  }

  .objective:last-child {
    margin-bottom: 0;
  }
}