.dakar-bg {
    min-height: 645px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.dakar-bg {
    min-height: 645px;
}
.dakar-bg .row {
    min-height: 322px;
}
.dakar-bg .row .col-4 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.light-bg {
    background-color: #F5F5F5;
}
.title {
    font-family: GothamCondensed-Bold, sans-serif;
    color: #D91F26;
    font-size: 64px;
    text-transform: uppercase;
    line-height: 72px;
    display: flex;    
    align-items: center;
}
.heading {
    font-size: 72px;
    font-family: GothamCondensed-Bold, sans-serif;
    color: #D91F26;
    text-transform: uppercase;
    margin-top: 24px;
    margin-bottom: 24px;
}
.details {
    font-family: Figtree-Regular, sans-serif;
    color: #1A1A1A;
    font-size: 16px;
    line-height: 40px;
    margin-top: 80px;
    margin-bottom: 80px;
}
.subheading {
    font-family: GothamCondensed-Bold, sans-serif;
    color: #D91F26;
    font-size: 24px;
    margin: 0;
    
}
.subheading:not(.red):not(.green) {
    text-transform: uppercase;
}
.subheading.green {
    color: #00704A;
    font-size: 22px;
}
.white-heading {
    font-family: GothamCondensed-Bold, sans-serif;
    color: #FFFFFF;
    font-size: 116px;
    margin: 0;
    text-transform: uppercase;
}
.text-details {
    font-family: Figtree-Regular, sans-serif;
    color: #6A6767;
    font-size: 16px;
}
.calendar-container2 {
    margin-top: 160px;
}
.subheading.red {
    line-height: 18px;
}
.figtree-bold {
    font-family: Figtree-Bold, sans-serif;
    color: #000000;
    font-size: 16px;
    text-transform: uppercase;
}
.tc-details {
    margin-top: 80px;
    padding-bottom: 80px;
}
.col-lg-3 {
    padding-top: 8px;
}
.calendar-container2 .tc-details .col-lg-3,
.calendar-container .tc-details .col-lg-3 {
        border-bottom: 1px solid #6060606b;
}
.team {
    padding-top: 24px;
    padding-bottom: 24px;
}
.number {
    margin-right: 8px;
}
.number span {
    display: inline-block;
    font-family: GothamCondensed-Bold, sans-serif;
    color: #FFFFFF;
    text-align: center;
    width: 32px;
    height: 32px;
    line-height: 32px;
}
.number span.red {
   background-color: #C63530;
}
.number span.green {
    background-color: #00704A;
}
.subtitle {
    font-size: 24px;
    font-family: GothamCondensed-Bold, sans-serif;
    margin-bottom: 24px;
}
.subtitle .black-subtitle {
    color: #000000;
}
.subtitle .red-subtitle {
    color: #C63530;
}
.calendar-container .heading,
.calendar-container2 .heading {
    margin-bottom: 0;
    line-height: 68px;
}
@media only screen and (max-width: 1024px) {
    .light-bg {
        padding-top: 48px;
    }
    .light-bg .details {
        margin-top: 24px;
    margin-bottom: 24px;
    }
    .dakar-bg, .dakar-bg .row {
        min-height: 124px;
    }
    .heading {
        font-size: 40px;
    }
    .white-heading {
        font-size: 43px;
    }
}
@media only screen and (min-width: 1024px) {
    .title {
        justify-content: center;
    }
    .light-bg .row .col-lg-4 img {
        min-height: 244px;
    }
    .calendar-container .tc-details .col-lg-3 {
        max-width: 20%;
    }
    .calendar-container .tc-details .col-lg-3:not(.item-05):not(.item-10):not(.item-15):after,
    .calendar-container2 .tc-details .item-01:after, .calendar-container2  .tc-details .item-02:after, 
    .calendar-container2 .tc-details .item-03:after, .calendar-container2 .tc-details .item-05:after, 
    .calendar-container2 .tc-details .item-06:after, .calendar-container2 .tc-details .item-07:after, 
    .calendar-container2 .tc-details .item-09:after, .calendar-container2 .tc-details .item-10:after, 
    .calendar-container2 .tc-details .item-11:after {
    content: "";
    height: 78px;
    width: 1px;
    background: #6060606b;
    position: absolute;
    right: 14px;
    display: block;
    top: 10px;
    }    
    .team .col-lg-4 {
        padding: 0;
    }
}
