/* Difference section */

.market-heading {
	font-size: 32px;
	line-height: 150%;
	letter-spacing:  0.03em;
	color: #2b2c2d;
}
.market-heading span {
	color: #f36e23;
}
.market-text {
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	letter-spacing: 0.03em;
	color: #2b2c2d;
}
.market-text span {
	font-weight: 600;
}

/*  */

.rank-better-section {
	background: #f36e230f;
}

.rank-better-section p {
	color: #5c5c5c;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0.05em;
}

@media (min-width: 1200px) {
	.card_display > div {
		width: 100%;
	}
}

@media (max-width: 575px) {
	.market-heading {
		font-size: 24px;
	}

    .market-text {
        font-size: 16px;
    }
    .rank-better-section p{
        font-size: 14px;
    }
}
