	/* 
Theme Name:     NYSFocus
URI:     		http://codecorners.com
Author: Code Corners
version: 1.0
Theme URI: http://codecorners.com/
Author URI: http://codecorners.com/
*/
	
	.main_content {
	    background-color: #fff;
	    box-shadow: 0px 1px 6px rgb(0 0 0 / 20%);
	    position: relative;
	    border-radius: 5px;
	    padding: 20px 20px;
	}
	
	.membership_programe p {
	    color: rgb(122, 122, 122);
	    font-family: Agenda, Agenda;
	    font-size: 20px;
	    font-weight: 400;
	    margin-bottom: 18px;
	}
	
	.membership_programe h3 {
	    font-size: 20px;
	    box-sizing: border-box;
	    color: rgb(0, 0, 0);
	    margin-bottom: 0px;
	    text-align: center;
	    font-weight: normal;
	    margin-bottom: 18px;
	}
	
	.main_heading h1 {
	    color: #203d4c;
	    font-size: 40px;
	    margin: 20px 0;
	    text-shadow: none;
	    text-align: center;
	    margin-bottom: 20px;
	}
	
	.membership_programe p:last-child {
	    text-align: center;
	}
	
	.amount_content {
	    border-radius: 5px;
	}
	
	@media (max-width: 693px!) {
	    .amount_content {
	        text-align: center;
	        margin-top: 50px;
			max-width: 693px;
	    }
	}
.single-post-content { max-width: 693px !important; }
