
/** supplier-section **/

.supplier-section .team-block-one .inner-box .image-box .image {
  background: #f7f7f7;
  padding: 30px;
  border-radius: 4px;
}

.supplier-section .team-block-one .inner-box .image-box .image img {
  width: 100%;
  height: 100px;
  object-fit: contain;
}

.supplier-section .team-block-one:hover .inner-box .image-box .image img {
  transform: none;
  opacity: 1;
}

.supplier-section .supplier-type {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--theme-color);
  margin-bottom: 8px;
}

.supplier-section .lower-content h3 {
  margin-bottom: 10px;
}

.supplier-section .lower-content p {
  font-size: 15px;
  color: #676767;
  line-height: 1.7;
  margin-bottom: 18px;
}

.supplier-section .lower-content .supplier-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: var(--theme-color);
  border-bottom: 1px solid var(--theme-color);
  padding-bottom: 2px;
  transition: opacity 300ms ease;
}

.supplier-section .lower-content .supplier-link:hover {
  opacity: 0.75;
}
