.container_1 {
    margin: 0 auto;
    max-width: 1500px;width: 100%;
}





.w-promotion {
    color: #000;
    font-size: 30px;
    min-height: 250px;
    padding: 25px 87px;
    border-radius: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: SegoePrint Regular, sans-serif;
}

.w-promotion__box {
    z-index: 1;
    position: relative;
    max-width: 740px;width: 100%;
}

.w-promotion__text {
    margin: 0;
    color: #be9c6d;
    font-size: 45px;
    line-height: .4;
    font-family: ExcentraPro-Light, sans-serif;
}

.w-promotion__text span {
    width: 246px;
    color: #010101;
    line-height: 101px;
    position: relative;
    text-align: center;
    margin-left: -20px;
    display: inline-block;
}

.w-promotion__text b {
    color: #fff;
    font-weight: normal;
}

.w-promotion__btn {
    border: 0;
    color: #000;
    cursor: pointer;
    padding: 0 15px;
    font-size: 35px;
    font-weight: 500;
    top: 0;left: 100%;
    position: absolute;
    text-align: center;
    margin-left: -135px;
    width: 247px;height: 141px;
    font-family: Montserrat, sans-serif;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;

    -webkit-animation: btn 1.5s infinite ease-in-out;
    animation: btn 1.5s infinite ease-in-out;
}

.w-promotion__btn:hover {
    color: #fff;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.w-promotion__subtext {
    margin: 25px 0 0;
}

@-webkit-keyframes btn {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    to {
        -webkit-transform: scale(1.);
        transform: scale(1.);
    }
}

@keyframes btn {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    to {
        -webkit-transform: scale(1.);
        transform: scale(1.);
    }
}

@media only screen and (max-width : 991px) {

    .w-promotion {
        font-size: 20px;
        min-height: auto;
        padding: 25px 40px;
    }

    .w-promotion__box {
        max-width: 600px;
    }

    .w-promotion__text {
        font-size: 34px;
    }

    .w-promotion__text span {
        width: 200px;
        line-height: 82px;
    }

    .w-promotion__btn {
        top: 15px;
        font-size: 22px;
        width: 180px;height: 103px;
    }

}

@media only screen and (max-width : 767px) {
    .w-promotion__text b{
        color: #000;
    }
    .container_1{
        margin-top: 15px;
    }
    .w-promotion {
        font-size: 18px;
        padding: 20px 25px;
        background-position: center;
    }

    .w-promotion__text {
        font-size: 28px;
        line-height: 1.3;
    }

    .w-promotion__text span {
        width: 170px;
        line-height: 70px;
    }


    .w-promotion__btn {
        position: static;
        margin: 15px auto 0;
    }
}