/**
*  ____            _   _               _
* / ___|  ___  ___| |_(_) ___  _ __   / |
* \___ \ / _ \/ __| __| |/ _ \| '_ \  | |
*  ___) |  __/ (__| |_| | (_) | | | | | |
* |____/ \___|\___|\__|_|\___/|_| |_| |_|
*/

H2 {
  font-family: poppins;
  font-size: 40px;
  letter-spacing: -1.6px;
  line-height: 50px;
}

.subheader {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: -.18px;
  line-height: 30px;
  margin-bottom: 50px;
}

/* SECTION 1 */
#p_item_section1 {
  display: flex;
  justify-content: center;
  z-index: 1;
  position: relative;
  background-color: white;
}

.p_item_s1_crop_out {
  width: 1400px;
  justify-items: anchor-center;
}

.p_item_s1_crop_in {
  align-items: center;
  margin: 0 auto;
}

.p_item_header {
  width: 100%;
  margin: 220px 0 50px 0;
  display: flow-root;
}

.p_item_h1 {
  font-family: poppins;
}

.p_item_h1_subheader {
  font-family: meri;
  font-size: 22px;
  margin: 0;
  color: #65778c;
}

.services_provided {
  font-family: poppins;
  font-size: 18px;
  float: left;
}

.services_list {
  font-family: meri;
  color: #65778c;
}

.services_list ul {
    list-style: none;
    padding: 0;
    margin: 14px 0 0 0;

}

.services_list li {
    line-height: 28px;
}

@media only screen and (min-width: 1000px) {
  .p_item_s1_crop_in {
    width: calc(100% - 100px);
  }

  .p_item_h1 {
    float: left;
    text-align: left;
    font-size: 80px;
    width: calc(80% - 100px);
  }

  .p_item_h1_subheader {
    font-size: 22px;
  }

  .p_item_skills {
    border-left: 1px solid #dadada;
    float: right;
    width: 20%;
    padding-left: 50px;
  }

  .services_list {
    font-family: meri;
    float: left;
    color: #65778c;
    float: left;
  }
}

@media only screen and (max-width: 1000px) {
  H2 {
    font-family: poppins;
    font-size: 40px;
    letter-spacing: -1.6px;
    line-height: 50px;
    text-align: center;
  }

  .subheader {
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: -.18px;
    line-height: 30px;
    margin-bottom: 50px;
    text-align: center;
  }


  .p_item_s1_crop_in {
    width: 85%;
  }

  .p_item_h1 {
    font-size: 10svw;
    text-align: center;
  }

  .p_item_h1_subheader {
    font-size: 18px;
  }

  .services_provided {
    font-family: poppins;
    /* font-size: 16px; */
    width: 100%;
  }

  .p_item_skills {
    border-top: 1px solid #dadada;
    text-align: center;
    font-size: 18px;
    line-height: 36px;
    width: fit-content;
    margin: 0 auto;
    margin-top: 40px;
    padding-top: 40px;
  }

}

/**
*  ____            _   _               ____
* / ___|  ___  ___| |_(_) ___  _ __   |___ \
* \___ \ / _ \/ __| __| |/ _ \| '_ \    __) |
*  ___) |  __/ (__| |_| | (_) | | | |  / __/
* |____/ \___|\___|\__|_|\___/|_| |_| |_____|
*/
/* SECTION 2 */
#p_item_section2 {
  display: flex;
  justify-content: center;
  z-index: 1;
  position: relative;
  background-color: white;
}

.p_item_s2_crop_out {
  width: 1400px;
  justify-items: anchor-center;
}

.p_item_s2_crop_in {
  align-items: center;
  margin: 0 auto;
}

@media only screen and (min-width: 1000px) {
  .p_item_s2_crop_in {
    width: calc(100% - 100px);
  }2
}

@media only screen and (max-width: 1000px) {
  .p_item_s2_crop_in {
    width: 85%;
  }
}
