/* work section css */
section.work h3.common-heading-mid {
    color: #3E5714;
}

section.work .section-heading {
    text-align: center;
}

section.work a.heading-link {
    color: #A35A00;
    margin-top: 20px;
    display: block;
}

section.work {
    padding-top: 75px;
}

section.work .work-content.row {
    justify-content: space-between;
    margin: 0 -15px;
    margin-top: 50px;
    align-items: center;
}

section.work .work-inner img {
    max-width: 180px;
	height: auto;
}

section.work .work-inner {
    width: calc(20% - 30px);
    text-align: center;
    margin: 0 15px;
}

@media(max-width: 992px) {
    section.work .work-content.row .work-inner {
        width: calc(50% - 30px);

        margin-bottom: 25px;
    }

    section.work .work-content.row {
        justify-content: center;
        text-align: center;
    }
}

@media(max-width: 575px) {
    section.work .work-content.row .work-inner {
        width: 100%;
        margin: 0;
        margin-bottom: 55px;
    }

    section.work .work-content.row {
        margin: 0;
        margin-top: 50px;
    }
}

/* work section css */