.why-choose-us {
    background-image: url('/images/WhoWeAre/background.jpg');
    background-size: 100% 103%;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.why-choose-us .content-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.why-choose-us img {
    width: 40%;
    height: 400px;
    margin-bottom: 20px;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.why-choose-us h2 {
    color: #345a96;
    font-weight: bold;
    margin-top: 0;
}


.description-item h5 {
    color: #345a96;
    font-size: 18px;
}

.description-item p {
    color: rgb(32, 32, 34) !important;
    font-size: 17px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

.leftContent p{
    color: #555;
    font-size: 18px;
    text-align: justify;
    line-height: 1.6;
    margin-top: 10px;
}
.rightContent p {
    color: #555;
    font-size: 18px;
    text-align: justify;
    line-height: 1.6;
    margin-top: 10px;
}


.card-body {
    padding-top: 20px;
}

.card {
    border-radius: 10px;
    overflow: hidden;
}

.lead {
    font-size: 18px;
}

.row > div {
    padding: 15px;
}

.leftContent img {
    float: left;
    margin-right: 20px;
}

.rightContent img {
    float: right;
    margin-left: 20px;
}




@media (max-width: 1024px) {
  .why-choose-us .content-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 15px !important;
    margin-bottom: 20px !important;
  }

  .why-choose-us .leftContent,
  .why-choose-us .rightContent {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
  }

  .why-choose-us img {
    order: 1;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 0 15px !important;
  }

  .why-choose-us h2 {
    order: 2;
    width: 100%;
    margin: 0 0 15px;
    text-align: center;
    font-size: 1.75rem;
  }

  .why-choose-us .leftContent p,
  .why-choose-us .rightContent p {
    order: 3;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    text-align: left;
    margin: 0 0 15px 0;
  }

  .why-choose-us .card-body .row > div {
    width: 100% !important;
    padding: 10px !important;
  }

  .why-choose-us .description-item h5 {
    font-size: 1rem;
    text-align: center;
  }
  .why-choose-us .description-item p {
    font-size: 0.95rem;
    width: 90% !important;
    margin: 0 auto 10px;
  }


  @media (max-width: 768px) {
    .why-choose-us img {
      margin-bottom: 12px !important;
    }
    .why-choose-us h2 {
      font-size: 1.5rem;
      margin-bottom: 12px !important;
    }
    .why-choose-us .leftContent p,
    .why-choose-us .rightContent p {
      font-size: 0.9rem;
    }
    .why-choose-us .description-item p {
      font-size: 0.9rem;
      width: 100% !important;
    }
    .why-choose-us .card-body .row > div {
      padding: 8px !important;
    }
  }
}

