.light-bg {
    background-color: #F5F5F5;
}
.light-bg .row {
    padding-bottom: 40px;
}
.title {
    font-family: GothamCondensed-Bold, sans-serif;
    color: #D91F26;
    font-size: 64px;
    text-transform: uppercase;
    line-height: 72px;
    display: flex;    
    align-items: center;
}
.details {
    font-family: Figtree-Regular, sans-serif;
    color: #1A1A1A;
    font-size: 16px;
    margin-top: 80px;
    margin-bottom: 80px;
    line-height: 40px;
}
.heading {
    font-family: GothamCondensed-Bold, sans-serif;
    color: #D91F26;
    font-size: 40px;
    text-transform: uppercase;
}
.text-details {
    font-family: Figtree-Regular, sans-serif;
    color: #6C6C6C;
    font-size: 16px;
}
.text-detail-container {
    padding-bottom: 24px;
    max-width: 469px;
}
.more-info {
    font-family: Figtree-Bold, sans-serif;    
    font-size: 16px;
    display: flex;
    border: 3px solid #C63530;
    padding: 8px;    
    width: 230px;
    text-align: center;
    margin-top: 16px;
    justify-content: center;
    align-items: center;
}
.more-info a {
    color: #D91F26;
    text-decoration: none;
}
.more-info:hover a, .more-info:focus a {
    color: #ffffff;
    text-decoration: none;
}
.more-info:hover, .more-info:focus {    
    background-color: #D91F26;    
}
.disclaimer p {
    color: #606060;
    font-family: Figtree-Regular, sans-serif;
    font-size: 10px;
}
.disclaimer p:last-child {
    margin-bottom: 0;
    padding-bottom: 24px;
}
.detail-item {
    border-bottom: 1px solid #6060606b;
    padding-bottom: 45px;
}
@media only screen and (max-width: 1024px) {
    .light-bg {
        padding-top: 48px;
    }
    .light-bg .details {
        margin-top: 24px;
    }
    .heading {
        margin-top: 32px;
    }
    .text-detail-container {
        padding-bottom: 16px;
    }
}
@media only screen and (min-width: 1024px) {
    .title {
        justify-content: center;
    }
    .text-detail-container {
        min-height: 248px;
    }   
    .heading {
        padding-top: 32px;
    }
    .detail-item:nth-child(odd):after {
        content: "";
    height: 90%;
    width: 1px;
    background: #6060606b;
    position: absolute;
    right: 32px;
    display: block;
    }
    .detail-item.top-container:nth-child(odd):after {
        bottom: 0;
    }
    .detail-item.bottom-container:nth-child(odd):after {
        top: 0;
    }
}
