<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.box-body .box-content {

}
	.b-content p {
		
	}
	.b-content .t1 {
		color: #f58813;
		font-weight: 500;
	}
	.b-content hr {
		border: 0;
	    border-bottom: 1px solid #e5e5e5;
        margin: 20px 0px;
	}
	.b-content h2 {
		margin: 0px;
		color: #000000;
		font-size: 1.1em;
	    margin-bottom: 10px;
	}
	.b-content ul li {
		position: relative;
	}
	.b-content ul li::before {
	    content: "";
	    padding: 3px;
	    background: #707070;
	    border-radius: 100%;
        position: absolute;
	    left: -15px;
        top: 10px;
	}
	.b-content .box-img {
		display: table;
		margin: auto;
	    max-width: 800px;
	}
		.b-content .box-img img {
			display: block;
			width: 50%;
			float: left;
		    padding: 5px;
		}
		
	.b-content &gt; img {
		display: block;
		max-width: 100%;
	    margin: auto;
	}
		
	.b-content .item {
	    background: #f2f2f2;
	    padding: 15px 20px;
	    border-radius: 10px;
        margin: 15px 0px;
	}
		.b-content .item b {
	        color: #f58813;
		    font-weight: 100;
		}
		
/* ---------------------------------------------------**** Mobile and Tablet ****--------------------------------------------------- */
@media only screen and (min-width: 320px) and (max-width: 1024px) {
	
}
/* ---------------------------------------------------**** Tablet ****--------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	
	@media screen and (orientation:portrait) {

	}
	@media screen and (orientation:landscape) {

	}
}

/* ---------------------------------------------------**** Mobile ****--------------------------------------------------- */
@media only screen and (min-width: 320px) and (max-width: 767px) {
		
	@media screen and (orientation:portrait) {
		.b-content .box-img img {
		    width: 100%;
	    }
	}
	@media screen and (orientation:landscape) {

	}
}</pre></body></html>