.market__card__box {
    padding: 10px 30px;
}

.tc-img-title {
    font-size: 30px;
    padding-bottom: 15px;
}

.tc-img-title a {
    color: unset;
    text-decoration: none;
}

.image-tc-bx {
    padding: 25px;
}

.market_page .image-tc-bx a img {
    height: 45vh;
    object-fit: cover;
}

/* for new section  */
.market__icons__card__content__box__row {
	padding: 15px 0;
}

.system-landing-page .p-discription h1 {
	text-align: center !important;
}
.food__bev__subhead {
	text-align: center;
	padding: 0 80px 15px 80px;
}
.card__content__title {
	font-size: 24px !important;
}
.market__brand__text {
	margin-left: -10%;
	margin-bottom: -6%;
	display: block;
}
/* for new section  */



.corner__title {
	position: absolute;
	/* right: 0; */
	/* color: #fff !important; */
	bottom: -80%;
	right: -15%;
	font-size: 24px !important;
}



@media only screen and (min-width : 768px) and (max-width : 1700px) {

    .corner__title {
        position: absolute;
        /* right: 0; */
        /* color: #fff !important; */
        bottom: -50%;
        right: 0%;
        font-size: 24px !important;
    }




}




@media only screen and (min-width : 768px) and (max-width : 1400px) {

    .tc-img-title {
        font-size: 18px;
        padding-bottom: 15px;
    }




}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    .market__card__box p {
        text-align: center;
    }

    .tc-img-title {
        font-size: 18px;
        padding-bottom: 15px;
        text-align: center;
    }

    .image-tc-bx {
        padding: 15px 25px;
    }

    .market-content-box {
        padding-bottom: 0;
    }

    .market__card__box {
        padding: 10px 10px;
    }
    .market_page .image-tc-bx a img {
        height: 30vh;
        object-fit: cover;
    }

    .corner__title {
        position: absolute;
        /* right: 0; */
        /* color: #fff !important; */
        bottom: -30%;
        right: 25%;
        font-size: 18px !important;
    }



}



