.map-info,
.service-card {
  background-color: #f8f9fa;
  display: flex;
}

.info-map-container {
  width: 100%;
}

.contact-container {
  max-width: 1200px !important;
}
.map-section {
  padding-top: 6.4rem;
  padding-bottom: 12.8rem;
  width: 100%;
}
.title-section {
  font-size: 4.2rem;
  margin-bottom: 4.8rem;
}
.map-info {
  flex-direction: column;
  justify-content: space-between;
  padding: 4.8rem !important;
  width: 40%;
}

.map-info p {
  margin-bottom: 2.4rem;
}

.map-info-title {
  font-size: 3.2rem;
  font-weight: 600;
}
.map-iframe {
  border: 0;
  padding: 0 !important;
}
.service-section {
  margin-bottom: 9.6rem;
}
.service-row {
  display: flex;
  gap: 2rem;
}
.service-card {
  height: 32rem;
  flex: 1;
  padding: 2.4rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.service-card-title {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 1.6rem;
}
.contact-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5rem 0 10rem;
}
.contact-form {
  width: 800px;
  max-width: 100%;
}
.contact-section label {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
}
.form-control {
  border: 1px solid #ccc;
  padding: 10px !important;
  font-size: 16px !important;
}
.form-group,
.form-row {
  margin-bottom: 16px;
}
.contact-description {
  height: 30rem;
}
.btn-contact {
  margin-top: 4.8rem;
  width: 200px;
}

@media (max-width: 767px) {
  .map-section {
    display: flex;
    flex-direction: column;
    align-items: center !important;
  }
  .map-info {
    width: 100%;
  }
  .title-section {
    text-align: center;
  }
  .map-iframe {
    height: 600px;
  }
}
