/* Small Devices, Tablets */

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

    .header-right {
        display: block;
        float: right;
        padding: 6px 20px;
    }

    .header-headline {
        text-align: left;
        /* max-width: 380px; 
        padding-top: 175px;*/
    }

    .header-running-text {
        line-height: 30px;
        margin: 0;
        text-align: left;
    }

    /* .hero {
        padding-bottom: 230px;
    } */

    .hero-button {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .hero-right {
        text-align: left;
    }
   

    .iphonex {
        display: block;
        padding-bottom: 40px;
        margin-top: 70px;
        padding-left: 40px;        
        text-align: right !important; 
    }

    .logor{  
        padding: 20px;
        display: block;
        text-align: left;
     }
    .feature-section {
        padding-top: 60px; 
    }

    .features-headline {
        padding-bottom: 70px;
    }
    .howit_step{
         text-align: left;        
        }
   .howit_step h3{
       text-align: center;
   }
            
    .section-head{ font-size: 60px; margin-bottom: 40px;}

    .logos {
        padding: 30px;
        max-width: 100%;
    }

    .white-section-text {
        text-align: justify;
        padding-top: 80px;
        padding-left: 100px;
    }

    .imac-section-desc {
        font-weight: 300;
        font-size: 15px;
        line-height: 30px;
        max-width: 400px;
        margin: inherit;
        text-align: left;
    }

    .pricing-table {
        padding: 70px 0 100px;
        max-width: 1050px;
        margin: auto;
    }

}

.team {
    padding-bottom: 130px;
}

.team-member {
    text-align: center;
}

.email-form-div {
    max-width: inherit;
    margin: auto;
}

.webscope {
    margin-top: 0;
}

.social-links {
    float: right;
}

/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
}

/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
}
