
/**/
  .core-services-section {
    background-color: #111111;
        padding: 0px 0 0px 0;
	/*background: linear-gradient(180deg, #050606 0%, #0e1b28 100%);*/
	background-color:#050707;
	
  }
  
  .core-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    text-align: center;
  }
  
 .core-services-section .container{
	display:flex;
 }
  
  .core-services-section h2 {
    color: white;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 50px;
    line-height: 1.2;
  }
  
  .core-nav-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  
  .core-nav-button {
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    color: white;
    border: none;
    background-color: transparent;
	 background-color: #142130;;
  }
  
	@media (max-width: 768px) {
		.core-services-section {
			padding: 40px 0 0px 0;
		}
	}