/*13 inch retina*/
@media (min-width: 749px) and (max-width: 1440px) {
     body p {
        font-size: 16px;
        line-height: 1.6;
    }
    body h2 {
        position: relative;
        font-family: Poppins;
        font-size: 49px;
        font-style: normal;
        font-weight: 600;
        line-height: 1;
        text-transform: uppercase;
    }
    .height-100 .container{
        margin-top: 50px;
    }
    .mb-40{margin-bottom: 30px !important;}
    body .section-mod {
        padding: 120px 0px 0;
    }
}