.center {
    text-align: center;
}

.logo-tango {
    max-width: 510px
}

.service-icon img {
    width: 65%
}

#fiscal img {
    width: 70%
}

.commerce-img img {
    width: 80%;
}

#commerce .btn-common {
  border: 2px solid #007bff;
  background: transparent;
}

#commerce .controls .btn-common.active {
  color: #007bff !important;
}

#commerce .btn-common:hover {
  color: #fff;
  background: #007bff;
  border: 2px solid #007bff;
}

#commerce.row {
  margin-left: 0;
  margin-right: 0;
}

.contact-button {
    margin-top: 60px;
}

.green > ul > li > i {
  color: green;
}

#about i {
  font-size: 30px;
  margin-bottom: 15px;
}

#about .about {
  margin: 30px 0;
}

#contact i {
  font-size: 30px;
  margin-bottom: 15px;
}

#web i {
  font-size: 30px;
  margin-bottom: 15px;
}

#sliders {
  background-image: url('../img/slider/bg-1.png');
  background-position: center;
}

#sliders .carousel-item {
  height: 500px;
}

.copyright-text p {
  color: black;
}

@media screen and (max-width: 996px) and (min-width: 768px) {
  #sliders .carousel-item {
    height: 350px;
  }

  #commerce h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .web-table-item .plan-name {
    padding: 15px 10px;
  }

  #sliders .carousel-item {
    height: 300px;
  }

  #sliders {
    background-size: 215%;
    background-repeat: no-repeat;
  }
  .service-icon img {
      width: 70%
  }

  #fiscal img {
    width: 55%;
  }

  #fiscal article > h3 {
      font-size: 16px;
  }

  #commerce {
    padding-top: 0;
  }

  #commerce h4 {
    font-size: 13px;
  }

  .commerce-img img {
      width: 60%
  }

  #carousel-area .carousel-item .carousel-caption h3 {
    margin-bottom: 40px;
  }

  #tango img.logo-tango {
    width: 80%;
  }

  .web-table-item .plan-name h3 {
    font-size: 12px;
  }

  .btn {
    padding: 5px 20px;
  }

  #partners h3 {
    font-size: 19px;
  }

  #partners img {
    width: 80%;
  }
}
