@import url('https://fonts.googleapis.com/css?family=Roboto:300,900&display=swap');

body {
    font-size: 18px;
    line-height: 1.2;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #fff;
}

.banner-module {
    background-size: cover;
    background-repeat: no-repeat;
}

.logo-module {
    padding: 190px 0 0;
}

.logo-module a {
    display: block;
    width: 100%;
    max-width: 393px;
}

.logo-module a img {
    max-width: 100%;
}

h1,
h2 {
    font-size: 46px;
    font-weight: 900;
    line-height: 1;
    margin: 0;
    padding: 0;
    color: #8bc53f;
}
address {
    font-size: 17px;
    line-height: 1.2;
    font-weight: 300;
    margin: 0;
    padding: 0;
}
address a {
    font-size: 17px;
    line-height: 1.2;
    font-weight: 300;
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #fff;
}
address a:hover,
address a:focus {
    text-decoration: none;
    color: #fff;
}
p {
    padding: 0 0 30px 0;
    margin: 0;
}
.title-section {
    padding: 70px 0 25px;
}
.bottom-title {
    padding: 40px 0 20px;
}
.logo-module {
    padding: 190px 0 0;
}
.desc {
    max-width: 65%;
}
.custom-page-data {
    padding: 0 0 90px;
}
.banner-module {
    background-position: 70% 100%;
}
@media (min-width: 1660px) {
    .banner-module {
        background-position: center center;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
   .banner-module {
       background-position: 79% 100%;
    }
    .desc {
        max-width: 47%;
    }
    .logo-module {
        padding: 90px 0 0;
    }
}
@media (max-width: 991px) {
    .logo-module {
        padding: 90px 0 0;
    }
    .desc {
        max-width: 55%;
    }
}

@media (max-width: 767px) {
    h1,
    h2 {
        font-size: 32px;
    }
    .desc {
        max-width: 100%;
    }
    .logo-module a {
        max-width: 250px;
    }
    .logo-module {
        padding: 50px 0 0;
    }
    .title-section {
        padding: 25px 0 25px;
    }
    .desc p {
        font-size: 14px;
        max-width: 75%;
    }
    .desc p:first-child {
        max-width: 55%;
    }
    .desc p:last-child {
        max-width: 100%;
    }
    h1, h2 {
        font-size: 26px;
    }
    .custom-page-data {
        padding: 0 0 50px;
    }
    .logo-module a {
        max-width: 200px;
    }
}