@media(max-width: 1400px) {}

@media(max-width: 1200px) {}

@media(max-width: 992px) {

    .process-card::after {
        content: "\f138";
        /* bootstrap icon arrow-right */
        font-family: "bootstrap-icons";
        color: #e53935;
        position: absolute;
        right: -14px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 20px;
    }

    /* Hide arrows at row end */
    .row>div:nth-child(4) .process-card::after,
    .row>div:nth-child(8) .process-card::after {
        content: none;
    }
}

@media(max-width: 768px) {}

@media(max-width: 576px) {

    .padding_50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .hero {
        padding: 19px 0;
        min-height: 62vh;
    }

    h2.heading {
        font-size: 30px;
        font-weight: 600;
        line-height: 38px;
    }

    .footer-links li {
        margin-bottom: 0px;
    }

    .year-badge {
        width: 122px;

    }

}