/*----------------------
# HP V2 Technology Section
------------------------------*/
.hp-v2-technology {
  padding: 0;
}

.hp-v2-technology .hp-v2-section-title {
  margin-bottom: 10px;
}

.technology-content {
  background: #DFDFE1;
}

.technology-row {
  display: flex;
  padding: 10px 10px 0 20px;
  align-items: flex-start;
}

.technology-row:first-child {
  padding-top: 20px;
}

.technology-row:last-child {
  border-bottom: none;
  padding-bottom: 20px;
}

.technology-text {
  font-size: 16px;
  color: #221E1F;
  font-family: 'Lato', sans-serif;
  line-height: 1.6;
}

.technology-text strong {
  font-weight: bold;
}

/* Tablet (max-width: 992px) */
@media (max-width: 992px) {
  .hp-v2-technology {
    padding: 0;
  }

  .hp-v2-technology .hp-v2-section-title {
    margin-bottom: 20px;
  }

  .technology-row {
    padding: 10px 10px 0 15px;
  }

  .technology-row:first-child {
    padding-top: 15px;
  }

  .technology-row:last-child {
    padding-bottom: 15px;
  }

  .technology-text {
    font-size: 16px;
  }
}

/* Mobile (max-width: 768px) */
@media (max-width: 768px) {
  .hp-v2-technology {
    padding: 0;
  }

  .hp-v2-technology .hp-v2-section-title {
    margin-bottom: 15px;
  }

  .technology-row {
    padding: 8px 10px 0 15px;
  }

  .technology-row:first-child {
    padding-top: 12px;
  }

  .technology-row:last-child {
    padding-bottom: 12px;
  }

  .technology-text {
    font-size: 16px;
  }
}
