.working-process h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    border-radius: 1rem;
    background-color: red;
}

.working-process p {
    font-size: 14px;
    font-weight: 600;
    color: #79796d;
}

.all-over-shipments img {
    filter: brightness(0) invert(1);
}

.contact-us .button a {
    width: 80%;
    max-width: 10rem;
    height: 2.5rem;
    border-radius: 25px;
    background-color: var(--site-color);
}