@charset "UTF-8";
/* CSS Document */
.header{
  padding-bottom: 60px;
}
.section-about{
  background-color: #ECE5DB;
  padding-bottom: 100px;
  
}
.section-about__title{
 
  position: relative;
   z-index: 2;
}

.section-about h1{
  position: relative;
  
  font-family: 'Klee One';
  font-size: 2rem;
  font-weight: 100;
  
  border-bottom:solid 0.5px #65564F;
  padding-bottom: 10px;
  display: inline-block;
  margin-bottom: 60px;
  
  
  
}
h1:before {
  content: "";
  position: absolute;
  background: #ECDDCF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 12px;
  /* border: dashed 1px white; */
  left: -15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
   
 
}

.section-about__img{
  width: 270px;
  height: 400px;
  position: relative;
  
  
  margin-bottom: 70px;
}
.leaf{
  width: 70px;
  height: auto;
  position: absolute;
  margin-left: -50px;
  margin-top: 370px;
 
}
.section-about__description{
  margin: 0 57px 100px;
  text-align: left;
  line-height: 4rem;
}

.section-about__profile1{
  width: 270px;
  height: 270px;
  
  margin-left: 70px;
  margin-bottom: 50px;
}
.section-about__profile2{
  width: 270px;
  height: 270px;
  margin-right: 70px;
  margin-bottom: 70px;
  
  
}
.section-about__profile__description{
  margin: 0 57px;
  text-align: left;
  line-height: 4rem;
}
@media(min-width:500px){
  .section-about__description{
    margin: 0 80px 100px;
   
  }
  .section-about__profile__description{
    margin: 0 80px;
  }
  
}