				.container-fluid-2 {
					margin: 40px 0;
				}

				.description img {
					max-width: 100%;
				}

				.description h1,
				.description h2,
				.description h3,
				.description h4 {
					margin: 15px 0;
				}

				h1 {
					color: #f8bf15;
					font-size: 30px;
					line-height: 36px;
					text-align: center;
				}

				.description h2 {
					font-size: 24px;
				}

				.description h3 {
					font-size: 20px;
				}

				.description h4 {
					font-size: 18px;
				}

				.description p {
					font-size: 16px;
					font-weight: 400;
				}

				@media (max-width: 500px) {
					.description p {
						font-size: 13px;
					}
				}

				.description p {
					line-height: 24px;
					font-weight: 500;
				}

				.description h3 {
					line-height: 24px;
				}

				.description li {
					font-size: 14px;
				}

				a {
					text-decoration: none !important;
				}

				.current {
					background-color: #f8bf15;
				}

				#tpds img {
					width: 100%;
					height: 238px !important;
					border-radius: 12px;
				}

				@media (max-width: 767px) {
					#tpds img {
						width: 100%;
						height: 238px !important;
						border-radius: 12px;
					}
				}

				.prev {
					display: inline-block;
					width: auto;
					padding: 0 10px;
					margin: 0 1px;
				}

				.next {
					display: inline-block;
					width: auto;
					padding: 0 10px;
					margin: 0 1px;
				}

				.page-numbers {
					border: 2px solid #cccccc2b;
					border-radius: 10px;
					padding: 0px 18px;
					height: 37px;
					display: inline-block;
					margin: 0 3px;
					font-size: 16px;
					font-weight: bold;
					color: #fff;
					vertical-align: middle;
					line-height: 33px;
				}