.circle {
  padding: 20px;
  width: 120px;
  height: 120px;
  border: 12px solid;
  border-color: #3a722d;
  border-radius: 50%;
}

.side-foto {
  border-radius: 3px;
  width: 80%;
  width: 100%;
  max-height: 350px;
  margin: 0 20px;
}

.min-wid {
  min-width: 140px;
}

.max-wid {
  max-width: 600px;
}

.tasto {
  background-color: #f0bd00;
}

.dir-col {
  flex-direction: column;
}

.reverse {
  flex-direction: row-reverse;
}

.blocco-completo {
  margin: 5vmax 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.575);
  padding: 20px;
  border-radius: 3px;
}

.container > img {
  width: 300px;
  margin: auto;
}

.container {
  display: flex;
  flex-direction: column;
}

.img-cont {
  min-width: 300px;
  max-width: 400px;
  margin: 20px 0;
  width: 80%;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  background-position: center;
}

@media screen and (max-width: 760px) {
  h3 {
    text-align: center;
  }
  .container > img {
    width: 100%;
  }
}/*# sourceMappingURL=chisiamo.css.map */