.newsletter {
    padding: 57px 0;
}
.newsletter .header {
    margin-bottom: 50px;
}
.newsletter .header h2 {
    color: #FFF;
    font-family: "Playfair Display";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 41px;
}
.newsletter .header p {
    color: #FFF;
    font-family: Inter;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 30.4px;
    margin: 0;
}
.newsletter form .btn {
    min-width: 293px;
}
.newsletter form label {
    color: #FFF;
    font-family: Inter;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 30.4px;
    margin-bottom: 15px;
}
.newsletter form input {
    height: 55px;
}
.newsletter form input::placeholder {
    color: #333;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding-left: 20px;
}
.newsletter form p {
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}
