
    .service-container {
      display: flex;
      justify-content: space-between;
      color: #069999;
    }
  
    @media (max-width: 768px) {
      .service-container {
        flex-direction: column;
        align-items: flex-start;
      }
  
      .service-name {
        width: 100%;
      }
  
      .price {
        width: 100%;
        text-align: right;
        color: black;
      }
    }
  