.about-para {
    font-size: 23px;
    color: #000;
}

.about_card_page {
    margin-right: -60px; /* Adjust as needed for desktop */
  }
  .about_card_page2 {
    margin-left: -60px; /* Adjust as needed for desktop */
  }
  .card-about {
    border: none;
    padding: 45px;
    border-radius: 15px;
}
.card-about p{
    line-height: 30px;
}
.bird_img {
    position: absolute;
    top: -161px;
    right: 30px;
    width: 200px !important;
    z-index: 1;
}
.about_bigcard{
    margin-top: -40px;
}

.about-page{
    background-image: url("../img/about-page-bg1.webp");
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
}

@media only screen and (max-width: 1190px){
    .about_card_page {
        margin-right: 0px; /* Adjust as needed for desktop */
      }
      .about_card_page2 {
        margin-left: 0px; /* Adjust as needed for desktop */
      }
      .about_bigcard{
        margin-top: 0px;
    }
    .bird_img {
        top: -75px;
        width: 150px !important;
    }
}

@media only screen and (max-width: 768px){
    .about-para {
        font-size: 15px;
    }
    .card-about {
        padding: 15px;
    }
    .bird_img {
        top: -45px;
        width: 150px !important;
    }
}