.p2 {

    text-align: justify;

    font-size: 20px;

}

@media only screen and (min-width:320px) and (max-width:768px){

    .p2 {

        text-align: justify;

        font-size: 11.9px;

        font-weight:bold

    }

}

.p3 {

    text-align: justify;

    font-size: 20px;

    /* margin-left: 5px; */

   

}



@media only screen and (min-width:320px) and (max-width:768px){

    .p3 {

        text-align: justify;

        font-size: 11.9px;

        font-weight:bold

       

    }

}

.p4 {

    text-align: justify;

    font-size: 20px;

   

}

@media only screen and (min-width:320px) and (max-width:768px){

    .p4 {

        text-align: justify;

        font-size: 11.9px;

       font-weight:bold

    }

}


.text-block {
    position: absolute;
    top: 41%;
    left: 40%;
    color: white;
   /* padding-left: 20px;
    padding-right: 20px;*/
  }
  @media only screen and (min-width:320px) and (max-width:768px){
    .text-block{
        left: 25%;
      }
  }

  .text_content{
    position:relative;
  }