	table {
		display: inline-table;
	  }

	.content-section{
		max-width: 100%;
	}
	.cuet-single-card {
		border: 1px solid #eee;
		width: 100%;
		text-decoration: none;
		list-style: none;
		height: revert-layer;
		display: flex;
		align-items: center;
		margin: 13px 0;
		padding: 34px;
		border-radius: 23px;
		box-shadow: 0px 4px 0px #49494940;
		background: #EEE;
	}
	.cuet-single-card:hover {
		background: #fff;
		box-shadow: 1px 2px 3px #333;
	}
    
	.cuet-single-card a {
		font-size: 19px;
		font-weight: 700;
	}

	.content-wrapper p {
		line-height: 1.6;
	}

.content-wrapper p {
    line-height: 1.6;
    background: #f5f5f5;
    padding: 0.6rem;
}

@media(max-width: 991px) {
   .back-btn{
       display: none !important;
  }
}

@media only screen and (min-width: 1824px) {
    .content-section {
        flex: 85%;
        max-width: 100% !important;
    }
}

.content {
    padding: 0;
    position: relative;
    background: #fff;
    padding: 0.2rem 1rem;
    min-height: 88vh;
    width: 100%;
}

.ul-sty-syllabus ul {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.ul-sty-syllabus ul li {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}

.content-wrapper p {
    line-height: 1.6;
    background: #f5f5f5;
    padding: 0.6rem;
    font-size: 16px;
}

@media (max-width: 768px) {
    .ul-sty-syllabus{
        font-size: 14px !important;
    }
}