.pcs__row{
    display: flex;
    align-items: center;
}
.products .system-builder-container{
  	max-width:1170px;
  margin:0 auto;
}
.products{
  padding-top: 40px;
  background-color: #000000;
}
.product .column-ind-holder .column-ind-header {
    background: #464646;
}
.product .column-ind-holder .column-content {
  border-radius: 5px;
  padding: 0 0 20px 0!important;
  background: #252525;
  border: 2px solid #464646;
}
.product .column-ind-holder .column-content .products-points-holder{
  background: transparent;
  margin:0;
}
.product .column-ind-holder .column-content .config_button_holder .btn {
    background-color: #e8263e;
    border-color: #e8263e;
    color: #ffffff;
}
.product .column-ind-holder .column-content .config_button_holder .btn:hover {
    color: #ffffff;
    background-color: #252525;
    border-color: #464646;
}
.product .column-ind-holder .column-content .from-inc-price{
  color: #ffffff;
  margin: 0 20px;
}
.product .column-ind-holder .column-content .from-inc-price span{
  color: #e8263e;
}
ul.exceptions_list li:before, ul.list-caret li:before, ul.list-chevron-right li:before {
  color: #e8263e;
}
.product .column-ind-holder .column-content .product-image-holder .product-image {
  	height:auto;
}
.product .column-ind-holder .column-content .product-image-holder .product-image img{
  	width: 180px;
 	height: auto;
    padding: 0px 0;
  	margin:15px auto;
}
.column-ind-holder {
    box-shadow: 1px 1px 7px 2px rgba(0, 0, 0, 0.08);
}
.config_button_holder{
	margin: 0 20px;
  margin-top: auto;
}
.product .column-ind-holder .column-content .products-points-holder ul li{
  color: #ffffff;
}
.config_button_holder p{
  font-famoily: Montserrat-Medium,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
section#main .inner {
max-width: 100% !important;
}
section#main.main-ind {
padding:0;
background:#ffffff;
}

/**fonts**/
.landing-wrapper h1, .landing-wrapper h2{
    font-family: 'Montserrat-Bold';/***change to required font***/
    text-transform: uppercase;
    line-height: 1.2;
}
.landing-wrapper h1{
    font-size: 50px;
}
.landing-wrapper h2{
    font-size: 30px;
}
.landing-container{
    max-width: 1170px;
    margin: 0 auto;
}
/**larger-container to replace .landing-container**/
.lg-container{
    max-width: 1920px;
    margin: 0 auto;
}
.landing-button{
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 20px;
    background-color: #e8263e;
    color: #ffffff;
    margin-top: 40px;
}


/**columns**/
.pcs_col-2{ /**2columns**/
    width: 50%;
}
.pcs_col-3{ /**3columns**/
    width: 33.33%;
}
.pcs_col-4{ /**4columns**/
    width: 25%;
}

/*************for more padding inside div**********/
.col_inner{
    padding: 20px;
}


/**sections**/
.feature{
    padding: 40px;
    background-color: #214847;
}
.feature img{
	padding: 0;
}
.feature:nth-child(even){
    background-color: #ffffff;
}
/**feat1**/
#feat1 {
	text-align: center;
    background-color: #000;
    color: #fff;
	padding: 0 0 40px 0;
}
#feat1 img {
	max-height: 750px;
}
#samsunglogo {
    margin-top: 40px;
    margin-bottom: 20px;
}
#feat1 picture {
	position: relative;
	bottom: auto;
	z-index: auto;
}
#feat1 .landing-container {
	padding: 40px;
}
#feat4 img, #feat6 img{
	padding-bottom: 40px;
}
#feat4img2 {
	display: none;
}
#feat1 p, #feat4 p, #feat6 p{
	padding-top: 20px;
}
.disclaimer {
	font-size: 10px;
}
#feat6 .disclaimer {
	padding-bottom: 40px;
}
#feat8 {
	padding-bottom: 0px;
}
#divider-sec {
	min-height: 55px;
	background-color: #e8263e;
	color: #fff;
	text-align: center;
}
#divider-sec h1 {
	font-size: 36px;
	text-transform: none;
	padding: 10px;
}

#feat2, #feat3, #feat5, #feat7, #feat8, #feat9 {
    background-color: #000;
	color: #fff;
}
#feat2 h2, #feat3 h2, #feat4 h2, #feat5 h2, #feat6 h2, #feat7 h1, #feat8 h1 {
	font-weight: bold;
}
#feat2 p, #feat7 p {
	padding-top: 20px;
	max-width: 700px;
}
#feat3 p, #feat5 p, #feat8 p {
	padding-top: 20px;
	max-width: 850px;
}
#feat3 .pcs__row, #feat5 .pcs__row, #feat8 .pcs__row {
	flex-direction: row-reverse;
}
#feat4, #feat6 {
	text-align: center;
    background-color: #000;
    color: #fff;
	padding: 40px;
}
#feat9 {
    background-color: #1a1a1c;
	color: #fff;
	text-align: center;
  	padding-bottom: 120px;
}
#feat9 img {
	padding-bottom: 20px;
}
#feat9 h2 {
	padding-bottom: 40px;
	text-transform: none;
}
#feat9 h3 {
	text-transform: none;
	font-weight: bold;
  	font-size: 20px;
}



/***background-images in html****/
.landing-wrapper picture{ /**include position relative on the parent div.**/
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
    width: 100%;
}
.landing-wrapper picture img {
    object-fit: contain;
    height: 100%;
    user-select: none;
    width: 100%;
}




@media screen and (max-width: 1500px){
    #feat1 img {
		max-height: none;
		height: auto;
	}
}
@media screen and (max-width: 1170px){
    .pcs__row{
        flex-wrap: wrap;
    }
    .pcs_col-2, .pcs_col-3{
        width: 100%;
		text-align: center;
    }
    .pcs_col-4{
        width: calc(50% - 10px);
    }
	.disclaimer {
	font-size: 12px;
	}
	#feat2 p, #feat7 p, #feat3 p, #feat5 p, #feat8 p {
		max-width: 100%;
	}
	#feat3 img, #feat4 img, #feat8 img {
		padding-top: 40px;
	}
	#feat2, #feat4, #feat5, #feat8, #feat6 {
		padding-bottom: 0px;
	}
	#feat4img2 {
		display: block;
	}
	#feat4img1 {
		display: none;
	}
	#feat9 img {
		padding-top: 40px;
	}
}
@media screen and (max-width: 720px){
	.landing-wrapper h1{
		font-size: 40px;
	}
    .pcs__row{
        flex-wrap: wrap;
    }
    .pcs_col-2, .pcs_col-3{
        width: 100%;
    }
    .pcs_col-4{
        width: 100%;
    }
	#samsunglogo {
		max-width: 170px;
	}
}