.fw-cnt{
	background: #F8F8F8;
	padding: 4rem 0;
}

.fw-wrapper{
	display: flex;
	justify-content: center;
	margin: 0 auto 4rem;
	max-width: 1400px;
	align-items: center;
	
}
.fw-wrapper > div{
}
.fw-img{
	width: 35%;
}
.fw-img span{
	display: none;
}
.fw-img img{
	max-height: 425px;
	width: auto;
	max-width: 100%;
	mix-blend-mode: darken;
}
.fm-table{
	width: 65%;
}
.fm-table-label{
	display: flex;
	justify-content: space-between;
}
.fm-table-label h3{
	font-size: 36px;
	line-height: 44px;
}
.fm-price{
	font-size: 48px;
	font-weight: bold;
		line-height: 44px;

}
.fm-table-inner th, .fm-table-inner td{
	padding: 10px 18px;
}
.fm-table-inner table { 
    border-spacing: 10px;
    border-collapse: separate;
	width: calc(100% + 20px);
	margin: 0 -10px;
}

.fm-table-inner thead{
	background: #6C747B;
}
.fm-table-inner thead th{
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
}
.fm-table-inner tbody td,
.fm-table-inner tfoot td{
	font-size: 20px;
}
.fm-table-inner tbody tr:nth-child(1) td,
.fm-table-inner tbody tr:nth-child(2) td,
.fm-table-inner tbody tr:last-child td,
.fm-table-inner tbody tr:last-child td:nth-child(1)
{
	text-align: center;
}
.fm-table-inner tbody tr td:nth-child(1){
	text-align: left;
	vertical-align: top;
}
.fm-table-inner tbody td:nth-last-child(1),
.fm-table-inner tbody td:nth-last-child(2),
.fm-table-inner tbody td:nth-last-child(3){
	width: 20%;
	font-weight: bold;
}
.fm-table-inner tbody tr:last-child td{
	font-weight: normal;
	white-space: nowrap;
}

.fm-table-inner tbody td:nth-last-child(1){
	background: #EEEBFE;
	color: #5820F6;
}
.fm-table-inner tbody td:nth-last-child(2){
	background: #E4FAED;
	color: #3CAC72;
}
.fm-table-inner tbody td:nth-last-child(3){
	background: #FFF7E3;
	color: #F58057;
}
.fm-table-inner tfoot td{
	border-top: 1px solid #B7B7B7;
	font-weight: bold;
	padding-left: 0;
}
.fw-wrapper .btn{
	font-size: 16px;
	text-transform: uppercase;
}
@media (max-width: 1330px) 
{
	.fm-table-label h3{
		font-size: 30px;
	}
	.fm-price{
		font-size: 34px;
		white-space: nowrap;
	}
}
@media (max-width: 1090px) {
	
}
@media (max-width: 767px) {
	.fw-wrapper{
		display: block;
	}
	.fw-img, .fm-table{
		width: 100%;
	}
	.fw-img{
		display: flex;
		justify-content: space-between;
	}
	.fw-img .btn{
		display: block;
		margin-top: 4rem;
		padding: 14px 40px;
	}
}
@media (max-width: 480px)
{
	.fm-table-label h3{
		font-size: 20px;
		line-height: 1.2;
	}
	.fm-price{
		font-size: 24px;
		line-height: 1.2;

	}
	.fm-table-inner thead th, .fm-table-inner tbody td, .fm-table-inner tfoot td{
		font-size: 13px;
	}
}