.mills-fence-history {
    position: relative;
    background: #D0D2D2;
    z-index: -1;
}

.mills-fence-history:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 20%;
    background: #000;
    bottom: 0;
    clip-path: polygon(0% 0%, 100% 0%, 65% 100%, 0% 100%);
}

.mills-fence-history .mfh-bg-img {
    position: absolute;
    inset: 0;
    z-index: -1;
    margin-bottom: 12px;
}

.mills-fence-history .mfh-content h2 {
    color: #EFC031;
    position: relative;
}

.mills-fence-history .mfh-content h2:after {
    position: absolute;
    content: '';
    background: #EFC031;
    width: 139%;
    height: 2px;
    bottom: -8px;
    left: 0;
    z-index: 1;
    margin: 4px 0;
}

.mills-fence-history .mfh-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 28%;
    background: #000;
    clip-path: polygon(0% 0%, 100% 0%, 8% 100%, 0% 100%);
}

.mills-fence-history .mfh-img img {
    max-height: 300px;
    width: 100%;
    object-fit: cover;
    border: 4px solid black;
    box-shadow: 2px 2px 6px 2px #00000050;
}