.ServicesFooterContainer {
  display: flex;
  position: relative;
  padding-top: 7%;
  font-family: var(--plus-jakarta);
}

.footerBG {
  position: absolute;
  z-index: 1;
  bottom: 1rem;
}

.FooterHeadContent {
  background-color: rgba(255, 243, 225, 1);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  border-radius: 33px;
  left: 2.8%;
  padding: 4% 2%;
  position: relative;
  gap: 2.2rem;
  top: -1.4rem;
}

.FooterHeadText {
  font-family: var(--plus-jakarta);
  text-align: center;
  font-size: 50px;
  color: rgba(25, 0, 65, 1);
}

.FoorterContactUsBtn {
  font-size: 15px;
  padding: 1%;
  color: rgba(25, 0, 65, 1);
  border-radius: 6px;
  background-color: #c3c3f7;
  border: 1px solid #dfdffe;
}

@media (max-width: 980px) {
  .ServicesFooterContainer {
    display: flex;
    position: relative;
    padding-top: 7%;
    font-family: var(--plus-jakarta);
    justify-content: center;
  }

  .FooterHeadContent {
    background-color: rgba(255, 243, 225, 1);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 33px;
    left: 0.5rem;
    padding: 5% 2%;
    position: relative;
    top: -1.4rem;
    gap: 1.8rem;
  }

  .FooterHeadText {
    font-family: var(--plus-jakarta);
    text-align: center;
    font-size: 30px;
    color: rgba(25, 0, 65, 1);
    margin-bottom: 1px;
    line-height: 41px;
  }
}

@media (max-width: 468px) {
  .ServicesFooterContainer {
    display: flex;
    position: relative;
    padding-top: 7%;
    font-family: var(--plus-jakarta);
    justify-content: center;
    /* margin-left: -4%; */
    width: 96vw;
  }

  .FooterHeadContent {
    background-color: rgba(255, 243, 225, 1);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 30px;
    left: 0.5rem;
    padding: 10% 2%;
    position: relative;
    top: -1.4rem;
    gap: 0.5rem;
  }

  .FooterHeadText {
    font-family: var(--plus-jakarta);
    text-align: center;
    font-size: 18px;
    color: rgba(25, 0, 65, 1);
    margin-bottom: 1px;
    line-height: 26px;
  }
}