@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    font-family: "Poppins", serif;
}

.about-heading{
position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  font-size: 50px;
  font-family: "Poppins", serif;

}
.heading-container {
    margin-top: 100px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    font-family: "Poppins", serif;
    color: #1A097C;
    
}
  .para-text{
    font-size: 16px;
    line-height: 26px;
    color: gray;
    margin-bottom: 40px;
    font-family: "Poppins", serif;


  }
  .annual-report-img {
    width: 100%; /* Reduced width */
    height: 500px; /* Increased height */
    object-fit: cover;
    border: 1px solid black; /* Black border */
    display: block; /* Centers image within its container */
    margin-top: 18px;
    margin-bottom: 0px;
    padding: 0px 20px 30px 20px;
    text-align: center;
}

@media (max-width: 768px) {
    .annual-report-img {
        width: 90%; /* Adjust width for smaller screens */
        height: 400px; /* Adjust height for tablets */
    }
}

@media (max-width: 576px) {
    .annual-report-img {
        width: 100%; /* Full width for mobile screens */
        height: 300px; /* Adjust height for mobile */
    }
}

.about-img {
    width: 100%; /* Reduced width */
    height: 450px; /* Increased height */
    object-fit: cover;
    margin-bottom: 0px;
    padding: 10px 20px 30px 20px;
    text-align: center;
}
.annual2{
    width: 100%; /* Reduced width */
    height: 500px; /* Increased height */
    object-fit: cover;
    margin-bottom: 0px;
    padding: 10px 20px 30px 20px;
    text-align: center; 
    background-size: cover;
    border-radius: 5px 5px 5px 5px;
    /* padding: 20px 17px 124px 10px; */
}

