.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;
}
.details {
    font-family: Figtree-Regular, sans-serif;
    color: #1A1A1A;
    font-size: 16px;
    line-height: 40px;
    margin-top: 80px;
    margin-bottom: 80px;
}
.heading {
    font-family: GothamCondensed-Bold, sans-serif;
    color: #FFFFFF;
    font-size: 40px;
    text-transform: uppercase;
    margin: 0;
}
.text-details {
    font-family: Figtree-Regular, sans-serif;
    color: #FFFFFF;
    font-size: 20px;
}
.figtree-bold {
    font-family: Figtree-Bold, sans-serif;
}
.text-detail-container {
    padding-bottom: 24px;
    max-width: 600px;
}
.empty-div {
    height: 84px;
    background-color: #D91F26;
}
.video-container {
    max-height: 800px;
}
.item-01, .item-02, .item-03, .item-04 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 513px;
    display: flex;
    align-items: flex-end;
}
.green-bg {
    background-color: #326E45;
    padding-top: 80px;
    padding-bottom: 70px;
}
.green-bg .col-lg-6 {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.row.about {
    margin-bottom: 56px;
    padding-top: 88px;
}
.row.about .col-lg-6:last-of-type {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about .heading {
    color: #D91F26;
    font-family: GothamCondensed-Bold, sans-serif;
    font-size: 56px;
    text-transform: uppercase;
}
.about .text-details {
    color: #1A1A1A;
    font-family: Figtree-Regular, sans-serif;
    font-size: 16px;
    max-width: 365px;
}
@media only screen and (max-width: 1024px) {
    .light-bg {
        padding-top: 48px;
    }
    .light-bg .details {
        margin-top: 24px;
    }
    .heading {
        margin-top: 32px;
    }
    .green-bg {
        padding-top: 0;
    }
}
@media only screen and (min-width: 1024px) {
    .title {
        justify-content: center;
    }
    .item-01 .text-detail-container, .item-02 .text-detail-container {
        min-height: 180px;
    }
    .item-03 .text-detail-container, .item-04 .text-detail-container {
        min-height: 126px;
    }
}
