.why_peppy_cont .card_white{
    position: relative;
    background-color: transparent;
    padding: 0 20px 0 50px;
    margin-bottom: 20px;
    height: 200px;
  }
  .why_peppy_cont .card_white::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    width: 35px;
    height: 35px;
    background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/ffb4bd00cc322c19d8fe90fbbd414892.svg");
  }
  .best_quickbooks_for_small_businesses .call_back_para{
    color: #000;
  }
  .best_quickbooks_for_small_businesses .why_peppy_cont.card_segment{
    background-color: #fff;
  }
  .best_quickbooks_for_small_businesses .why_peppy_cont .whyPeppyBooks{
    color: #1dcd8d;
    margin-top: 0;
  }
  .best_quickbooks_for_small_businesses .service_segment_container .left_cont{
    width: 20%;
  }
  .best_quickbooks_for_small_businesses .service_segment_container .right_cont{
    width: 80%;
  }

  .cloud_key_element_cont{
    background-color: #cdf3e5;
}
section.cloud_key_element_cont .common_container{
    max-width: 1100px;
}
.cloud_key_main_heading{
    font-size: 40px;
}
.cloud_key_element_cont .flex_cont_div{
    width: 42%;
}
.cloud_key_element{
    position: relative;
    background-color: #1DCD8D;
    width: 100%;
    height: 110px;
    padding: 20px;
    margin-top: 70px;
    box-sizing: border-box;
}
.cloud_key_element span{
    display: block;
    font-size: 26px;
    font-weight: 700;
    padding-left: 150px;
}
.cloud_key_img{
    position: absolute;
    top: -40px;
    left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    background-color: #263237;
}
.cloud_key_img img{
    width: 80%;
    height: auto;
}
section.page_abt_sec.software_get_started{
    background-color: #fff;
}
.software_get_started_img{
    max-width: 100%;
}

@media only screen and (max-width: 1024px) {
    section.cloud_key_element_cont .common_container {
        padding: 60px 50px;
    }
    .cloud_key_element span{
        font-size: 22px;
    }
}
@media only screen and (max-width: 768px) {
    .best_quickbooks_for_small_businesses .service_segment_container .left_cont, .best_quickbooks_for_small_businesses .service_segment_container .right_cont{
        width: 100%;
      }
      .service_img_cont img{
        width: 50%;
      }
    section.cloud_key_element_cont .common_container {
        padding: 30px;
    }
    .cloud_key_element_cont .flex_cont_div{
        width: 46%;
    }
    .cloud_key_main_heading{
        font-size: 24px;
    }
    .cloud_key_element{
        height: 100px;
        margin-top: 50px;
        padding: 20px 10px;
    }
    .cloud_key_img{
        width: 110px;
        height: 110px;
        top: -30px;
    }
    .cloud_key_element span{
        font-size: 20px;
        padding-left: 120px;
    }
}
@media only screen and (max-width: 480px) {
    .cloud_key_element_cont .d_flex {
        display: block;
    }
    .cloud_key_element_cont .flex_cont_div{
        width: 100%;
    }
    .cloud_key_main_heading{
        font-size: 18px;
    }
    .cloud_key_element{
        padding: 10px;
        height: 90px;
        margin-top: 50px;
    }
    .cloud_key_img{
        width: 100px;
        height: 100px;
        top: -30px;
    }
    .cloud_key_element span{
        font-size: 23px;
        padding-left: 120px;
    }
}
@media only screen and (max-width: 380px) {
    .cloud_key_main_heading{
        font-size: 16px;
    }
    .cloud_key_element{
        padding: 10px;
        height: 80px;
        margin-top: 40px;
    }
    .cloud_key_img{
        width: 80px;
        height: 80px;
        top: -20px;
    }
    .cloud_key_element span{
        font-size: 16px;
        padding-left: 90px;
    }
}
