@charset "UTF-8";
	
/* caho select */
.caho-highlight {
  background-color: rgba(240, 116, 99, 0.10);
  padding: 20px;
  border-left: 5px solid #f07463;
  border-radius: 8px;
  margin: 0 0 20px 0;
  line-height: 1.7;  
}

@media screen and (max-width: 600px) {
  .caho-highlight {
    padding: 15px;
    border-left-width: 4px;
    margin: 15px 0;
  }
}