.tri-footer-links {
    background: #2F3439;
    padding: 90px;
}

.tri-footer-links .tri {
    margin-right: 80px;
    margin-bottom: 30px;
    flex: 1;
}

.tri-footer-links .tri:last-child {
    margin-right: 0px;
}

.tri-footer-links p {
    color: #AAAAAA;
    font-size: 14px;
}

.tri-footer-links h2 {
    color: white;
    font-size: 32px;
    position: relative;
    margin-bottom: 30px;
}

.tri-footer-links h2:after {
    content: '';
    background-color: #ff7f00;
    width: 35px;
    height: 3px;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.tri-footer-links .nav-carousel .owl-dots {
  display: flex;
  justify-content: center;
  bottom: 10px;
  position: absolute;
  left: 0;
  right: 0;
}

.tri-footer-links .nav-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border: 2px solid #4B4B4B;
  border-radius: 50%;
  outline: none;
  margin: 0 10px;
}

.tri-footer-links .nav-carousel .owl-dots .owl-dot.active {
  background: #4B4B4B;
}

.tri-footer-links .nav-carousel .owl-nav {
  display: flex;
  justify-content: center;
  bottom: 0px;
  left: 0;
  right: 0;
}

.tri-footer-links .nav-carousel .owl-nav .owl-prev {
  left: -50px;
  position: relative;
  z-index: 9999;
  outline: none;
}

.tri-footer-links .nav-carousel .owl-nav .owl-next{
  right: -50px;
  position: relative;
  z-index: 9999;
  outline: none;
}

@media only screen and (max-width: 640px){
    .tri-footer-links {
      padding: 0px;
  }

  .tri-footer-links .content-container {
    padding: 60px 30px 30px 30px;
  }

  .tri-footer-links .tri:last-child {
    padding-bottom: 20px;
  }

  .tri-footer-links p {
      font-size: 16px;
      padding-top: 10px;
  }

  .tri-footer-links h2 {
      font-size: 28px;
      width: 80%;
  }
  .tri-footer-links a.text-link, .text-link{
    font-size: 18px;
  }
}
