.view_event_btn {
    margin-bottom: 58px;
}

.view_event_btn {
    width: 100%;
    float: left;
}
.portofolio_btn {
    display: block;
    width: 231px;
    margin: 0 auto;
    margin-top: 30px;
}
.portofolio_btn .text{
    background-color: #d9232e;
    border-bottom: 2px solid #971820;
    height: 38px;
    width: 190px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: "latomedium";
    text-transform: uppercase;
    padding-top: 9px;
    float: left;
}
.portofolio_btn .icon{
    background: url('/assets/img/frontend/portofolio/view_event_icon.png') center center no-repeat;
    height: 38px;
    width: 40px;
    margin-left: 1px;
    background-color: #d9232e;
    border-bottom: 2px solid #971820;
    display: block;
    float: left;
}