.day-action{
    width: 100%;
    margin: 0 0 25px;
}
.day-action .day-title{
    padding: 10px 0;
    position: relative;
    margin: 30px 0;
    text-align: center;
}
.day-action .day-title:after{
    content: '';
    display: block;
    position: absolute;
    left: -10000px;
    right: -1000px;
    top: 0;
    bottom: 0;
    background: url(../../images/Update_action_02.png);
}
.day-action .day-title h2{
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    font-weight: 300;
    position: relative;
    z-index: 1;
}
.day-action .day-title span{
    margin: 20px 0 0;
    color: #fff;
    font-size: 15px;
    line-height: 32px;
    position: relative;
    z-index: 1;
}
.day-action .text{
    width: 100%;
    overflow: hidden;
    font-weight: 300;
    color: #5a5a5a;
    font-size: 15px;
    line-height: 23px;
}
.day-action .text p{margin: 0 0 14px;}
.another-actions{
    color: #575656;
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 40px;
}