.mw-newsletter {
    background-color: #F0F0F0;
    padding: 100px 0;
}
.mw-newsletter > section {
    max-width: 1200px;
    padding: 0 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.mw-newsletter > section > img {
    width: 796px;
    height: 554px;
}
.mw-newsletter > section > div {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.mw-newsletter > section > div > span {
    padding: 6px 14px;
    background: transparent linear-gradient(256deg, #FF3439 0%, #104B97 100%) 0% 0% no-repeat padding-box;
    border-radius: 20px;
    font-family: 'NunitoSans-Bold', sans-serif;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.24px;
    color: #FDFDFD;
}
.mw-newsletter > section > div > h2 {
    font-family: 'NunitoSans-Regular', sans-serif;
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -0.84px;
    color: #1C1C1C;
}
.mw-newsletter > section > div > h2 > b {
    font-family: 'NunitoSans-ExtraBold', sans-serif;
}
.mw-newsletter > section > div > form {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.mw-newsletter > section > div > form > label {
    font-family: 'NunitoSans-Bold', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #1C1C1C;
}
.mw-newsletter > section > div > form > input {
    padding: 12px 20px;
    border: 1px solid #DBDBDB;
    border-radius: 10px;
    background-color: #fff;
    font-family: 'NunitoSans-SemiBold', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #707070;
}
.mw-newsletter > section > div > form > button {
    background: transparent linear-gradient(265deg, #FF3439 0%, #104B97 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 14px 0;
    font-family: 'NunitoSans-SemiBold', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}