body.page-template-routes-2025 .subpage-hero .subpage-hero__content {
    width: 807px;
}

.dattco-routes {
    margin-top: 30px;
}

@media screen and (min-width: 576px) {
    .dattco-routes {
        margin-top: 40px !important;
    }
}

@media screen and (min-width: 768px) {
    .dattco-routes {
        column-count: 2;
        margin-top: 50px !important;
    }
}

@media screen and (min-width: 992px) {
    .dattco-routes {
        margin-top: 60px !important;
    }
}

@media screen and (min-width: 1200px) {
    .dattco-routes {
        margin-top: 70px !important;
    }
}

.dattco-routes p:last-child {
    margin-bottom: 0;
}

.dattco-routes p a {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
}

.dattco-routes p a:hover {
    color: #000;
}