.services-main-content-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  min-height: 100%;
  height: max-content;
}
.services-main-wrapper {
  width: 100%;
  height: auto;
  display: flex;
  flex: 0 0 auto;
  margin-top: 10rem;
  align-items: center;
  justify-content: center;
}
.services-spacer-wrapper {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
/* CUSTOM STYLES */
.home-features {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-features-container {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #588dbb;
}
.home-features1 {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  padding-top: var(--dl-space-space-fourunits);
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fourunits);
  justify-content: flex-start;
}
.home-container03 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.sectionTitle {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 1.2;
  text-transform: uppercase;
}
.home-text03 {
  color: #ffff;
  font-family: "Source Sans 3", sans-serif;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
}
.home-features-heading {
  font-family: "Anton", sans-serif;
  line-height: 1.6;
  font-size: var(--fs-600);
  margin-bottom: var(--dl-space-space-oneandhalfunits);
}
.home-features-sub-heading {
  color: #ffff;
  font-size: 18px;
  text-align: center;
  line-height: 1.6;
}
.home-container04 {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-space-space-twounits);
  grid-template-columns: 1fr 1fr;
}

.feature-card-feature-card {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-twounits);
  position: relative;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
  background-color: #ffff;
}
.feature-card-icon {
  fill: #588dbb;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  margin-right: var(--dl-space-space-oneandhalfunits);
}
.feature-card-container {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.feature-card-text {
  font-family: "Raleway";
  font-weight: 600;
  line-height: 28px;
  color: #101010;
  text-transform: capitalize;
}
.feature-card-text1 {
  color: var(--dl-color-gray-700);
  line-height: 1.6;
}
.feature-card-text1-span a {
  text-decoration: underline;
  color: var(--dl-color-gray-700);
}
.feature-card-text1-span a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .feature-card-feature-card {
    flex-direction: row;
  }
  .feature-card-container {
    flex-direction: column;
  }
  .home-container04 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 479px) {
  .feature-card-container {
    flex-direction: column;
  }
}
