.wrapper {
    min-height: 100vh;
    color: #000;
    font-family: 'Muli', sans-serif;
    font-size: 1rem;
    background-color: #F1E8E6;
    display: -ms-grid;
    display: grid;
    place-items: center;
}

.container {
    background-color: #fff;
    padding: 1em;
    border-radius: 1em;
    max-width: 768px;
    display: -ms-grid;
    display: grid;
    place-items: center;
    -webkit-box-shadow: 0px 17px 34px -20px #f55951;
    box-shadow: 0px 17px 34px -20px #f55951;
}

.title {
    font-size: 1.6rem;
    font-weight: 700;
}

.text {
    font-size: 1rem;
    margin-bottom: 0.8em;
}

.container {
    max-width: 380px; /*400*/
    overflow: hidden;
    padding: 0;
}

.img {
    width: 100%;
    height: auto;
    border-radius: 1em 1em 0 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translateY(-50%);
    /*transform: translateY(-50%);*/
    transform: translateY(-30%);
}

.img__container {
    height: 150px; /*200*/
    overflow: hidden;
    margin-bottom: 1.5em;
}

.title {
    margin-bottom: 0.9em;
}

.subtitle {
    font-size: 0.9rem;
    text-transform: uppercase;
    margin-bottom: 0.5em;
    font-weight: 700;
}

.content {
    display: -ms-grid;
    display: grid;
    place-items: center;
    padding: 0 2em;
    margin-bottom: 1.8em;
}

.mail {
    padding: 0.5em 0 0.5em 1.5em;
    line-height: 3;
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 0.5em;
    margin-bottom: 1em;
}

::-webkit-input-placeholder {
    color: #111127;
}

:-ms-input-placeholder {
    color: #111127;
}

::-ms-input-placeholder {
    color: #111127;
}

::placeholder {
    color: #111127;
}

.subscribe {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    background-color: #f55951;
    padding: 0.9em 0;
    display: inline-block;
    border: none;
    border-radius: 0.5em;
    width: 100%;
    margin-bottom: 1.3em;
}

.btnsuccess {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    background-color: #28a745;
    padding: 0.9em 0;
    display: inline-block;
    border: none;
    border-radius: 0.5em;
    width: 20%;
    margin-bottom: 1.3em;
}

.text {
    font-size: 0.9rem;
    width: 90%;
    text-align: center;
}

