footer {
  padding: 10px;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
}
.service-section {
  padding: 40px 10px;
  margin: auto;
}

.service-container {
  display: flex;
  flex-direction: row;
  gap: 40px;
  flex-wrap: wrap;
}

.service-title {
  flex: 1 1 250px;
}

.service-title h2 {
  font-size: 28px;
  margin: 0 0 20px 0;
}

.service-content {
  flex: 3 1 600px;
}

.service-content p {
  line-height: 1.6;
  margin-bottom: 20px;
}
.service-section .specialization-section {
  background: #fafafa;
  text-align: center;
  padding: 60px 40px;
}
.service-section h1 {
  font-size: 2.5rem;
  margin: 10px 0 10px;
  font-weight: bold;
}
.service-section h3 {
  font-size: 1.5rem;
}
.service-section .specializations {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.service-section .grid-container .last-parent-container {
    display: flex;
    width: 95vw;
    justify-content: center;
    gap: 1rem;
}
.service-section .grid-container {
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: 33% 33% 34%;
  gap: 1rem;
  padding: 2rem 4rem 4rem 1rem;
}
.service-section .grid-container .single-center {
  justify-self: center;
  margin-right:5px !important;   
  width: 50%;      /* center the item horizontally */
}
.service-section .grid-container .real-estate {
  width: 60vw;
}
.service-section .card-content p {
  font-size: 1.2rem;
}
.service-section .specialization-item img {
  margin-bottom: 10px;
}
.client-1 {
  height: 100px;
}
.client-2 {
  height: 100px;
}
.client-3 {
  height: 100px;
}
.client-4 {
  height: 100px;
}
.client-5 {
  height: 100px;
}
.client-6 {
  height: 100px;
}
.client-7 {
  height: 100px;
}
.client-8 {
  height: 100px;
}
.client-9 {
  height: 100px;
}
.client-10 {
  height: 100px;
}
.client-11 {
  height: 100px;
}
.service-section .specialization-item p {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.95rem;
}
@media (max-width: 600px) {

  .service-section {
    padding: 40px 15px;
  }

  .service-title h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .service-content p {
    font-size: 15px;
  }
  .service-section .grid-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0px;
  }
  .service-section .grid-container .single-center {
    /* grid-column: 1 / -1;           */
    /* justify-self: center; */
    margin-right:0px !important;   
    width: 100%;      /* center the item horizontally */
  }
  .service-section .specialization-item p {
    margin-top: 10px;
  }
  .service-section .specializations {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
    flex-wrap: wrap;
    /* align-items: center; */
  }
  .service-section .grid-container .last-parent-container {
    display: flex;
    gap: 1rem;
    flex-direction: column;
    align-items: center;
    width: fit-content;
}
.service-section .grid-container .real-estate {
  width: auto;
}
}