.actions{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.actions h5{
    margin-top: 0;
    margin-bottom: 10px;
}

.actions .actionsBox{
    width: 340px;
    margin-right: 15px;
    margin-bottom: 78px;
}

.actions .actionsBox:nth-child(3n){
    margin-right: 0;
}

.actionsBox .actionsImg .image{
    width: 100%;
    height: 230px;
    margin-bottom: 14px;
}

.actionsBox .actionsDate{
    font-weight: 600;
    font-size: 17px;
    line-height: 27px;
    color: #2B6743;
    margin-bottom: 6px;
}

.actionsBox .title{
    font-size: 22px;
    line-height: 25px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 12px;
}

.actionsBox .actionsText{
    font-size: 17px;
    line-height: 25px;
    color: #000000;

}

@media (max-width: 1440px) {
    .actions .actionsBox {
        width: calc(33% - 10px);
    }
}

@media (max-width: 767px){
    .actions .actionsBox {
        width: calc(50% - 5px);
        margin-right: 10px;
        margin-bottom: 50px;
    }

    .actions .actionsBox:nth-child(3n){
        margin-right: 10px;
    }

    .actions .actionsBox:nth-child(2n){
        margin-right: 0;
    }

    .actionsBox .actionsText{
        font-size: 16px;
        line-height: 24px;
    }

    .actionsBox .title{
        font-size: 20px;
        line-height: 23px;
    }

    .actionsBox .actionsImg .image{
        height: 190px;
    }
}

@media (max-width: 575px){
    .actions .actionsBox{
       width: 340px;
        margin-right: auto;
        margin-left: auto;
    }

    .actions .actionsBox:nth-child(3n),
    .actions .actionsBox:nth-child(2n){
        margin-right: auto;
        margin-left: auto;
    }

    .actionsBox .actionsImg .image{
        height: 230px;
    }
}

@media (max-width: 380px){
    .actions .actionsBox{
        width: 100%;
    }

    .actionsBox .actionsImg .image{
        height: 190px;
    }
}
