.why_choose_section{
    background-image: url("../images/why_us_bg.png");
  background-size: cover;
  /* background-position: center; */
  background-repeat: no-repeat;
  z-index: -1;
}

.why-us-cards {
    height: 85%;
    display: flex;
    flex-direction: column;
    /* margin-bottom: 1.5rem; */
    background: #141D38 0% 0% no-repeat padding-box;
border: 1px solid #707070;
border-radius: 10px;
color:#F1F1F1
}
.why-us-cards .img_lottie{
    width: 200px;
    height: 200px;
    position: absolute;
    top: -95px;
    left: -55px;
}

.why-us-cards .why_card_img{
    width: 20px;
    left: 35px;
    top: -2%;
}
.why_card2_img{
    background: #F7941D 0% 0% no-repeat padding-box;
    border: 1px solid #141D38;
    border-radius: 5px;
    opacity: 1;
    width: 40px!important;
    padding: 0.5rem;
    left: 8%;
    top: -5%;
}

.what_offer_container{
    background: transparent url('../images/service.png') 0% 0% no-repeat padding-box;
border: 1px solid #707070;
border-radius: 10px;
}





/* responsive css for mobile devices start */
@media (max-width: 991px) {
    .why-us-cards {
        height: 100%;
    }
    .why_choose_section{
        background-position: center;
    }
    .why-us-cards p{
        text-align: justify;
    }
  }
  /* respondive css foer mobile devices end */