.light-bg {
    background-color: #F5F5F5;
    padding-top: 80px;
}
.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;
}
.notes {
    padding-bottom: 80px;
}

.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;    
}

.swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    background-color: #888888;
    opacity: 100%;
}
.swiper-pagination-bullet-active {
    background-color: #D91F26;
}
@media only screen and (max-width: 1024px) {
    .light-bg {
        padding-top: 48px;
    }
    .light-bg .details {
        margin-top: 24px;
    }
    .heading {
        margin-top: 32px;
    }
}
@media only screen and (min-width: 1024px) {
    .title {
        justify-content: center;
    } 
    .heading {
        padding-top: 32px;
    }
}
