/* Section --------------------------------------------------------------------------------------------------------*/
.section-outer {
  padding: 60px 0;
}

.section-heading-left {
  padding-bottom: 20px;
}

.section-heading-right {
  position: relative;
}

.section-heading {
  margin: 0 auto 30px;
  max-width: 860px;
}

.section-title {
  color: #0069B4;
  font-size: 2.5rem;
  line-height: 3.125rem;
  font-weight: 700;
  padding-bottom: 20px;
  text-align: center;
}

.section-text {
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: left;
}
.section-heading-logo {
  width: 100px;
  height: 100px;
  align-self: center;
  margin-right: 10px;
}

/* Responsive Media Queries --------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) {
  .section-heading-flex {
    display: flex;
    display: -ms-flexbox;
    max-width: 100%;
    justify-content: space-between;
  }

  .section-heading-left {
    padding-bottom: 0px;
  }

  .section-heading-right {
    padding-left: 15px;
    position: relative;
  }

  .section-outer {
    padding: 90px 0;
  }
  .section-outer .container {
    position: relative;
  }

  .section-heading {
    margin: 0 auto 50px;
  }

  .section-title {
    font-size: 3.4375rem;
    line-height: 3.75rem;
  }

  .section-heading-logo {
    width: 190px;
    height: 190px;
    display: block;
  }
}
@media (max-width: 575.98px) {
  .section-heading-right {
    position: relative;
  }

  .equipo .section-title {
    font-size: 1.875rem;
  }
}

/*# sourceMappingURL=section.css.map */