.ecommerce-sec {
  padding: 120px 0 70px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(48, 60, 93, 0.05)), to(rgba(48, 60, 93, 0))), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(top, rgba(48, 60, 93, 0.05), rgba(48, 60, 93, 0)), -webkit-linear-gradient(top, #fff, #fff);
  background-image: -o-linear-gradient(top, rgba(48, 60, 93, 0.05), rgba(48, 60, 93, 0)), -o-linear-gradient(top, #fff, #fff);
  background-image: linear-gradient(to bottom, rgba(48, 60, 93, 0.05), rgba(48, 60, 93, 0)), linear-gradient(to bottom, #fff, #fff);
  overflow: hidden; }
  .ecommerce-sec .section_head {
    margin-bottom: 40px; }
  .ecommerce-sec .info .card-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px; }
    .ecommerce-sec .info .card-item .icon {
      -webkit-margin-end: 20px;
      margin-inline-end: 20px; }
      .ecommerce-sec .info .card-item .icon img {
        width: 50px;
        height: 50px;
        -o-object-fit: contain;
        object-fit: contain; }
    .ecommerce-sec .info .card-item .inf {
      color: #687186;
      font-size: 16px; }
      .ecommerce-sec .info .card-item .inf strong {
        color: #0379a4; }
  .ecommerce-sec .img {
    position: relative;
    padding-top: 50px;
    margin: auto; }
    .ecommerce-sec .img .main-img img {
      display: block;
      margin: auto; }
    .ecommerce-sec .img .img1 {
      position: absolute;
      top: 0;
      left: 15px;
      z-index: 4;
      background: #FFFFFF;
      border: 1px solid rgba(48, 60, 93, 0.05);
      -webkit-box-shadow: 10px 20px 40px -6px rgba(29, 42, 59, 0.1), 10px 20px 40px -6px rgba(29, 42, 59, 0.07);
      box-shadow: 10px 20px 40px -6px rgba(29, 42, 59, 0.1), 10px 20px 40px -6px rgba(29, 42, 59, 0.07);
      border-radius: 12px;
      overflow: hidden; }
      .ecommerce-sec .img .img1 img {
        max-width: 252px;
        max-height: 108px; }
    .ecommerce-sec .img .img2 {
      position: absolute;
      left: 30px;
      bottom: 50px; }
      .ecommerce-sec .img .img2 img {
        max-width: 308px;
        max-height: 263px; }
  .ecommerce-sec .butn {
    margin-top: 60px; }
