.conatiner_img_title22 {
    position: relative;
    width: 100%; /* Adjust to your container's width */
    height: 50%; /* Adjust to your needs */
    
  }
  
  .title_img22 {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  
  .conatiner_img_title22 h2 {
    position: absolute;
    top: 28%; /* Center vertically */
    left: 50%; /* Center horizontally */
    transform: translate(-50%, -50%); /* Adjust centering */
    color: rgb(207, 240, 16);
    font-size: 55px; /* Adjust text size as needed */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* Make the text readable */
    font-weight: bold;
    text-align: center;
  }




  .container {
    max-width: 1200px;
    margin: 30px auto;
    padding: 20px;
  }

  h1 {
    font-size: 32px;
    text-align: center;
    color: #333;
    margin-bottom: 20px;
  }

  .address {
    text-align: center;
    margin-bottom: 30px;
    font-size: 18px;
    color: #555;
  }

  .map {
    text-align: center;
    margin-bottom: 30px;
  }
  .contact-section {
    max-width: 1200px;
    margin: 40px auto;
    background-color: #c8d5938f;
    padding: 40px 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.contact-description {
    text-align: center;
    margin-bottom: 30px;
}

.contact-description p {
    color: #044813;
    line-height: 1.6;
    font-size: 1.6rem;
    max-width: 800px;
    margin: 0 auto;
}
.card-container11 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.card11 {
    background-color: #b9f0dc;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    max-width: 300px;
    box-sizing: border-box;
}

.card-content11 p.title11 {
    font-size: 1.6rem;
    color: #2a2a2a;
    margin-bottom: 5px;
}
.card-content11 p.subtitle11 {
    font-size: 1.2rem;
    color: #555555;
    font-weight: bold;
    margin-bottom: 15px;
}
.card-content11 p strong {
    color: #2a2a2a;
}
a {
    color: #007BFF;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact-description h1 {
        font-size: 1.5rem;
    }
    .contact-description p {
        font-size: 1rem;
    }
    .card-container11 {
        flex-direction: column;
        align-items: center;
    }
    .card11 {
        width: 90%;
    }
}