 

.why_Choose_ram{
    width: 100%;
    height: auto;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 30px;
  padding: 20px 30px 5% 30px;
  background-color: #e6efffb0;
 
}
.why_Choose_ram_heding{
    width: 100%;
    text-align: center;
    font-size: 30px;
    letter-spacing: .5px;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    color:var(--heading-color) ;
    padding-top: 15px;
}
.why_Choose_ram .child2{
    /* border: 1px solid red; */
    width: 100%;
    height: auto;
   justify-items: center;
    padding-bottom: 8px;
}

.why_Choose_ram .child2 .child2_sub{
    /* border: 1px solid red; */
    width: 250px;
    height: auto;
    display: flex;
   justify-content: space-between;
   
}
.why_Choose_ram .child2 .child2_sub .child2_sub1{
    /* border: 1px solid red; */
    width: 110px;
    height: 30px;
    position: relative;
}
.why_Choose_ram .child2 .child2_sub .child2_sub1::before{
    content: '';
    position: absolute;
    width: 100%;
    border: 1.5px solid var(--heading-color);
    left: 1%;
    top: 15%;
}
.why_Choose_ram .child2 .child2_sub .child2_sub1::after{
    content: '';
    position: absolute;
    width: 80%;
    border: 1.5px solid var(--heading-color);
    left: 21%;
    top: 41%;
}
.why_Choose_ram .child2 .child2_sub .child2_sub2{
    /* border: 2px solid red; */
    width: 20px;
    height: 20px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background-color: var(--heading-color);
}

.why_Choose_ram .child2 .child2_sub .child2_sub3{
    /* border: 1px solid rgb(0, 47, 255); */
    width: 110px;
    height: 30px;
    position: relative;
}

.why_Choose_ram .child2 .child2_sub .child2_sub3::before{
    content: '';
    position: absolute;
    width: 100%;
    border: 1.5px solid var(--heading-color);
    left: 0%;
    top: 15%;
}
.why_Choose_ram .child2 .child2_sub .child2_sub3::after{
    content: '';
    position: absolute;
    width: 80%;
    border: 1.5px solid var(--heading-color);
    left: 0%;
    top: 41%;
}
.why_Choose_ram_sub_div1{
    width:32%;
    height: 422px; ;
    display: grid;
    justify-content: center;
    align-items: center; 
    word-wrap: wrap;
    /* margin: 0px 20px; */
}
.why_Choose_ram_sub_div{
    width:320px;
    height: 400px; ;
    /* border: 1px solid red; */
    display: grid;
    justify-content: center;
    align-items: center; 
    /* word-wrap: wrap; */
    overflow: hidden;
   /* margin-top: 20px; */
    /* box-shadow: 0px 0px 5px -1px; */
    box-shadow: 0px 10px 20px rgb(0 0 0 / 17%);
    border-radius: 13px;
   position: relative;
}
.why_Choose_ram_sub_div img{
    width: 100%;
    height: 90%;
    object-fit: cover;
    border-radius: 9px;
  
}
.why_Choose_ram_sub_div .child_choose_1{
    position: absolute;
    width: 100%;
    height: 190px;
    background-color:var(--transparent-header);
    left: 0%;
    top: 53%;
clip-path: polygon(57% 0, 100% 33%, 100% 100%, 0 100%, 0 45%);
}
.why_Choose_ram_sub_div .child_choose_2{
    position: absolute;
    width: 100%;
    height: 180px;
    background-color: var(--transparent-header);
    left: 0%;
    top: 55%;
   clip-path: polygon(31% 0, 100% 38%, 100% 100%, 0 100%, 0% 27%);
   align-content: end;
}
.why_Choose_ram_sub_div .child_choose_2 .icon{
    border: 1px solid var(--whitecolor);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 5%;
    align-content: center;
    justify-items: center;
    transition: 0.5s all ease;
}
.why_Choose_ram_sub_div .child_choose_2 .icon:hover{
    border: 1px solid var(--bg-color);
    transition: 0.5s all ease;
}
.why_Choose_ram_sub_div .child_choose_2 .icon .icon_sub{
    background-color: var(--whitecolor);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: var(--bg-color);
    align-content: center;
    text-align: center;
   transition: 0.5s all ease;
}
.why_Choose_ram_sub_div .child_choose_2 .icon_sub:hover{
    background-color: var(--bg-color);
    color: var(--whitecolor);
    transition: 0.5s all ease;
}
.why_Choose_ram_sub_div .child_choose_2 .details{
    /* border: 1px solid red; */
    width: 95%;
     margin-left: 5%;
    height: auto;
    padding: 3px 0px;
     font-size: 17px;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    color:var(--whitecolor) ;
}
.why_Choose_ram_sub_div .child_choose_2 .more_details{
    /* border: 1px solid red; */
    width: 95%;
     margin-left: 5%;
    height: auto;
    padding: 3px 0px;
     font-size: 15px;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    color:var(--whitecolor) ;
}
.why_Choose_ram_sub_div_under_row{
    width: 100%;
    height:120px ;
    /* margin-top: 20px; */
    display: flex;
    background-color: var(--whitecolor) ;
    border-radius: 9px;
    /* box-shadow: 0px 0px 10px -5px var(--gra); */
    box-shadow: 0px 10px 20px rgb(0 0 0 / 17%);
    overflow: hidden;
    transition: 0.3s all ease;
}
.why_Choose_ram_sub_div_under_row_icon_round{
    width: 50px;
    height:50px ;
    background:  var(--bg-color);
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin:15px 0px 0px 11px;
    color: var(--whitecolor);
}
.why_Choose_ram_sub_div_under_row__content{
    width: 80%;
    height:20vh ;
   margin: 15px 0px 15px 11px;
}
.why_Choose_ram_sub_div_under_row__content h4{
    font-size: 19px;
   font-family: "Outfit", sans-serif;
    margin-bottom: 8px;
    color: var(--heading-color);
}
.why_Choose_ram_sub_div_under_row__content p{
    padding:0px 12px 5px 0px;
    word-wrap: break-word;
   font-family: "Roboto", sans-serif;
   font-size: 15px;
   font-weight: 410;
   color: var(--color);
}
.why_Choose_ram_sub_div_under_row i{
    font-size: 22px;
    color: var(--whitecolor);
}
.why_Choose_ram_sub_div_under_row:hover{
    background-color: var(--bg-color);
    color: var(--whitecolor);
    transition: 0.5s all ease;
}
.why_Choose_ram_sub_div_under_row:hover .why_Choose_ram_sub_div_under_row_icon_round{
    background-color: var(--whitecolor) ;
      transition: 0.5s all ease;
      color: var(--bg-color);
}
.why_Choose_ram_sub_div_under_row:hover i{
    color: var(--bg-color);
      transition: 0.5s all ease;
}
.why_Choose_ram_sub_div_under_row:hover p{
    color: var(--whitecolor);
     transition: 0.5s all ease;
}
.why_Choose_ram_sub_div_under_row:hover h4{
    color: var(--whitecolor);
      transition: 0.5s all ease;
}




    