.us .why .center{
    padding: 40px 0px;
}
.us .why .center  .icon .dot{
    display: flex;
    justify-content: center;
}
.us .why .center  .icon .dot .hei{
    height: 4px;
    width: 40px;
    background-color: #55473d;
    margin: 7px 0px;
  
}
.us .why .center .some{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* justify-content: space-around; */
    justify-content: center;
 }
 .us .why .center .some .wid{
     width: 29%;
     margin: 10px;
 }
 .us .why .center .some .wid .site{
     display: flex;
     align-items: center;
 }
 .us .why .center .some .wid .site .rud i{
 
     /* width: 50px;
     height: 50px;
     border-radius: 100%;
     color: #927263;
     background-color: #f0ecea;
     border-color: #f0ecea;
     display: flex;
     align-items: center;
     justify-content: center; */
     /* padding: 5px; */
     padding: 21px 22px;
     border-radius: 50%;
     color: #927263;
     background-color: #f0ecea;
     border-color: #f0ecea;
     font-size: 24px;
     /* border: 1px solid #E1E4E5; */
    
 }
 .us .why .center .some .wid .site .rud i:hover{
    background-color:  #876b5d;
    color: #ffffff;
 }

 .us .why .center .some .wid .site .rud {
    padding: 0px 15px;
    transition: 0.5s;
 }
 .us .why .center.some .wid .pic img{
   width: 100%;
   
 }
 .us .why .center .some .wid .site .min{
     margin: 9px;
 }
 .us .why .center .some .wid .site .min h3{
     color: #525252;
     font-size: 22px;
     font-weight: 600;
     font-family: "Trade Winds", cursive;
     /* padding: 7px 0px; */
     
 }
 .us .why .center .some .wid .site .min p{
     color: #7a7b78;
     font-size: 18px;
     font-weight: 400;
     font-family: Catamaran;
 }
 .us .why .center  .icon {
    text-align: center;
    color: #6eaa00;
 }
 .us .why .center .icon  i{
    font-size: 20px;
 }
 .us .why .center .icon h4{
    font-family: Neuton, serif;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
 }
 .us .why .center  .icon  h2{
    font-family: Trade Winds, cursive;
    color: #55473d;
    font-weight: 800;
    font-size: 40px;
    font-style: normal;
    margin: 0;
 }
 .us .why .center .some .wid .site .min  .hei{
    height: 4px;
    width: 45px;
    background-color: #55473d;
 }