* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }



  h5 {
    font-weight: 800;
    font-size: clamp(25px, 4vw, 50px);
    text-align: center;
  }

  .section_three_title {
    color: #fd521b;
    font-weight: 800;
    font-size: clamp(25px, 4vw, 50px);
    text-align: center;
    font-family: 'Newake', sans-serif
  }



  .section_three {
    background-color: #fcfaed;
    margin-top: -40px;
    position: relative;
    font-family: "Montserrat", sans-serif;
    padding-top: 10%;


  }

  .section_three .section_three_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    text-align: justify;
  }

  .section_three .section_three_content .section_three_title {
    color: #fd521b;
  }

  .section_three .section_three_content .section_three_subtitle {
    color: #231f20;
    font-weight: 400 !important;
  }

  .section_three .section_three_content .review_part {
    display: flex;
    gap: 25px;
    margin: 40px 0;
  }

  .section_three .section_three_content .review {
    display: flex;
    flex-direction: column;
    margin: 30px 0;
  }

  .section_three .section_three_content .review_box {
    max-width: 350px;
    padding: 20px;
    border-radius: 6px;
    width: 100%;
  }

  .section_three .section_three_content .orange {
    background-color: #f75800;
  }

  .section_three .section_three_content .light_orange {
    background-color: #fd9500;
  }

  .section_three .section_three_content .yellow_bg {
    background-color: #ffce00;
  }

  .section_three .section_three_content .review_title {
    color: #808080 !important;
    font-weight: 800 !important;
    font-size: clamp(18px, 3vw, 24px) !important;
    margin-bottom: 10px !important;
    margin-top: 0 !important;
    display: flex !important;
    gap: 8px !important;
    align-items: center !important;
    line-height: 1.1 !important;
    font-family: "Montserrat", sans-serif !important;
  }

  .section_three .section_three_content .review_username {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .section_three .section_three_content .avatar {
    border-radius: 100px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .section_three .section_three_content .red_bg_avatar {
    background-color: #9e0e0e;
    color: #fff;
  }

  .section_three .section_three_content .white_bg_avatar {
    color: #9e0e0e;
    background-color: #fff;
  }

  .section_three .section_three_content .red {
    background-color: #9e0e0e;
  }

  .section_three .section_three_content .white {
    color: #fff;
  }

  .section_three .section_three_content .black {
    color: #231f20;
  }

  .section_three .section_three_content .username {
    font-weight: 600;
    font-size: clamp(14px, 3vw, 17px);
  }

  .section_three .section_three_content .comment {
    font-size: clamp(12px, 3vw, 14px);
    font-weight: 300;
    margin-top: 5px;
    line-height: 20px;
  }

  .section_three .section_three_content .first_col,
  .section_three .section_three_content .third_col {
    margin-top: 50px;
  }

  @media (max-width: 800px) {
    .section_5_new {
      margin-top: -250px;
    }

    .section_three .section_three_content .first_col,
    .section_three .section_three_content .third_col {
      margin-top: 10px;
    }

    .section_three .section_three_content .review_part {
      flex-direction: column;
      margin: 0;
      gap: 0px;
    }
  }
