.newsletter-container {
    padding-top: 8vh;
    padding-bottom: 16vh;
    background: #F7F8FC;
    text-align: center;
}

.newsletter-header {
    font-size: 2.6vw;
    font-weight: 600;
    margin-bottom: 10px;
    color: #272727;
}

.newsletter-description {
    width: 100%;
}

.newsletter-description-text {
    font-size: 1.2vw;
    width: 100vw;
    margin: auto;
    color: #272727;
}

.newsletter-email-input-container {
    padding-top: 3vh;
    position: relative;
    margin: auto;
    width: 100%;
}

.newsletter-email-input {
    border-radius: 20vw;
    border-style: hidden;
    height: 6vh;
    width: 32vw;
    position: absolute;
    right: 35vw;

    padding-left: 2vw;
    font-size: 1vw;
    color: rgb(70, 70, 70);
    font-weight: 50;
    padding-right: 4vw;

    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
}

.newsletter-email-input:focus {
    outline: none !important;
}

.newsletter-email-submit {
    background: #1F3741;
    width: 6vw;
    height: 6vh;
    border-radius: 20vw;
    border-style: hidden;
    position: absolute;
    right: 32vw;
}

.newsletter-email-submit-img {
    width: 2.2vw;
    height: 3vh;
}