.modal-content-width {
  width: 768px;
}
@media (max-width: 767px) {
  .modal-content-width {
    width: 100%;
    max-width: 100%;
  }
}

img.solid-line {
  width: 100px;
}

.text-explained {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
}

.customer-grid-container {
  margin-bottom: 40px;
}

.grid {
  margin-left: 15px;
  margin-right: 15px;
}

.grid-item {
  margin-bottom: 20px;
  width: 180px;
}

.invi {
  visibility: hidden;
  max-height: 400px;
  overflow: hidden;
}

.testimony-item {
  padding: 30px 40px;
}
.testimony-item.item-even {
  background: #f2f3f4;
}
.testimony-item img {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.testimony-item .item-img {
  margin-bottom: 10px;
}
.testimony-item .item-inst {
  font-weight: bold;
}
.testimony-item .image-contain {
  padding: 0 60px;
}
.testimony-item .item-name {
  font-size: 24px;
  font-weight: bold;
}
.testimony-item .item-title {
  margin-bottom: 10px;
  font-weight: bold;
}

hr.solid-line {
  margin-left: 45%;
  margin-right: 45%;
  height: 5px;
  border: 0;
  background: #f6aa19;
}
