.mills-fence-mission .mfm-content-wrapper {
    border: 1px solid #dedede;
    padding: 40px 0;
    transition: all ease-in-out 0.7s;
}
.mills-fence-mission .mfm-content-wrapper:hover {
    background-color: #000;
    color: #EFC031;
    transition: all ease-in-out 0.7s;
}
.mills-fence-mission .mfm-content-wrapper:hover .mfm-icon {
    transform: rotateY(180deg);
    transition: all ease-in-out 0.7s;
}
.mills-fence-mission .mfm-content-wrapper h4 {
    transition: all ease-in-out 0.7s;
}
.mills-fence-mission .mfm-content-wrapper:hover h4 {
    color: #EFC031;
    transition: all ease-in-out 0.7s;
}
.mills-fence-mission .mfm-content-wrapper:before {
    position: absolute;
    content: '';
    background: #BABCBE;
    /* background: #EFC031; */
    width: 60px;
    height: 8px;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
}

.mills-fence-mission .mfm-icon {
    color: #EFC031;
    font-size: 40px;
    transition: all ease-in-out 0.7s;
}

@media(min-width:992px) {
    .mills-fence-mission .mfm-content-wrapper {
        margin-bottom: 0;
    }
}