.home-simple-section {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    display: block !important;
    overflow: hidden;
    padding: 140px 0;
    position: relative;
    width: 100%;
}
.home-simple-section h1 { margin: 0 0 50px; font-size: 16px; letter-spacing: 0.3em; }
.home-simple-section h2 { margin: 0 0 50px; font-size: 48px; letter-spacing: 0.3em; }
.home-simple-section a.btn { padding: 8px 37px;	color: #151515 !important; background: transparent !important; line-height: normal !important; border: 2px solid #151515; font-family: inherit; -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); font-weight: normal; height: auto; letter-spacing: normal; text-shadow: none; }
.home-simple-section a.btn:hover { color: #fff !important; background: #000 !important; border-color: transparent; opacity: 1; }

@media (max-width: 767px) {
.home-simple-section { padding: 80px 0;}
.home-simple-section h1 { margin-bottom: 30px; }
.home-simple-section h2 { font-size: 24px; margin-bottom: 30px; }
.home-simple-section a.btn { margin-bottom: 12px; }
}

@media (max-width: 479px) {
.home-simple-section { padding: 60px 0;}
.home-simple-section h1 { font-size: 12px; }
.home-simple-section h2 { font-size: 24px; }
}
