.matzab-box {
  max-width: 1200px;
  margin: 0 auto 0;
  background-color: #f3f8fb;
  padding: 1rem;
  line-height: 1.6;
}
.matzab {
  width: 100%;
}
.matzab_head {
  order: -2;
  padding: 1rem;
  color: #085aae;
}
.matzab_bordered-center {
  border-left: 6px solid #085aae;
  padding-left: 1rem;
}
.matzab_subtitle {
  margin: 0;
  bottom: -3px;
  font-size: 1.25rem;
  line-height: 2.125rem;
  text-transform: uppercase;
}
.matzab_content {
  padding: 0 1rem;
  text-align: justify;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 1rem;
}
.matzab_ul {
  list-style-type: none;
  padding: 0 1rem;
  text-align: left;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 1rem;
}
.matzab_img1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 1rem;
  align-self: center;
  justify-self: center;
}
.matzab_img2 {
  margin: 1rem auto 0 auto;
  width: 300px;
  overflow: hidden;
  background-color: khaki;
}
.matzab_img_1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 1rem;
}
.matzab_img {
  width: 300px;
  height: auto;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 640px) {
  .matzab {
    width: 80%;
    margin-top: 1%;
    margin-left: 10%;
    margin-right: 10%;
  }
}
