.title-1{
    font-size: 2em;
    color: #EBEBEB;
    font-weight: 900;

 



   
}

#s-t{
   
    margin-left: 45%;

   
}

.services-title{
}

.services {
    display: flex;
    flex-wrap: wrap;
 

margin-top: 6%;
  width: 70%;
  margin: 0 auto;
justify-content: center;

 
   
}

.service-card {
    border: 1px solid #c8d2e1;
    border-radius: 10px;
    margin: 10px;
    width: 400px;
    padding: 40px;
    
    transition: transform 0.3s ease;
}

.service-card img {
    width: 50%;
    height: auto;
    border-radius: 8px 8px 0 0;
}

.service-card h2 {
    font-size: 1.8em;
    margin: 10px 0;
    color: #EBEBEB;
  
}

.service-card p {
    color: #e6e6e6;
    font-size: 0.9em;
}

.service-card:hover {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .service-card {
        width: 100%;
        margin: 10px 0;
    }
}

.services-title{
    margin-left: 35.5% !important;
}
