
/*--------------------------------------------------------------
# Why Choose Us Section
--------------------------------------------------------------*/
.why-choose-us-image img {
  border-radius: 16px;
  max-height: 500px;
  object-fit: cover;
  width: 100%;
}

.why-choose-us h2 {
  font-weight: 700;
  font-size: 30px;
  color: var(--heading-color);
  margin-bottom: 15px;
}

.why-choose-us-item {
  gap: 16px;
}

.why-choose-us-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: var(--default-color);
  color: var(--contrast-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.why-choose-us-item h4 {
  font-size: 17px;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 6px;
}

.why-choose-us-item p {
  font-size: 14px;
  line-height: 22px;
  color: var(--text-color);
  margin: 0;
}
