
.ready_wrapper{
    min-height: 400px;
    padding: 50px;
    padding-bottom: 100px;
    background: #d4d4d4;
  }
  .header_3{
    font-size: 30px;
    text-align: center;
    color: #7c4a00;
    margin: 15px;
    margin-bottom: 5px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Montserrat';
    letter-spacing: 2px;
    color: #865001;
    color: #4a2d00;
    opacity: .7;
  }
  .header_sub_3{
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #4f2f00;
  }
  .inner_wrapper{
    display: flex;
    justify-content: center;
    min-height: 600px;
    flex-wrap: wrap;
  }
  .same_3{
    display: flex;
    padding: 15px;
    min-width: 250px;
    min-height: 350px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .img_stl{
    max-width: 450px;
    width: 100%;
    min-height: 211px;
  }
  .bottom_sec{
    max-width: 450px;
    width: 100%;
    min-height: 235px;
    height: 100%;
    background-color: darkgrey;
    padding: 12px;
    font-family: 'Montserrat';
  }
  .bottom_sec_pre_header{
    color: #dedede;
    font-size: 14px;
    text-transform: capitalize;
  }
  .bottom_sec_header{
    margin: 10px 0px 10px 0px;
    text-transform: capitalize;
    font-size: 16px;
    color: #362000;
  }
  .bottom_sec_body{
    font-size: 12px;
   color: #434343;
  }
  .sec_same{
    display: flex;
    font-family: 'Montserrat';
    background: white;
    background:#a9a9a9;
    flex-wrap: wrap;
    clip-path: polygon(0 6%, 100% 0, 100% 100%, 0% 100%);

  }
  .img_sec{

  }
  .top_sec{
    clip-path: polygon(0 0, 100% 3%, 100% 100%, 0% 100%);
    /* clip-path: polygon(0 0, 100% 6%, 100% 91%, 0% 100%); */

  }
  .text_sec{
    padding: 10px;
    padding-left: 25px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-evenly;
    max-width: 500px;
  }
  .ready_image_stl{
    min-width: 200px;
    max-width: 200px;
    width: 100%;
    max-height: 190px;
  }
  .black_color{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
  }
  .small_pre_head{
    color: #cccccc;
    font-size: 14px;
  }
  .small_header{
    margin: 10px 0px 10px 0px;
    text-transform: capitalize;
    font-size: 19px;
  }
  .small_body{
    font-size: 12px;
    color: #444444;
  }
  .more_btn{
    text-align: center;
    margin: 15px;
    background: darkgrey;
    padding: 5px 15px;
    border-radius: 3px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 8px;
    color: #dbdbdb;
    max-width: 500px;
    margin: 15px auto;
  }
  /* .ready_wrapper .small_header a{
     text-decoration: none;
  } */

  .ready_wrapper a {
    text-decoration: none;
    color: #362000;
  }

  @media only screen and (max-width :450px) {
 
    .ready_wrapper{
      padding:15px;
    }
  }