.p3_one_column {
  align-items: flex-start;
  display: flex;
  gap: 25px;
  justify-content: center;
}
.p3-one_section{
  line-height:150%;
}
.p3_one_column{
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}
.p3-one_section h2 {
  line-height: normal;
}

.p3-one_section h1,
.p3-one_section h2,
.p3-one_section h3,
.p3-one_section h4,
.p3-one_section h5,
.p3-one_section p,
.p3-one_section ul,
.p3-one_section ul li
{
  color:#444444;
}

.p3-one_section h1,
.p3-one_section h2,
.p3-one_section h3,
.p3-one_section h4,
.p3-one_section h5,
{
  margin-bottom:20px;
}

.p3-one_section p
{
  margin-bottom:20px;
  font-size:24px;
  line-height:1.5rem;
}

.p3-one_section ul
{
  padding-left:45px;
  font-size:24px;
  line-height:1.5rem;
  margin-bottom:20px;
}

.p3-one_section ul li 
{
  margin-bottom:0;
}

@media only screen and (max-width: 640px)  {
  .p3-one_section{
    width:100%;
    line-height:150%;
    margin-top:0 !important;
    padding:0 20px;
  }
  .p3-one_section div{
    padding-top:30px;
  }
  .p3-one_section p{
    margin-bottom:0;
  }
  .p3_one_column {
    align-items: flex-start;
    display: flex;
    gap: 25px;
    justify-content: center;
    padding:0px;
  }
}
@media only screen and (max-width: 768px)  {
  .p3-one_section{
    width:100%;
    line-height:150%
  }
  .p3-one_section{
    width:100%;
    line-height:150%;
    margin-top:0
  }
  .p3-one_section p{
    margin-bottom:0;
  }
}
@media (min-width:768px) and (max-width: 1024px) { 
  .p3_one_column {
    max-width: 100%;
    margin: auto;
    padding:
  }
  .p3-one_section h2 {
    padding-bottom: 24px;
    line-height: normal !important;
  }
  .p3-one_section h3 {
    padding-left: 20px;
    font-size: 28px !important;
    line-height: normal !important;
  }
  .p3-one_section p {
    padding: 0 20px;
  }
  .p3_flip_cards__section {
    padding: 0 !important;
  }
}
@media screen and (min-width: 1440px) {
  .p3_one_column { {
    max-width: 1200px;
    margin: auto;
    }
  }

  @media only screen and (max-width: 480px) {
    .p3_one_column{
      max-width: 100%;
      margin: auto;
    }
    .p3-one_section h2,
    .p3-one_section h3 {
      padding: 0 20px 20px 20px;
      font-size: 28px !important;
      line-height: normal !important;
    }
    .p3-one_section p {
      font-size: 18px !important;
      line-height: normal !important;
      padding: 0 20px 0;
    }
  }