.back {
    color: #333;
  }
  
  /* Container styles */
  
  
  .text-center {
    text-align: center;
  }
  
  /* Card styles */
  .cardi {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
    background-color: #ffffff;
  }
  
  .cardi:hover {
    transform: translateY(-5px);
  }
  
  .card-body1 {
    padding: 20px;
  }
  
  .card-title1 {
    font-size: 1.25rem;
    margin-bottom: 10px;
    color: #007bff;
  }
  
  .card-text1 {
    font-size: 1rem;
    color: #555;
  }
  
  /* Section heading styles */
  .mb-4, .mb-5 {
    margin-bottom: 2.5rem;
  }
  
  .back {
    font-size: 1.75rem;
    margin-bottom: 20px;
    color: #555;
  }
  
  /* Responsive grid styles */
  .row-cols-1 > .col {
    margin-bottom: 20px;
  }
  
  @media (min-width: 768px) {
    .row-cols-md-2 > .col {
        margin-bottom: 30px;
    }
  }
  
  @media (min-width: 992px) {
    .row-cols-lg-3 > .col {
        margin-bottom: 30px;
    }
  }
  
  /* Footer styles */
  .footert {
    margin-top: 50px;
    padding: 20px 0;
    background-color: #333;
    color: #fff;
    text-align: center;
  }
  
  .footert p {
    margin: 0;
    font-size: 0.9rem;
  }
  .popimage{
    width: 314px;
    
  }
  @media(min-width:768){

  }