        .nomc-page-container {


		}
	     
		.nomc-row,
		.nomc-row-content {
			position: relative
		}

		.nomc-button .content,
		.nomc-html-block {
			text-align: center
		}
		
		.nomc-row-content {
			max-width: 1130px;
			margin: 0 auto;
			display: flex;
			background-color: #FFF;


		}
		
         .reverse {display: flex;
    flex-direction: row-reverse;}
	
	    .nomc-row-content .nomc-col-w3 {
			flex-basis: 25%
		}
	
		.nomc-row-content .nomc-col-w4 {
			flex-basis: 33%
		}

		.nomc-row-content .nomc-col-w6 {
			flex-basis: 50%
		}

		.nomc-row-content .nomc-col-w8 {
			flex-basis: 67%
		}
           .nomc-row-content .nomc-col-w9 {
			flex-basis: 75%
		}
		.nomc-row-content .nomc-col-w12 {
			flex-basis: 100%
		}

		.nomc-button a {
			text-decoration: none
		}
		
		 .nomc-button-content
          {
		  background-color: var(--sec);
		  border-bottom: 0px solid #8a3b8f;
		  border-left: 0px solid #8a3b8f;
		  border-radius: 6px;
		  border-right: 0px solid #8a3b8f;
		  border-top: 0px solid #8a3b8f;
		  color: #14141a;
		  direction: ltr;
		  max-width: 100%;
		  padding-bottom: 15px;
		  padding-left: 40px;
		  padding-right: 40px;
		  padding-top: 15px;
		  width: auto;
		  display: inline-block;
		  font-weight: bold;
		  }
          .nomc-heading {font-size: 36px;
    font-weight: bold;
			  
			  }
		.nomc-image {width:100%; margin:0 auto;}
		.nomc-divider .center,
		.nomc-image .nomc-center {
			margin: 0 auto
		}

		.nomc-image .nomc-right {
			float: right;
			border-bottom-left-radius: 50%;
            border-top-left-radius: 50%;
		}

		
		.nomc-image img {
			display: block;
			width: 87%;
		}

		.nomc-text {
			overflow-wrap: anywhere;
			padding: 4%;
		}

   	.nomc-row-content:not(.no_stack) {
				display: grid;
			}
			

@media (min-width:768px) {
		
		html {font-size:16px}
		
			.nomc-mobile_hide {
				display: none
			}

			.nomc-row-content:not(.no_stack) {
				display: flex;
			}
		.nomc-image .mb-right {
			float: right;
			border-bottom-left-radius: 0%;
            border-top-left-radius: 0%;
		}
	
		.no-mobile {display:block;}
		.no-desktop {display:none;}
          .borders {border-left:1px solid var(--sec);
                        border-right:1px solid var(--sec);}
		
		
		}