/*Media Queries*/
.section-title-green {
  color: #676b6a;
  font-weight: bold;
  margin-bottom: 30px;
  transition: all 0.6s ease-in; }
  @media (max-width: 768px) {
    .section-title-green {
      font-size: 30px; } }
  .section-title-green:before {
    content: '';
    position: absolute;
    border-top: solid 2px #0c8649;
    width: 100px;
    margin-top: -10px; }
  .section-title-green a {
    color: #676b6a;
    text-decoration: none; }
    .section-title-green a:hover {
      color: #0c8649; }

.section-title-yellow {
  color: #676b6a;
  font-weight: bold;
  margin-bottom: 50px;
  transition: all 0.6s ease-in; }
  @media (max-width: 768px) {
    .section-title-yellow {
      font-size: 30px; } }
  .section-title-yellow:before {
    content: '';
    position: absolute;
    border-top: solid 2px #e4a637;
    width: 100px;
    margin-top: -10px; }
  .section-title-yellow a {
    color: #676b6a;
    text-decoration: none; }
    .section-title-yellow a:hover {
      color: #0c8649; }

.pills-primary .nav-link.active {
  background-color: #0c8649 !important; }

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