* {
    box-sizing: border-box;
}

body {
    color: #114B5F;
    font: 300 18px/1em Roboto, sans-serif;
}

b {
    font-weight: bold;
}

dd {
    margin: 0;
}

h1 {
    font-size: 48px;
    font-weight: 500;
}

h2 {
    font-size: 32px;
    font-weight: 500;
}

.wobinio-logo {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    top: 50px;
    z-index: 10;
}

.page {
    overflow: auto;
    text-align: center;
}

.page .small-wrap {
    margin: 0 auto;
    max-width: 1000px;
    padding-bottom: 110px;
    position: relative;
    width: 100%;
    z-index: 10;
    padding-top: 250px;
}

.page .footer {
    bottom: 50px;
    padding: 0 40px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}

.button {
    background-color: #114B5F;
    border: 0;
    border-radius: 24px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font: 300 18px/48px Roboto, sans-serif;
    margin: 0 20px;
    padding: 0 10px;
    width: 150px;
    height: 48px;
}
.grecaptcha-badge {
    top: 20px;
}

.page .footer .button.subscribe {
    background-color: #00a5b4;
}

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

@media all and (max-width: 499px) {
    .wobinio-logo img {
        width: 80px;
    }
}