/**
 * Values Section - Dioqa Model Corporate
 * 
 * @package Dioqa_Model_Corporate
 */

.values-image img {
  width: 100%;
  height: auto;
}

.value-icon-img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.value-title {
  color: var(--bs-gray-dark);
  font-family: var(--font-heading);
  font-size: var(--text-lg);
  font-weight: 700;
  line-height: normal;
}

.value-text p {
  color: var(--bs-gray-medium);
  font-family: var(--font-body);
  font-size: var(--text-md);
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

