.heading-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.heading-container h3 {
  /* font-size: 2.6rem; */
  font-weight: 600;
}

.heading-container p {
  max-width: 60%;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  font-family: "Roboto Condensed" !important;
}

.paragraph_text {
  font-family: "Roboto Condensed";
}

.our-services-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 3rem;
}

.service-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  min-width: 388px;
  height: 14rem;
  background: linear-gradient(
    to right,
    rgba(0, 38, 69, 0.95),
    rgba(38, 138, 193, 0.95)
  ) !important;
  color: #fff;
  padding: 2rem;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 9px 18px, rgba(0, 0, 0, 0.22) 0px 5px 4px;
  border-radius: 5px;
}

.service-card h4 {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  padding-bottom: 0.5rem;
}

.service-card p {
  color: #fff;
  text-align: left;
  font-size: 1rem;
}

.services {
  background-color: #e8effc;
  padding: 3rem;
  border-radius: 20px;
  margin-top: 3rem;
}

.service_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
  padding-bottom: 4rem;
}

.service_even {
  display: flex;
  flex-direction: row-reverse;
}

.service_container img {
  object-fit: cover;
  border-radius: 20px;
  min-width: 25rem;
  max-width: 25rem;
  height: 15rem;
}

.service_container div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5rem;
}

.service_container h4 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.service_container p {
  font-size: 1rem;
  font-family: "Roboto Condensed";
}

.service_last {
  padding-bottom: 0;
}

.service-banner {
  background: url(../img/services/service-banner-1.jpg) top left no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 60vh;
}

.service-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 40%;
  height: 100%;
  margin-left: auto;
  padding: 3rem 4rem;
}

.service-text h4 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
}

.service-text p {
  font-size: 1rem;
  font-family: "Roboto Condensed";
  color: #fff;
}

.mobile {
  display: none !important;
}

@media (max-width: 1100px) {
  .service-text {
    width: 60%;
    padding: 3rem 4rem;
  }
}

@media (max-width: 992px) {
  .heading-container h3 {
    /* font-size: 2rem; */
    font-weight: 600;
    text-align: center;
  }

  .heading-container p {
    max-width: 90%;
  }

  .service_container {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }

  .service_container div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
  }

  .service_container h4 {
    text-align: center;
  }

  .service_container p {
    text-align: center;
  }

  .service-card {
    width: 30%;
    min-width: 288px;
    height: 18rem;
  }
}

@media (max-width: 768px) {
  .industries-image-mobile {
    display: block;
  }

  .industries-image-desktop {
    display: none;
  }

  .service-banner {
    background-position: right;
    width: 100%;
    height: 50vh;
  }

  .service-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 100%;
    margin: auto;
    padding: 2rem;
  }

  .service-text h4 {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
  }

  .service-text p {
    font-size: 0.8rem;
    font-family: "Roboto Condensed";
    color: #fff;
    text-align: center;
  }

  .mobile {
    display: block !important;
  }

  .desktop {
    display: none !important;
  }
}

@media (max-width: 568px) {
  .heading-container h3 {
    font-size: 1.6rem;
  }

  .service_container {
    padding-bottom: 3rem;
  }

  .service_last {
    padding-bottom: 0;
  }

  .service_container h4 {
    text-align: center;
  }

  .service_container p {
    font-size: 0.8rem;
    text-align: left;
  }

  .service_container img {
    min-width: 15rem;
    max-width: 15rem;
    height: 10rem;
  }

  .footer-logo {
    text-align: center;
  }
}
