.comparison-section {
    background: #0C0E10;
    padding: 90px 15px 60px;
}

.home-content .comparison-section {
    margin-top: 60px;
}

.comparison-section .block {
	display: block !important;
}

#comparison.comparison-section .title-color {
	font-size: 1.25vw;
	font-weight: bold;
	margin-bottom: 20px;
}

#comparison.comparison-section .title-color span {
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(to right, #fff, #f1e389 30%, #FFDF00);
}

#comparison.comparison-section .sub-title {
	color: #fff;
    font-size: 1.875vw;
    font-weight: bold;
	margin-bottom: 40px;
}

.comparison-section .comparison-table {
    /* max-width: 1390px; */
    max-width: 1250px;
    margin: 0 auto;
    color: #c1c1c1;
	font-size: 16px;
}


.comparison-section .comparison-table svg {
    width: 36px;
    height: 35px;
}

.comparison-table table {
    width: 100%;
	background: #222222;
	border-top: 30px solid #222222;
    border-bottom: 30px solid #222222;
}

.comparison-table table th {
    text-align: center;
}

.comparison-table table th:first-child {
    text-align: left;
}

.comparison-table table th span {
    padding: 10px 30px;
    color: #FFF;
    font-size: 26px;
    font-weight: bold;
}

.comparison-table table th span.free {
    display: block;
    background: #FFDF01;
    color: #000;
}

.comparison-table table th span.pro {
    display: block;
    background: #0DE181;
    color: #000;
}

.comparison-table table td {
    padding: 12px 30px;
    text-align: center;
}

thead tr th,
tr:nth-child(even) td {
  border-left: 10px solid #222222;
  border-right: 10px solid #222222;
}

thead tr th:first-child,
tr:nth-child(even) td:first-child {
  border-left: none;
}

thead tr th:last-child,
tr:nth-child(even) td:last-child {
  border-right: none
}

.comparison-table table tr:nth-of-type(odd) {
    background: #222222;
}

.comparison-table table th:first-child {
    background: #222222;
}

.comparison-table table tr:nth-of-type(even) {
    background: #000;
}

.comparison-table table td:first-child {
    text-align: left;
}

@media screen and (max-width: 991px) {
    .comparison-section {
        margin-top: 0;
		overflow: auto;
    }

    .comparison-section .comparison-table {
        width: 800px;
    }

	.comparison-table table th span {
        font-size: 24px;
    }

    .comparison-table table svg {
        width: 50px;
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .comparison-table table th span {
        font-size: 20px;
    }

    .comparison-table table svg {
        width: 40px;
        height: auto;
    }
}