
.card_col_title {
   font-weight: normal;
   font-size: 32px;
   line-height: 40px;
   color:#008454;
}

.card_subtitle {
   display: block;
   margin-bottom: 20px;
   margin-top: 10px;
   font-weight: 300;
   font-size: 19px;
   line-height: 23px;
   color: #008454;
}

.card_inner {
   display: flex;
}

.card_col {
   display: flex;
   flex-direction: column;
   padding-left:10px;
}

.card_block {
  // margin-bottom: 40px;
}

.card_block span {
   display: block;
}

.card_name {
   font-weight: normal;
   font-size: 24px;
   line-height: 29px;
   margin-bottom:0.8em;
}



.card_info{
   font-weight: normal;
   font-size: 24px;
   line-height: 29px;
   color: #008454;
   margin-bottom:0.8em;
}



.card_block span {
   font-weight: 300;
   font-size: 24px;
   line-height: 29px;
}

.card_block span:not(:last-child) {
   margin-bottom: 5px;
}



.card_colors_txt {
   display: block;
   font-weight: 300;
   font-size: 24px;
   line-height: 29px;
   margin-bottom: 20px;
   margin-top: 30px;
}

.card_colors_row {
   margin-top: 30px;
}

.card_colors_row:not(:last-child) {
   margin-bottom: 30px;
}

.card_colors_row {
   display: grid;
   grid-template-columns: repeat(auto-fill, 60px);
   gap: 30px;
}





.card_col:first-child {
   margin-right: 28px;
}


.card_color_img {
	width:80px;
	margin-left:5px;
	
}

.card_color_img2 {
	width:120px;
	margin-left:5px;
	
}

.btm1 {
	margin-bottom:120px;
}


.st {

	width:285px !important;
	
	
}
.st span {
	text-align:left;
}
