.subscribe h2 {
    font-weight: bold;
    padding-bottom: 23px;

    margin-top: 60px;
    margin-bottom: 60px;
}

.subscribe section {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.subscribe section p {
    display: flex;
    flex-direction: column;
    margin-bottom: 35px;
    line-height: 16px;
}

.subscribe section p:first-child {
    margin-bottom: 35px;
}

.subscribe section input {
    line-height: 20px;
    border: none;
    border-bottom: 1px solid #acacac;
}

.subscribe section button {
    background-color: rgb(3, 68, 109);
    color: white;

    border: none;
    border-radius: 6px;
    padding: 10px;

    cursor: pointer;
}

.subscribe .checkbox {
    display: flex;
    flex-direction: row;

    font-size: 14px;
    color: #acacac;
}

/*.declaration-section {*/
/*    margin-top: 35px;*/
/*    border: 1px solid black;*/
/*}*/

.declaration span {
    font-size: 12px;
    text-align: end;
}

.declaration section {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin-top: 35px;
}

.declaration section p {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    line-height: 16px;
}

.declaration section p:first-child {
    margin-bottom: 35px;
}

.declaration section input {
    line-height: 20px;
    border: none;
    border-bottom: 1px solid #acacac;
}


.declaration .checkbox {
    display: flex;
    flex-direction: row;
    /*margin-bottom: 10px;*/
    font-size: 14px;
    color: #acacac;
}

.declaration .checkbox label {
    margin: 3px 3px 3px 4px;
}

.subscribe .send,
.declaration .send {
    background-color: rgb(3, 68, 109);
    color: white;

    border: none;
    border-radius: 6px;
    padding: 10px;

    cursor: pointer;
}

.success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    margin-top: 10px;
    text-align: center;
    padding: 15px;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border: solid 1px #faebcc;
    text-align: center;
    padding: 15px;

}


.alert-warning strong {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    font-weight: 700;
}

.g-recaptcha{
    margin-bottom: 20px ;

}
