@media only screen and (max-width: 375px) {
  #maestro .section-title {
    margin-top: -1rem;
    margin-bottom: 2rem;
  }
}
#maestro .section-text {
  width: 737px;
  margin: 0 auto;
  line-height: 1.5625rem;
}
@media only screen and (max-width: 1366px) {
  #maestro .section-text {
    width: 525px;
    line-height: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  #maestro .section-text {
    width: 100%;
  }
}
@media only screen and (max-width: 505px) {
  #maestro .section-text {
    font-size: 0.75rem;
  }
}
#maestro .block-responsive {
  margin-top: 4.3em;
}
@media only screen and (max-width: 768px) {
  #maestro .block-responsive {
    justify-content: space-between;
  }
}
#maestro .block-responsive .card {
  flex-basis: 31%;
}
@media only screen and (max-width: 768px) {
  #maestro .block-responsive .card {
    flex-basis: 49%;
  }
}
@media only screen and (max-width: 505px) {
  #maestro .block-responsive .card {
    flex-basis: 99%;
    margin-bottom: 3rem;
  }
}
#maestro .block-responsive .card-img {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 7rem;
}
#maestro .block-responsive .card-img__out {
  width: 70%;
  height: auto;
}
@media only screen and (max-width: 1366px) {
  #maestro .block-responsive .card-img {
    width: 4rem;
    height: 4rem;
  }
}
#maestro .block-responsive .card-img__svg {
  stroke: #1d9d6f;
  stroke-width: 1;
}
@media only screen and (max-width: 1366px) {
  #maestro .block-responsive .card-img__svg {
    stroke-width: 0;
  }
}
#maestro .block-responsive .card-title {
  margin: 3em 0 1.5em;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: bold;
}
@media only screen and (max-width: 1366px) {
  #maestro .block-responsive .card-title {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
#maestro .block-responsive .card-text {
  width: 80%;
  margin: 0 auto 1em;
  color: #464547;
  font-size: 1rem;
  line-height: 1.1875rem;
}
@media only screen and (max-width: 1366px) {
  #maestro .block-responsive .card-text {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
}
