.values {
  width: calc(100% - 30px);
  max-width: 1600px;
  margin: 0 auto;
  padding: 3rem 0;
}
.values .texts p:first-child {
  margin: 1rem 0;
  padding: 0 10px;
  border-radius: 15px;
  background-color: rgba(3, 138, 157, 0.3);
  color:#038a9d;
}
.values .texts h3 {
  font-size: 1.6rem;
  font-weight: bold;
}
.values .texts h3 span {
  background-color: #e5f5d0;
  border-radius: 15px;
}
.values .texts p:last-child {
  font-size: 1rem;
  color: #636060;
}
.values .dish {
  background-color: #e9f1fe;
}
.values .dish {
  padding: 3rem 2rem;
  border-radius: 20px;
  margin: 1rem 0;
  height: 95%;
}
.values .dish img {
  width: 50px;
  height:50px;
}
.values .dish .title {
  margin: 1.3rem 0;
  font-size: 1.5rem;
  font-weight: bold;
}
.values .dish .texts .title {
  font-size: 2rem;
  font-weight: bold;
}
.values .dish .texts .subtitle {
    font-size:1rem;
  margin: 1rem 0;
}
.values .dish .texts a {
  text-decoration: none;
  text-align: center;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
    background-color: #038a9d;
    border: 2px solid #038a9d;
    color: #ffffff;
  border-radius: 20px;
  margin-top: 20px;
  transition:all 0.2s linear;
}
.values .dish .texts a:hover{
    background-color: transparent;
    color: #038a9d;
}
@media (min-width: 586px) {
  .values .texts h3 {
    font-size: 1.9rem;
  }
}
@media (min-width: 992px) {
  .values {
    width: calc(100% - 8rem);
  }
  .values .texts h3 {
    font-size: 2.5rem;
  }
  .values .dish .texts a {
    width: 250px;
  }
}
@media (min-width: 1200px) {
  .values .dish .texts {
    width: 60%;
  }
}