.good-company {
  padding: 60px 0;
}

.good-company .title {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 55px;
}

@media (min-width: 1200px) {
  .good-company .title {
    flex-flow: row nowrap;
  }
}

.good-company .title img {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .good-company .title img {
    margin-right: 40px;
    margin-bottom: 0;
  }
}

.good-company .title h2 {
  margin: 0;
  font-size: 30px;
  color: #170049;
  font-weight: 300;
  text-align: center;
}

@media (min-width: 1200px) {
  .good-company .title h2 {
    text-align: left;
    font-size: 48px;
  }
}

.good-company .owl-carousel {
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
}

@media (min-width: 1200px) {
  .good-company .owl-carousel {
    flex-flow: row nowrap;
    padding: 0 0 55px;
  }
}

.good-company .owl-carousel .owl-stage-outer {
  margin-bottom: 35px;
}

.good-company .owl-carousel .owl-stage,
.good-company .owl-carousel .owl-item {
    height: 100%;
}

.good-company .owl-carousel .item {
  padding: 35px 30px;
  margin-bottom: 50px;
  border: 1px solid #ededee;
  border-radius: 30px;
  height: 100%;
}

@media (min-width: 1200px) {
  .good-company .owl-carousel .item {
    margin-bottom: 0;
  }
}

.good-company .owl-carousel .item img {
  display: block;
  margin: 0 auto 35px;
  max-width: 193px;
}

.good-company .owl-carousel .item h3 {
  margin-bottom: 20px;
  font-size: 16px;
  color: #170049;
}

.good-company .owl-carousel .item p {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #333333;
}

.good-company .owl-carousel .owl-nav {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between; 
}

.good-company .owl-carousel .owl-nav button {
  background-color: #006bff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 29px 7px!important;
  font-size: 24px;
  color: #fff;
  border: 1px solid #006bff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

@media (min-width: 1200px) {
  .good-company .owl-carousel .owl-nav {
    width: 30%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.good-company .owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-align: center;
  height: auto;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.good-company .owl-carousel .owl-dots button {
  background: transparent;
  padding: 0;
  margin: 0 8px;
  border: none;
  transition: all .5s ease 0s;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
}

.good-company .owl-carousel .owl-dots button span {
  background-color: #e1e3ea;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
}

.good-company .owl-carousel .owl-dots button.active span, 
.good-company .owl-carousel .owl-dots button:hover span {
  background-color: #006bff;
}

.good-company .testimonials-button {
  text-align: center;
  padding: 35px 0;
}

/*.good-company .carousel-navigation {
  height: 39px;
}

.good-company .carousel-navigation .container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}*/

/*.good-company .carousel-navigation .dots {
  padding: 0 27px;
  text-align: center;
}

.good-company .carousel-navigation .dots button {
  background: transparent;
  padding: 0;
  margin: 0 8px;
  border: none;
  transition: all .5s ease 0s;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
}

.good-company .carousel-navigation .dots button span {
  background-color: #e1e3ea;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
}

.good-company .carousel-navigation .dots button.active span, 
.good-company .carousel-navigation .dots button:hover span {
  background-color: #006bff;
}

.good-company .carousel-navigation .nav {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between; 
}

.good-company .carousel-navigation .nav button {
  background-color: #006bff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 29px 7px!important;
  font-size: 24px;
  color: #fff;
  border: 1px solid #006bff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

@media (min-width: 1200px) {
  .good-company .carousel-navigation .nav {
    width: 30%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}*/