/*-------------KYES-------------*/
.kyes li{
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  padding-bottom: 15px;
  list-style-type: none;
  line-height: 1;
}
::marker {
  color: #384d41;
}
.kyes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0px;
}
.kyes img{
  max-width: 100%;
  border-radius: 5px;
}


.kyes ul {
  padding-left:0rem;
}
.kyes ul li img{
  width: 40px;
  padding-bottom: 2px;
  padding-right: 5px;
}
.kyes h2{
  margin-top: 0px;
  line-height: 0.7em;
  margin-bottom: 20px;
}
/*-------------KYES-------------*/




@media screen and (max-width: 863px){
.kyes {
  display: block;
}
.kyes img{
  width: 560px;
}
}