.action{
    background: url("../img/module-action/bg.jpg") no-repeat bottom center;
    padding-bottom: 60px;
}

.action .action-text{
    font-size: 40px;
    font-family: cuprumbold;
    margin-top: 32px;
}

.action .button{
    font-size: 23px;
    line-height: 23px;
    width: 185px;
    height: 64px;
    font-family: robotobold;
    box-sizing: border-box;
    padding-top: 10px;
    margin-top: 30px;
    position: relative;
}

.action .present{
    background: url("../img/module-action/present.png");
    width: 300px;
    height: 95px;
    position: absolute;
    left: 150px;
    top: 124px;
    z-index: 0;
}

.action .comment{
    font-size: 16px;
    margin-top: 40px;
}