.home-works-module .row {
    padding: 40px 0 80px 0;
    text-transform: uppercase;
    font-family: "Gotham A","Gotham B","GothamBook",Arial,sans-serif;
}

.home-works-module .row .section {
    float: left;
    width: 100%;
    height: auto;
    min-height: 295px;
}

.home-works-module .work-name {
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    padding: 10px 0 5px 0;
    opacity: 0.47;
    text-transform: uppercase;
}
.home-works-module .work-tagline {
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.23px;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
}

.home-works-module .btn-primary {
    background-color: #ab2c2d;
    color: #fff;
    border: 0;
    border-radius: 0;
    font-family: "Gotham A","Gotham B","GothamBook",Arial,sans-serif;
    font-size: 25px;
    padding: 15px 25px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}

.home-works-module .btn-primary:active {
    background-color: #ab2c2d!important;
     color: #fff;
}

.home-works-module .btn-primary:active:focus,
.home-works-module .btn-primary:focus  {
    box-shadow: none!important;
}