
.call-to-action {
    padding: 2em 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

div.call-to-action-sc {
    margin: 1em 0;
    display: inline-block;
}

.call-to-action:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}

.call-to-action .block h2 {
    font-size: 30px;
    margin-bottom: 6px;
    font-weight: 600;
    color: #fff;
}

.call-to-action .block .input-group {
    margin-top: 30px;
}

.call-to-action .block .input-group input, .call-to-action-sc .input-group input {
    height: 1.5em;
    border-radius: 0;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 1.75em;
    border: 1px solid transparent;
    margin: 0 1em;
    text-decoration: underline;
}

.call-to-action-sc .input-group input:focus {
    text-decoration: none;
    height: 1.5em;
    border-radius: 0;
    border: none;
    box-shadow: none;
    border: 1px solid grey;
}

.call-to-action-sc::after, .call-to-action-sc::before {
    content: " ";
    clear: both;
}

.call-to-action .btn-subscription, .call-to-action-sc .btn-subscription {
    cursor: pointer;
    height: 50px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    background:rgb(1, 156, 220);;
    padding: 0px 35px;
    color: #fff;
    font-weight: bold;
}


.call-to-action-sc h3 {
    background-color:  #1bafb4;
    padding: .5em;
    color: white;
    border: 1px solid transparent;
}


.call-to-action-sc > div {
    float: left;
    display: flex;
}
