#hero-and-about {
  text-align: justify;
  text-justify: inter-word;
}

#hero-and-about .img-cont-1 {
  width: 100%;
  height: 193px;

  border-radius: 12px;
}

#hero-and-about .img-cont-1 img {
  object-fit: cover;
  height: 100%;
  width: 100%;

  border-radius: inherit;
}

.about-us-text {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: var(--safir-blue-900);
  margin-top: 12px;

  @media screen and (max-width: 768px) {
    text-align: left;
  }
}

.our-services-container {
  background-color: var(--gray-50);
  padding: 50px 0;
}

.services-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.services-card h1 {
  font-weight: 600;
  font-size: 16px;
  line-height: 18.77px;
  color: var(--safir-blue-900);
}

.services-card p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--safir-blue-900);

  text-align: justify;
  text-justify: inter-word;
}

.about-us-container {
  padding: 0 24px;
}

.about-us-bg {
  background-color: var(--blue-50);
  border-radius: 16px;
  padding: 50px 0;
}

@media (max-width: 768px) {
  .about-us-container {
    padding: 0;
  }
  .about-us-bg {
    overflow-x: auto;
  }
}

.about-us-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 210px;
  min-height: 200px;
}

.about-us-card .card-icon {
  width: fit-content;
  border-radius: 4px;
  background-color: var(--safir-blue-50);
  padding: 4px;
}

.about-us-card .card-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 16.42px;
  color: var(--safir-blue-500);
}

.about-us-card .card-content {
  font-weight: 400;
  font-size: 12px;
  line-height: 14.08px;
  color: var(--gray-500);
}
.about-us-card .card-content ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
