.lined {
    font-size: 25px;
    letter-spacing: 0.5px;
    font-family: "Gilroy";
    font-weight: 800;
    display: block;
    padding: 30px;
    border-left: 1px solid #ce2a31;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.lined span {
    font-size: 14px;
    color: #6f7071;
    font-family: "Lato";
    font-weight: 300;
    font-style: italic;
    display: block;
}
.lined:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 87px;
    background-color: #CE2A31;
    bottom: -1px;
    left: calc(50% - 44px);
}
.content-container .action_detail {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.1;
}
.top_action {
    overflow: hidden;
}
.action_detail .top_action h5 {
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0;
}
.action_buttons {
    overflow: hidden;
    clear: both;
}
.action_buttons .tobuy {
    display: block;
    width: 140px;
    font-size: 18px;
    color: #ffffff;
    font-family: "Gilroy";
    font-weight: 800;
    text-decoration: none;
    background-color: #ce2a31;
    padding: 10px 40px;
    margin-bottom: 30px;
    margin-right: 60px;
    float: left;
}
.action_buttons .action_back {
    float: left;
    color: #1a1b1e;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    line-height: 39px;
}