.text-main{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
    
  }

.text-center{
    display: flex;
    align-items: center;
   
  }

.margin{
    margin-top: 20px;
  }

  .services-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center; 
    column-gap: 80px; 
    row-gap: 20px; 
    margin: 40px auto; 
    max-width: 1200px; 
    padding: 0 20px; 
}

.text-padding{
  padding-bottom: 60px;
}
  .services-img{
    border: 1px solid #e1dfda;
    width: 350px;
    height: 250px;
    object-fit: cover;
    margin-left: 150px;
    margin-bottom: 40px;
  }

.services-text{
  margin-bottom: 50px;
}

.service-button{
  display: flex;
  justify-content: center;
  margin-bottom: 120px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .services-container {
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: center;
    margin: 20px; 
    text-align: center; 
  }
  
  .services-img {
    border: 1px solid #e1dfda;
    width: 450px;
    height: 300px;
    object-fit: cover;
    margin: 0 0 20px 0; 
  }

  

  
}
@media (max-width: 767px) {
  
  .services-container {
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: center;
    margin: 20px; 
    text-align: center;
  }
  
  .services-img {
    border: 1px solid #e1dfda;
    width: 250px;
    height: 200px;
    object-fit: cover;
    margin: 0 0 20px 0; 
  }
  
  
  
}
