.module_free {
    --free-color: #000;
    --item-wd: 23.75%;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#module .module_free a {
    display: block;
    width: var(--item-wd);
    margin-bottom: 1.563vw;
    text-align: center;
    text-decoration: none;
}

#module .module_free .module_free_p {
    text-align: center;
    color: #fff;
    font-size: 0.938vw;
    line-height: 1;
    margin-top: 0.391vw;
    text-decoration: none;
}

#module #store_subscribe2 {
    background: none;
}


#module #store_subscribe2 .subscribe {
    background: #fff;
    border-radius: 0.781vw;
    padding-top: 0.586vw;
    margin-top: 1.953vw;
    box-shadow: 0 0.391vw 0.234vw 0 rgba(173, 153, 122, 0.33);
    max-width: 100%;
    width: 100%;
    margin-left: 0;
}

#module #store_subscribe2 .subscribe_txt_input {
    margin: 0 auto;
}

#module #store_subscribe2 .subscribe_title {
    color: #601E06;
    font-weight: bold;
    padding: 0.391vw;
    margin-top: 1.953vw;
    margin-bottom: 0.953vw;
    text-align: center;
}

@media screen and (max-width:1460px) {
    #module #store_subscribe2 .subscribe_title {
        font-size: 2.25vw;
        line-height: 2.5vw;
        margin-bottom: 1.353vw;
    }

    #module #store_subscribe2 .emailSubscribeInput {
        border-radius: 3.781vw 0 0 3.781vw;
    }

    #module #store_subscribe2 .sub_button {
        border-radius: 0 3.781vw 3.781vw 0;
    }

    #module #store_subscribe2 .emailSubscribeInput,
    #module #store_subscribe2 .sub_button {
        height: 2.875vw;
        line-height: 2.875vw;
    }

}

@media screen and (max-width: 768px) {
    .module_free {
        --item-wd: 48%;
    }

    #module #store_subscribe2 .subscribe_title {
        font-size: 3.25vw;
        line-height: 1.3;
    }

    #module #store_subscribe2 .emailSubscribeInput {
        border-radius: 6.781vw 0 0 6.781vw;
    }

    #module #store_subscribe2 .sub_button {
        border-radius: 0 6.781vw 6.781vw 0;
    }

    #module #store_subscribe2 .emailSubscribeInput,
    #module #store_subscribe2 .sub_button {
        height: 4.875vw;
        line-height: 4.875vw;
        margin-bottom: 4.875vw;
    }

    #module .module_free .module_free_p {
        font-size: 2.938vw;
        margin: 2.938vw 0;
    }

}