.why-choose-section{
    background: url(/assets/images/home/webp/why.webp), #540C6F;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.why-choose-section .hero-buttons{
    margin-top: 32px;
}
.why-choose-section .container{
    padding-top: 132px;
    padding-bottom: 135px;
}
.why-choose-section .text-md{
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}
@media(max-width:991px){
    .why-choose-section .text-md{
        width: 100%;
    }
}
@media(max-width:576px){
    .why-choose-section .container {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
  .why-choose-section .text-md, .why-choose-section .title{
    text-align: left;
  }  
}