/*!
==========================================================
OBJETIVOS DO CURSO
==========================================================
*/

.stbg-objetivos-curso {
  margin: 60px 0;

  h2 {
    margin-bottom: 20px;

    color: #8f1519;

    font-size: 2rem;

    font-weight: 700;
  }

  &-texto {
    color: #292929;

    font-size: 18px;

    line-height: 1.9;

    p {
      margin-bottom: 1.5rem;
    }

    ul,
    ol {
      margin: 0 0 1.5rem 1.5rem;
    }

    li {
      margin-bottom: 0.6rem;
    }

    strong {
      font-weight: 700;
    }
  }
}

/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1024px) {
  .stbg-objetivos-curso {
    margin: 50px 0;

    h2 {
      font-size: 1.8rem;
    }

    &-texto {
      font-size: 17px;
    }
  }
}

/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 600px) {
  .stbg-objetivos-curso {
    margin: 40px 0;

    h2 {
      margin-bottom: 16px;

      font-size: 1.6rem;
    }

    &-texto {
      font-size: 16px;

      line-height: 1.8;
    }
  }
}
