.actions-details-v1{
    margin: 30px 0 0px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 30px;
}

.actions-date-and-title-wrapper{
    background: #f7f7f7;
    padding: 30px;
    margin-top: 15px;
}

.actions-date-and-title-wrapper h3{
    font-size: 20px;
    color: #000000;
    padding-bottom: 10px;
}

.actions-date-and-title-wrapper .the-date{
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    padding-bottom: 20px;
}

.actions-details-v1 .content-editor{
    padding-left: 20px;
}

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

    .actions-details-v1 .content-editor {
        padding-left: 0;
    }

    .actions-date-and-title-wrapper h3{
        font-size: 17px;
        padding-bottom: 0;
    }

    .actions-date-and-title-wrapper .the-date {
        font-size: 15px;
    }

    .actions-date-and-title-wrapper{
        padding: 20px;
    }

    .actions-details-v1 {
        margin-top: 0px;
        margin-bottom: 30px;
    }

}