.margin-top {
    margin-top: 1.5em;
}
.hero .absolute {
    padding: 0;
}
.hero h1,
.hero h2 {
    color: #fff;
}
#module2 .text-content {
    margin: 1em auto;
    max-width: 850px;
    text-align: center;
}
#module4 {
    background-image: url(../img/ForHome_Module_04_FemaleOnPhone5e1f.jpg?v=2);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 625px;
}
@media screen and (min-width: 768px) {
    .hero {
    	min-height: 600px;
    }
    .hero.bg-loader {
        background-position: center;
    }
    .hero.bg-loader .absolute {
        position: absolute;
        top: 42%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
    #module3 .text-absolute {
	    max-width: 480px;
    }
    #module4 .text-absolute-container {
        left: 60%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    #module4 .text-absolute {
        max-width: 450px;
    }
}
@media screen and (max-width: 767px) {
    .hero {
        background-color: #f26322;
    }
    .hero h1 {
        max-width: 215px;
	    margin: 0 auto;
    }
    .hero h2 {
        font-size: 1.5em;
    }
    #module4 {
    	background-image: none;
        min-height: 0;
    }
    #module6 .text-absolute img {
    	margin: 0 auto;
    }
}
