section.sec_5 a.button {
    background: #fcaf2a !important;
}

@media (max-width:980px) {
    section.sec_5 h2 {
        font-size: 18px !important;
        line-height: 28px;
    }
}

@media (min-width:981px) {
    .col-4 {
        width: 33.33%;
    }
    .col-8 {
        width: 66.66%;
    }
    .sec_5 .row.bg .col-8 .content {
        padding-right: 65px;
    }
    .text.desk h5 {
        margin-top: 40px;
        margin-bottom: 60px;
        font-size: 28px;
    }
}

.sec_5 .row.bg {
    background: #003366;
    color: #fff;
    padding: 60px 120px;
    align-items: center;
}

section.sec_5 {
    padding: 3% 0;
}

section.sec_5 h2 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 15px;
}

section.sec_5 a.button {
    background: #fcaf2a;
    margin: 25px auto;
}

section.sec_5 img {
    width: 140px;
    display: block;
    margin: auto;
}

@media (max-width:767px) {
    .sec_5 .row.bg {
        margin: 0;
        padding: 40px 5px 20px;
        text-align: center;
    }
    section.sec_5 {
        padding: 15px 0;
    }
    section.sec_5 h2 {
        font-size: 20px;
        margin-bottom: 25px;
    }
}
