.subscribe {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 945px;
    margin: auto;
}


.subscribe__title {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 18px;
}

.subscribe__copy {
    max-width: 450px;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.5;
}

.subscribe .form {
    margin-bottom: 25px;
    display: flex;
    border-radius: 10px;
}

.form__email {
    padding: 20px 25px;
    border: 1px solid #4d9be8 !important;
    width: 431px;
    font-size: 18px;
    color: #0F121F;
    padding: 0 15px !important;
}

.form__email:focus {
    outline: 1px solid #3D9FFF;
}

.form__button {
    background: #4D9BE8;
    padding: 10px;
    border: none;
    width: 210px;
    height: 45px;
    border-radius: 0;
    font-size: 18px;
    color: white;
}

.form__button:hover {}

.notice {
    width: 345px;
}