.pemko {
  font-weight: 700;
  font-size: 1.5em;
  color: whitesmoke;
}

.pemko .letter {
  display: inline-block;
  line-height: 1em;
}

.pemko .text-wrapper {
  position: relative;
  display: inline-block;
}
  
.pemko .second {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 0px;
  width: 100%;
  background-color: #fff;
  transform-origin: 0 0;
  bottom: 0;
}

.simpida {
  margin-top: 10px;
  float: left;
  font-weight: 900;
  font-size: 1.5em;
  color: whitesmoke;
}

.simpida .letter {
  /* display: inline-block; */
  line-height: 1em;
  color: whitesmoke;
  float: left;
}

.simpida .text-wrapper {
  position: relative;
  display: inline-block;
}

.simpida .second {
  font-size: medium;
  opacity: 0;
  position: absolute;
  left: 0;
  height: 0px;
  width: 100%;
  background-color: transparent;
  transform-origin: 0 0;
  bottom: 0;
  color: whitesmoke;
}

#imgwali{
  width: 160px;
  margin-top: 50px;
}


.text{
  font-weight: 900;
  font-size: 2.5em;
  color: whitesmoke;
  float: left;
}

.text2{
  font-weight: 200;
  /* font-size: 1em; */
  color: whitesmoke;
  text-align: justify;
}

.text3{
  font-weight: 200;
  /* font-size: 1em; */
  color: black;
  /* margin-left: 50px; */
} 

@media only screen and (max-width: 600px) {
  .pemko .text-wrapper{
    font-size: small;
  }

  #imgwali{
    width: 130px;
  }
}

@media only screen and (max-width: 430px) {
  .pemko .text-wrapper{
    font-size: x-small;
  }
}

.info{
  color:#eb4a4a; 
  font-style: oblique; 
  float:left;
}
