
body #main{font-size: 14px;}
.row.pb-0 > .col {
    padding-bottom: 0;
}
.mb-1 { margin-bottom: 1rem !important; }
.mb-2 { margin-bottom: 2rem !important; }

.heading{color: #934716;}
.head-title {
     font-size: 2.5rem;
     font-weight: 700;
     color: #bb3531;
     margin-bottom: 1.5rem;
}
    .subtitle{
        font-size: 1.5rem;
        font-weight: 400;
        color: var(--head-color);
        margin-bottom: 1rem;
    }

ul.hera-highlights {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
}
    ul.hera-highlights li { margin-left: 15px; }


.section-route .route-line{
    background-image: url(images/route-line.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 90%;
}
    .line-right .timeline:after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        width: 10px;
        height: 10px;
        background-color: #bb3531;
        transform: translateX(-50%);
        border-radius: 50%;
        bottom: -18px;
    }
    .line-left .timeline:before {
        content: '';
        display: block;
        position: absolute;
        top: -15px;
        left: 50%;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #bb3531;
        transform: translateX(-50%);
    }