.newsletter-signup {
    background-color: #8E867F;
}

.newsletter-signup .left-side {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 30%;
    min-width: 370px;
}

.newsletter-signup .left-side h1 > *{
    color: #F6F0E3;
    margin-bottom: 50px;
    text-transform: capitalize;
    font-family: 'Whyte-Light';
    font-size: 32px;
    letter-spacing: -0.5px;
}

.newsletter-signup .left-side a {
    color: #F6F0E3;
}

.newsletter-signup .left-side a::after {
    background-color: #F6F0E3;
}

.newsletter-signup .left-side .container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.newsletter-signup .right-side {
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
}

.newsletter-signup .right-side > div {
    max-width: 750px;
}

.newsletter-signup .right-side h1 > * {
    margin-bottom: 20px;
    text-transform: capitalize;
    font-family: 'Whyte-Light';
    font-size: 32px;
    letter-spacing: -0.5px;
}

.newsletter-signup .right-side p {
    margin-bottom: 20px;
}

.newsletter-signup .right-side img {
    margin-top: 100px;
}

.newsletter-signup input,
.newsletter-signup input::placeholder {
    width: 100%;
    margin-left: 15px;
    width: 100%;
    font-family: 'Whyte-Semi' !important;
    font-size: 10px !important;
    color: black !important;
    outline: none !important;
    border: none !important;
    background-color: #F6F0E3 !important;
    height: 30px !important;
    padding-right: 30px !important;
    box-shadow: none !important;
}

.newsletter-signup form > div > div > div > div {
    width: 100%;
    padding-right: 60px;
    background-color: #F6F0E3 !important;
    border-radius: 2px !important;
}

.newsletter-signup input::focus {
    width: 100%;
    font-family: 'Whyte-Semi' !important;
    font-size: 10px !important;
    color: black !important;
    outline: none;
    border: none;
    background-color: #F6F0E3;
}

.newsletter-signup form button {
    white-space: nowrap !important;
    font-family: 'Whyte-Semi' !important;
    font-size: 10px !important;
    color: #F6F0E3 !important;
    background-color: black !important;
    border-radius: 2px !important;
    margin: 0;
    border-color: black;
    padding: 4px 9px !important;
    border: none;
    height: 15px !important;
    margin: auto;
    text-transform: uppercase;
    width: fit-content;
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);

}

@media screen and (max-width: 1080px) {
    .newsletter-signup .left-side {
        min-width: 350px;
    }
}

@media screen and (max-width: 989px) {
    .newsletter-signup {
        flex-direction: column;
    }

    .newsletter-signup .left-side {
        height: 100vw;
        position: relative;
        width: 100%;
    }

    .newsletter-signup .left-side .container {
        min-width: unset;
        padding-top: var(--gap);
    }

    .newsletter-signup .right-side {
        flex-direction: column;
        padding-right: 60px;
        padding-top: var(--gap);
    }

    .newsletter-signup .right-side img {
        max-width: 350px;
        margin: auto;
        width: 100%;
    }

    .newsletter-signup .left-side h1 > *,
    .newsletter-signup .right-side h1 > * {
        font-size: 32px;
    }

    .newsletter-signup .left-side a {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .newsletter-signup .left-side a::after {
        width: 100%;
    }

    .newsletter-signup form > div > div > div {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .newsletter-signup form > div {
        min-height: unset !important;
    }
}