.post85-img-size img {
  width: 100%;
  height: auto;
}

.post85-h2-img img{
 width: 100%;
}

.post85-flex {
  display: flex;
  justify-content: space-between;
  width: 80%;
}

.post85-flex2 {
  display: flex;
  justify-content: space-between;
}

.post85-a-color a {
  color: blue;
  text-decoration: underline blue;
}

.post85-a-color a:hover {
  color: red;
  text-decoration: underline red;
}

.post85-bold {
  font-weight: bold;
}

.post85-width {
  width: 25%;
}

.post85-blue {
  color: blue;
}

.post85-margin-top {
  margin-top: 10px;
}


@media screen and (max-width: 768px) {
  .post85-flex {
    display: inline;
  }

  .post85-a-color {
    margin-top: 10px;
  }

  .post85-flex2 {
    display: inline;
    justify-content: space-between;
  }

}