﻿

.pp-section {
    padding:100px 0;
}

.pp-head {
    font-size:60px;
    font-weight:600;
}

.pp-text-wrap {
    margin:45px 0;
}

.pp-title {
    font-size:18px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:0.45px;
}

.pp-text {
    font-size:14px;
    letter-spacing:0.35px;
}


/*  Media Queries  */

/*Most of the Smartphones Mobiles (Portrait)*/
@media (min-width: 320px) and (max-width: 480px) {
    .pp-section {
        padding:40px 0;
    }
    .pp-head {
        font-size: 24px;
    }

    .pp-text-wrap:first-of-type {
        margin: 30px 0 40px;
    }

    .pp-text-wrap {
        margin: 40px 0;
    }

    .pp-title {
        font-size: 14px;
    }

    .pp-text {
        font-size: 12px;
    }
}

/*Tablets, Ipads (portrait)*/
@media (min-width: 768px) and (max-width: 1023px) {
    .pp-section {
        padding:40px 0;
    }

    .pp-text-wrap {
        margin: 40px 0;
    }
}