.product-feature-text-container {
    padding-top: 4%;

}
.product-row:not(:last-child) {
    padding-bottom: 120px;
}

.top-image {
    width: 70%;
    margin: auto;
    padding-bottom: 120px;
}


.product-feature-header {
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
	color: #46336A;
	font-size: 40px;
    line-height: 42px;
    padding-bottom: 20px;
}
.product-feature-summary {
	color: #2F2942;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
}

.product-feature-image-container {
    height: 100%;
}

.product-feature-page-header, .product-feature-page-header p {
    line-height: 42px;
    font-size: 40px;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
    color: #46336A;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 32px;
}

.product-feature-page-sub-header {
    color: #2F2942;
    line-height: 34px;
    font-size: 24px;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
    padding-left: 5%;
    padding-right: 5%;
}

.product-feature-slide-img {
    padding: 0 0 25px 0;
}

.product-feature-benefits-title {
	color: #F28D43;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
	font-size: 15px;
    line-height: 12px;
    padding-top: 3%;
    padding-bottom: 10px;
}

.product-feature-benefits-subhead {
    color: white;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
	font-size: 40px;
	line-height: 50px;
    text-align: center;
    padding-bottom: 5%;
}

.product-feature-slide-bottom-pad {
    padding-bottom: 5%
}

.product-resource-title {
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
    color: #46336A;
    line-height: 42px;
    font-size: 40px;
}
.product-resource-subtitle {
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #525353;
    padding-bottom: 5%;
}
.service-card-container {
    padding: 5%;
}

.product-attribute-subheader, .product-attribute-subheader p {
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
    color: #F28D43;
    font-size: 15px;
    line-height: 12px;
    padding-bottom: 1%;
    text-transform: uppercase;
}

.product-attribute-header, .product-attribute-header p{
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
    color: #46336A;
    line-height: 47px;
    font-size: 40px;
}

.card-title-benefits {
	color: #4F5050;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px;
}
.card-text-benefits {
	color: #6E6E6E;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
}

.feature-product-section h5 {
    font-size: 26px;
    padding-bottom: 10px;
}
.product-feature-description {
    font-size: 18px;
    line-height: 31px;
}

@media (min-width: 501px) {
    .product-feature-video {
        margin-top: 30px;
    }
    .card-title-benefits {
        font-size: 20px;
        line-height: 26px;
    }
    .product-resource-title {
        padding-top: 4%;
        padding-bottom: 2%;
        padding-left: 25%;
        padding-right: 25%;
    }
    .product-feature-benefits-subhead {
        padding-left: 25%;
        padding-right: 25%;
    }
    .product-attribute-header {
        padding-left: 20%;
        padding-right: 20%;
    }
    
    .product-attribute-panel-container {
        padding: 75px 5% 0 5%;
    }
    .product-feature-summary {
        font-size: 18px;
        line-height: 31px;
    }
}
@media (max-width: 750px) {
    .top-image {
        padding-top: 50px;
        width: 100%;
        padding-bottom: 50px;
    }
}

@media (max-width: 500px) {

    .card-title-benefits {
        font-size: 18px;
        line-height: 24px;
    }
    .product-attribute-panel-container {
        margin: 0 0 0 0 !important;
    }
    .product-feature-header {
        font-size: 28px;
        line-height: 30px;
    }
    .product-feature-summary {
        font-size: 16px;
        line-height: 26px;
    }
    .product-feature-benefits-title {
        line-height: 12px;
        font-size: 15px;
        color: #F28D43;
    }
    .product-feature-benefits-subhead {
        line-height: 30px;
        font-size: 28px;
        padding-left: none;
        padding-right: none;
        padding-bottom: 10%;
    }
    .product-attribute-header {
        line-height: 30px;
        font-size: 28px;
        padding-left: 2%;
        padding-right: 2%;
        padding-bottom: 10%;
    }
    .product-feature-last-image-padding {
        padding-bottom: 15%;
    }
    .product-resource-title {
        line-height: 30px;
        font-size: 28px;
        padding-bottom: 5%;
    }
    .product-resource-subtitle {
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 5%;
    }
    
    .product-feature-benefits-subhead {
        padding-left: none;
        padding-right: none;
        padding-bottom: 10%;
    }

    .product-feature-benefits-title {
        padding-top: 6%;
    }
}