#section-landing {
    background-image: url('../images/test_home_2.jpg');
    background-size: cover;
    background-position: center;
    color: #ffffff;
    position: relative;
    text-align: center;
}
.landing__title {
    font-size: 40px;
    line-height: 50px;
    margin: 0 auto 50px auto;
    width: 615px;
}

#section-landing .overlay {
    background-color: rgba(0, 0, 0, 0.3);
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.landing__description {
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    margin: 0 auto;
    max-width: 1000px;
}

@media all and (min-width: 500px) and (max-width: 1024px) and (orientation:landscape) {
    #section-landing .wobinio-logo img {
        width: 146px;
    }
}

@media all and (max-width: 1024px) {
    #section-landing .small-wrap {
        padding-top: 250px;
    }

    #section-landing .description {
        max-width: 700px;
    }
}

@media all and (max-width: 768px) and (orientation:portrait) {
    #section-landing .small-wrap {
        padding: 0 10px;
        width: 100%;
    }

    .landing__title {
        font-size: 32px;
        margin-top: 40px;
        margin-bottom: 20px;
        padding: 0 20px;
        width: inherit;
    }
}
@media all and (max-width: 768px) and (orientation:landscape) {
    .landing__title {
        font-size: 32px;
        margin-top: 40px;
        margin-bottom: 20px;
        padding: 0 20px;
        width: 500px;
    }

    .landing__description {
        font-size: 18px;
        margin-bottom: 50px;
        padding: 10px;
        width: calc(100% - 20px);
    }
}
@media all and (max-width: 500px) {
    #section-landing .small-wrap {
        padding: 50px 10px 0;
        width: 100%;
    }
    #section-landing .footer .subscribe {
        margin-bottom: 5px;
    }

    .landing__title {
        font-size: 32px;
        line-height: 32px;
        margin-top: 40px;
        margin-bottom: 20px;
        padding: 0 20px;
        width: inherit;
    }

    .landing__description {
        font-size: 18px;
        margin-bottom: 50px;
        padding: 10px;
        width: calc(100% - 20px);
    }
}