.three-actions{
    width: 1280px;
    margin: 30px auto;
    overflow: hidden;
}
.three-actions-item{
    width: calc(33.333% - 20px);

}
.three-actions-img{
    height: 180px;
}
.three-actions-img{
    background-size: cover;
}
.three-actions-text{
    line-height: 60px;
    background: #faaf41;
    text-align: center;
    font-size: 22px;
}
.three-actions-item{
    float: left;
    margin-right: 30px;
    cursor: pointer;
}
.three-actions-item:last-child{
    margin-right: 0px;
}
@media screen and (max-width: 600px) {
    .three-actions{
        width: 100%;
    }
    .three-actions-item{
        float: none;
        width: 90%;
        margin-bottom: 30px;
        margin-left: 5%;
    }
    .wide-window{
        width: 100%;
    }
    .three-actions-text{
        font-size: 16px;
        line-height: 40px;
    }
}