.newsletter-box .col-md-5 h2 {
    font-weight: bold;
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.375em;
}

.newsletter-box .col-md-5 p {}

.newsletter-form {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.blog-content {
    color: white;
}

.input.newsletter {
    min-height: 90px;
    padding-right: 190px;
    padding-left: 36px;
    border-width: 2px;
    border-color: #fff;
    background-color: #fff;
    color: #131128;
    font-size: 20px;
    line-height: 1em;
}

.button-primary.newsletter {
    position: absolute;
    right: 13px;
}

.input {
    height: 68px;
    margin-bottom: 0px !important;
    padding-right: 24px;
    padding-left: 24px;
    border-style: solid;
    border-width: 1px;
    border-color: #282454;
    border-radius: 100px;
    background-color: #282454;
    -webkit-transition: border-color 350ms ease, color 350ms ease;
    transition: border-color 350ms ease, color 350ms ease;
    color: #fff;
    font-size: 18px;
    line-height: 1.333em;
}

.w-input,
.w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.button-primary {
    color: white;
    padding: 27px 32px;
    border-radius: 80px;
    background-color: #6639e4;
    border: 1px solid #6639e4;
    font-size: 16px;
    line-height: 1em;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
}

.w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}
