/*
 * email:shaigeta@walla.com
 * copyright see-date 2020.
 */
 @import url('https://fonts.googleapis.com/css2?family=Assistant&display=swap');
 .about:lang(he), .about:lang(ar){
  direction: rtl;
}
body{
  font-family: 'Assistant', sans-serif;
}
.about{
/*direction: ltr;*/
  background-color: #e6e6ff;
  background-color: white;
  width: 60%;
  height: auto;
  margin: 0px auto;
  color: gray;
  font-size: 18px;
  padding: 5% ;
   /* box-shadow: 4px 7px 8px #888888;*/
 border-left:1px  solid  rgb(166, 166, 166);
 border-right:1px  solid  rgb(166, 166, 166);
 border-bottom:1px  solid  rgb(166, 166, 166);
}
#about_main{
  padding: 0 8% ;
}

.about h2{
  text-decoration: underline;
  color: #000;
  padding-bottom: 3%;
  text-align: center;
}
#about_main p{
  line-height: 130%;
}
.about .about-top{

}
.about .img-shai-about{
  padding: 4% 8% ;
display: flex;

}
.about .img-shai-about img{
  height: 130px;
  height: 120px;
 /* border-radius: 300px;*/
 border-radius:50%;
}

.about .img-shai-about .i{
  font-style: italic;
  font-size: 16px;
  padding: 4% 2% 0 2%;
  line-height: 120%;
}

.about a{
  /*color: blue;*/
  color:#ff1486;
}

/* tablet*/
@media only screen and (max-width: 990px) {

  .about{
    padding: 10%  0;
   width: 95%;

  }
}

/* mobile */
@media only screen and (max-width: 690px) {

  .about .img-shai-about{
    padding: 12% 0;
  display: flex;
  flex-direction: column;
  }
  .about .img-shai-about  img{
    margin: 0 auto;

  }
}

