
.ramazan{ 
    margin:20px auto;   
/*    border:1px solid#000;*/
    text-align: center;
  }
		.ramazan .ramazan-title{ 
		display:flex;
		flex-direction: column;
		justify-content: center;
		font-size:30px;
		font-weight:500;
		text-align: center;
		}


		.ramazan .moonshine { 

		font-size:40px;
		font-weight:500;
		text-align: center;
		border-bottom:1px solid#000;
		}

 .ramazan-content{ 

       display:flex;
        column-gap: 20px;
      justify-content: space-between;
/*      flex-wrap: wrap;*/
      
/*       border:1px solid red;*/
       

  }


  .ramazan-content .ramazan-menu {
  	display:flex;
     flex-direction: column;
     position: relative;
     text-align: left;



/*  width: 100px;
  height: 100px;*/
  border:1px solid#ccc;
  padding:20px;
  margin:10px 5px;
  gap:2px;
  

}

 .ramazan-content .ramazan-menu .title{ 
 
      font-size:16px;
      font-weight:500;
      color:#f00;
      text-align: center;
  }

 .ramazan-menu .menu span{ 

         font-size:16px;
         font-weight: 500;

   }
     .ramazan-content .ramazan-menu .fiyat{ 
          display:flex;
     	  position:absolute;
     	  right: 0;
     	  bottom:0;
     	  align-items: center;
    justify-content: space-between;
     	  padding:5px;
    
      
     

   }


     .ramazan-content .ramazan-menu .fiyat span{ 
     	    display:flex;     
             align-items: center;
             text-align: center;
             padding:0px 15px;
             width:90px;
             height:90px;
             border-radius:100%;
            font-size:14px;
            color:#fff;
             background: #000;

    
      
     

   }

 .ramazan-menu .menu p{ 

         font-size:14px;
         font-weight:300;
         
   }


@media (max-width: 576px) {

				.ramazan-content {
					display:flex;
					flex-direction:column;
					width:100%;
			
				flex: unset !important;
				}

.ramazan-title{ 
		display:flex;
		flex-direction: column;
		justify-content: center;
		font-size:20px;
		font-weight:300;
		text-align: center;
		}


		.ramazan .moonshine { 

		font-size:24px;
		font-weight:500;
		text-align: center;
		border-bottom:1px solid#000;
		}
		
}