/*Sections definitions structues*/
.section {
  margin: 13.5rem 0;
}

.heading-1 {
  font-size: 3.6rem;
  font-weight: bold;
}

.heading-3 {
  color: rgba(0, 0, 0, 0.66);
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.text {
  font-size: 1.8rem;
  line-height: 1.5;
}

.normal-text {
  color: rgba(0, 0, 0, 0.66);
  font-family: Poppins;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/*Service section*/
@media screen and (max-width: 1023px) {
  .section {
    margin: 6.5rem 0;
  }
  .inner-section-1-container {
    gap: 2rem 0;
  }
  .inner-section-1-container-bottom {
    margin: 0;
  }

  .heading-1 {
    font-size: 3rem;
    font-weight: bold;
  }
  
  .heading-3 {
    color: rgba(0, 0, 0, 0.66);
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  
  .text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  
  .normal-text {
    color: rgba(0, 0, 0, 0.66);
    font-family: Poppins;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  
}

@media screen and (max-width: 425px) {

  /*Sections definitions structues*/
  .header-content-container--text {
    font-size: 3.2rem !important;
  }
  

  .heading-1 {
    font-size: 2.8rem;
    font-weight: bold;
  }

  .heading-3 {
    color: rgba(0, 0, 0, 0.66);
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .text {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .normal-text {
    color: rgba(0, 0, 0, 0.66);
    font-family: Poppins;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}