@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;1,600&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); 
*, html, body {
    
    font-family: "poppins", sans-serif;
}
.pp_section{
    padding-top: 13rem;
}
.pp_section p{
    font-size: 16px;
    margin-bottom: 18px;
}
.pp_section h3{
    font-size: 24px;
    margin-bottom: 20px;
}
.pp_section h2{
    font-size: 30px;
    text-align: center;
    margin-bottom: 28px;
}
@media only screen and (max-width:768px){
    .pp_section {
        padding-top: 11rem;
    }
    .pp_section h2 {
        margin-bottom: 25px;
    }
}