.section_heading {
  text-align: center;
  h4 {
    font-size: 34px;
    font-weight: 500;
    color: $black;
    line-height: 44px;
  }
  p {
    font-size: 15px;
    font-weight: 400;
    color: $text;
    line-height: 22px;
    padding: 0 320px;
  }
}
.choose_section {
  padding: 50px 0;
  background-color: #f9f9f9;
  margin: 40px 0;

  .choose_wrapper {
    padding-top: 40px;
    .choose_wrap {
      background-color: $white;
      height: 240px;
      border-radius: 16px;
      box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.046);
      padding: 40px 20px 20px 40px;
      margin-top: 20px;
      i{
        font-size: 45px;
        color: $primaryColor;
      }
      .choose_title{
        font-size: 22px;
        font-weight: 600;
        color: $black;
        padding: 10px 0;
      }
    }
  }
}
