/*
* ----------------------------------------------------------------------------------------
* BANNERS
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 768px) {
  .banner-title {
    font-size: 26px;
    left: 45px;
    max-width: 175px;
    top: 80px; } }
@media only screen and (min-width: 992px) {
  .banner-title {
    font-size: 34px;
    left: 45px;
    max-width: 230px;
    top: 102px; } }
@media only screen and (min-width: 1200px) {
  .banner-title {
    font-size: 44px;
    left: 45px;
    max-width: 300px;
    top: 125px; } }
/*
* ----------------------------------------------------------------------------------------
* CONTENT
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1px) {
  .mobile--expect {
    color: #00AE41;
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin: 20px 0 0 0;
    text-transform: uppercase; }

  .mobile--expect:hover {
    color: #00AE41; } }
@media only screen and (min-width: 768px) {
  .desktop--education-content {
    margin: 30px 0; }

  .desktop--banner-label {
    background: #F2F2F2;
    color: #00AE41;
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    padding: 10px 15px;
    text-transform: uppercase; }
    .desktop--banner-label .desktop--green-arrow {
      width: 10px; }

  .sim-1 {
    width: 100%; } }
@media only screen and (min-width: 992px) {
  .desktop--education-content {
    margin: 0 0 80px 0; }

  .edu-1-container img,
  .edu-2-container img,
  .edu-3-container img,
  .edu-4-container img {
    width: 100%; }

  .edu-1-container,
  .edu-3-container {
    padding-right: 15px !important; }

  .edu-2-container,
  .edu-4-container {
    padding-left: 15px !important; } }

/*# sourceMappingURL=commitment.css.map */
