.flex {
    display: flex;
    align-items: left;
    justify-content: left;
}
.flex .image {
    width: 640px; 
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.flex .right {
    margin: 10px 0 0 0;
    padding: 0;
}
.flex .title {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 30px;
    text-align: left;
}
.flex .text {
    margin: 25px 0 0;
    padding: 0;
    text-align: left;
}

.hr1 {
    margin-top: 20px;
    width: 70%;
}

.hr2 {
    margin-top: 30px;
    width: 90%;
}

.hr3 {
  border-top: 1px dashed #ccc;
  height: 0.01em;
  text-align: center;
  overflow: visible;
  margin: 40px 0 60px 0;
}
.hr3::after {
  content: "\002702";
  background: #ecece9;
  color: #a98b8b;
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  top: -1em;
  padding: 0 0.5em;

}

.triangle-bottom {
    display: inline-block;
    border-style: solid;
    border-width: 24px 14px 0 14px;
    border-color: #70594e transparent transparent transparent;
    margin-top: 50px;
    margin-bottom: 20px;
  }

.type{
    width: auto;
    height: auto;
    position:relative;
    padding-top: 50px;
}
.type li{
    display: inline;
    z-index: 2;
    margin-left: 40px;
}

.type li:hover{
    opacity: 0.5;
}


.type ul{
    align-items: center;
    justify-content: center;    
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

.color1{
    color: brown;
}

.yesno{
    color: darkblue;
}