.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;
    margin-top: 80px;
    margin-bottom: 80px;
    line-height: 40px;
}
.green-bg {
    background-color: #326E45;
    position: relative;
}
.white-heading {
    font-family: GothamCondensed-Bold, sans-serif;
    color: #ffffff;
    font-size: 54px;
    text-transform: uppercase;
    line-height: 40px;
    margin-top: 180px;
}
.text-details {
    font-family: Figtree-Medium, sans-serif;
    font-size: 16px;
    color: #ffffff;
}
.heading {
    font-family: GothamCondensed-Bold, sans-serif;
    color: #D91F26;
    font-size: 40px;
    text-transform: uppercase;
}
.red-bg-btn {
    font-family: Figtree-Bold, sans-serif;
    color: #ffffff;
    font-size: 16px;
    display: flex;
    background: #C63530;
    padding: 8px;
    text-decoration: none;
    max-width: 296px;
    width: 100%;
    text-align: center;
    margin-bottom: 56px;
    z-index: 9999;
    position: relative;
    align-items: center;
    justify-content: center;
}
.red-bg-btn:hover, .red-bg-btn:focus {
    color: #D91F26;
    background-color: #ffffff;
    text-decoration: none;
}
.icons {
    align-items: flex-end;
    max-width: 368px;
}
.values {
    margin-top: 120px;
}
.item-container {
    background: #ffffff;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    padding: 16px;
    margin-bottom: 28px;
    min-height: 370px;
}
.subheading {
    font-family: GothamCondensed-Bold, sans-serif;
    color: #D91F26;
    font-size: 40px;
    text-transform: uppercase;
}
.icon {
    margin-bottom: 16px;
}
.item-heading {
    font-family: GothamCondensed-Bold, sans-serif;
    color: #D91F26;
    font-size: 24px;
    text-transform: uppercase;    
}
#product_container .item-heading {
    min-height: 72px;
}
.item-container ul {
    padding-left: 16px;
}
#product_container .item-container {
    min-height: 632px;
}
.item-container ul li, .product-container .product-description {
color: #1A1A1A;
font-family: Figtree-Regular, sans-serif;
font-size: 16px;
}
.paginator {
    display: flex;
    max-width: 320px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    padding-bottom: 80px;
}
.paginator > div {
    margin-right: 4px;
}
.prev-page, .page, .next-page {
    width: 54px;
    height: 54px;
    border: 2px solid #888888;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-family: 'Figtree-Bold', sans-serif;
    font-size: 12px;
    color: #888888;
}
.prev-page:hover, .next-page:hover, .page.active, .page:hover {
    color: #ffffff;
    background-color: #D91F26;
    border-color:#D91F26;
}
.product-container .img-container {
    max-width: 176px;
    margin: 0 auto;
}
.download-link {
    font-family: Figtree-Bold, sans-serif;
    color: #D91F26;
    font-size: 16px;
    display: flex;
    border: 1px solid #C63530;
    padding: 8px;
    text-decoration: none;
    width: 100%;
    text-align: center;
    margin-top: 16px;
    align-items: center;
    justify-content: center; 
}
.download-link:hover, .download-link:focus {
    color: #ffffff;
    background-color: #D91F26;
    text-decoration: none;
}
.overview .col-lg-9 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.overview label {
    color: #1A1A1A;
    font-family: Figtree-Medium, sans-serif;
    font-size: 12px;
}
.overview select {
    min-width: 276px;
    border-radius: 0;
    border: 1px solid #DDDDDD;
    font-family: Figtree-Regular, sans-serif;
    font-size: 12px;
    color: #888888;
    min-height: 45px;
}
.product-item-container {
    min-height: 600px;
}
.product-item-container .product-description {
    min-height: 144px;
}
@media only screen and (max-width: 1024px) {
    .light-bg {
        padding-top: 48px;
    }
    .light-bg .details {
        margin-top: 24px;
    }
    .heading {
        margin-top: 32px;
    }
    .green-bg .col-lg-2 img {
        max-width: 50px;
    }
    .green-bg .white-heading {
        margin-top: 40px;
        line-height: 60px;
    }
    main .mobile {
        display: block;
        bottom: -60px;
    position: relative;
    }
    .overview select {
        margin-bottom: 16px;
    }
}
@media only screen and (min-width: 1024px) {
    .title {
        justify-content: center;
    }
    .heading {
        padding-top: 32px;
    }
    
.green-bg:after {
    position: absolute;
    bottom: -89px;
    right: -14px;
    display: block;
    width: 100%;
    height: 100%;
    text-align: right;
}
main .mobile {
    display: none;
}
.light-bg .row {
    padding-bottom: 40px;
}
.overview select {
    margin-left: 16px;
}
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .green-bg .icons .col-lg-3 {
        padding-right: 0;
    }
    .green-bg .icons .col-lg-3 img {
        max-width: 60px;
    }
}
