body{
    font-size: 15px;
    font-family: Poppins;
    text-align: justify;
    line-height: 115%;
    color: rgb(102, 102, 102);
}
.p-3{
    font-family: 'Poppins';
    font-size: 25px;
    color: rgb(102, 102, 102);
    font-weight: bold;
    text-align:center;
  }
#section2,#section3,#section4{
    font-size: 21px;
    line-height: 115%;
    font-family: 'Poppins';
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .section{
    color: #00325F;
    cursor: pointer;
    text-decoration: underline;
    font-size: 20px;
    display: flex;
    justify-content: space-around;
    text-align:center;
  }
  a{
    color:#00325F;
  }
  .h4{
    font-size: 15px;
    line-height: 115%;
    border: 1pt none windowtext;
    padding: 0cm;
    text-align:center;
  }
@media screen and (min-width: 320px) and (max-width: 855px) {
  .sections{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .cancellation_and_refundpolicy,
  .terms_and_subscription,
  .terms_of_service,
  .data_process_agreement{
   font-size: 20px !important;
  }
}