.box-contact {
    margin-top: 50px;
    z-index: 1;
}

.box-contact-content {
    background: linear-gradient( 90deg, #20AA3E 0%, #03A588 100%);
    box-shadow: 0 9px 30px rgba(51,83,145,.08)!important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    flex-wrap: wrap;
}

.box-contact-first {
    padding: 35px 0 35px 35px;
}
.font-weight-bolder {
    font-size: 1.8rem;
    color: white;
    font-weight: 600;
}

.font-weight-light{
    font-size: 3rem;
    color: white;
    font-weight: 500;
}
.text-mute {
    font-size: 1.7rem;
    font-weight: 500;
}
.box-contact-second {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-image: url('https://keenthemes.com/images/misc/mail.svg');
    background-position-x: right;
    background-repeat: no-repeat;
    background-position-y: bottom;
    padding: 30px;
}

.box-contact-email {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.box-contact-email-input {
    outline: none;
    padding: 12px 30px 12px 15px;
    background: none;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 5px;
    width: 350px;
}
.box-contact-email-input::placeholder {
    color:white;
}
.email-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    outline: none;
    margin-right: 8px;

}
@media (max-width:1140px) {
    .font-weight-bolder,
    .font-weight-light {
        font-size: 1.6rem;
    }

    .text-mute {
        font-size: 1.5rem;
        margin-top: 12px;
        margin-bottom: 24px;
    }
    .box-contact-email-input {
        width: 250px;
        font-size: 1.3rem;
    }
    .box-contact-first {
        padding: 18px 30px 0 30px;
    }
    .box-contact-second {
        padding: 24px;
    }
}
