
.section-subscribe {
    padding: 72px 0; 
}
.wrap-subscribe {
    border-top: 1px solid #DFE1E5;
    border-bottom: 1px solid #DFE1E5;
    /* background: url(../img/subscribe/bg.png) no-repeat calc(100% - 78px) 50%;
    background-size: auto 102%; */
    padding: 56px 0 46px;
}
.section-subscribe .subtitle {
    background-color: #D8D4FE;
    margin-bottom: 16px;
}
.subscribe-form {
    display: flex;
}
.subscribe-form .form-control {
    display: flex;
    align-items: center;
    border-radius: 16px;
    color: #121318;
    width: 100%;
    margin-right: 8px;
    height: 64px;
    border: 1px solid #DFE1E5;
    font-size: 16px;
    line-height: 24px;
    padding: 0 24px;
}
.subscribe-form .form-control::-webkit-input-placeholder {color:#5C6170;}
.subscribe-form .form-control::-moz-placeholder          {color:#5C6170;}
.subscribe-form .form-control:-moz-placeholder           {color:#5C6170;}
.subscribe-form .form-control:-ms-input-placeholder      {color:#5C6170;}
.subscribe-send {
    min-width: 135px;
    justify-content: center;
}
.subscribe-note {
    margin-top: 8px;
}
.subscribe-note a {
    color: #1450FF;
    text-decoration: underline;
}
.subscribe-note a:hover {
    color: #1450FF;
    text-decoration: none;
}

@media (max-width: 1199px) {
    .subscribe-form {
        margin-top: 32px;
    }
}

@media (max-width: 767px) {
    .section-subscribe {
        padding: 40px 0;
    }
    .subscribe-form {
        display: block;
    }
    .subscribe-form .form-control {
        height: 56px;
        margin-bottom: 8px;
    }
    .subscribe-send {
        width: 100%;
    }
    .wrap-subscribe {
        padding: 32px 0 76px;
        /* background-size: 767px auto;
        background-position: 50% 101%; */
    }
}
