.lc-why-choose{
    width: 100%;
}

h2.lc-section-title {
    font-size: 25px;
    color: #000;
    text-align: center;
    margin: 50px 0 30px 0;
}

.lc-why-choose-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    align-items: stretch;
}

.lc-why-choose-inner .lc-card{
    display: flex;
    width: calc(33% - 20px);
    margin: 10px 10px;
    padding: 20px 10px;
    background-color: #F7F7F7;
    border-radius: 20px;
    text-align: center;
    align-items: stretch;
}

.lc-why-choose-inner .lc-card .icon{
    width: 30%;
    height: 100%;
    display: flex;
}
.lc-why-choose-inner .lc-card .icon img{
    width: 80%;
    margin: auto;
}
.lc-why-choose-inner .lc-card .card-info{
    text-align: left;
    width: 70%;
    padding-left: 10px;
}
.lc-why-choose-inner .lc-card .card-info .card-title{
    font-size: 25px;
    color: #000;
    margin-bottom: 5px;
}
.lc-why-choose-inner .lc-card .card-info .card-desc{
    margin-bottom: 0px;
    font-size: 18px;
    color: #707070;
    line-height: 25px;
}


@media (width <= 1250px) {
    .lc-header-content{
      padding: 50px;
      width: 50%;
  }

  }

  @media (width <= 850px) {
    .lc-why-choose-inner .lc-card {
        width: calc(50% - 20px);
    }
  }

  @media (width <= 450px) {
    .lc-why-choose-inner .lc-card {
        width: calc(100% - 20px);
    }
  }