.center-box {
  max-width: 1200px;
  margin: 0 auto 0;
  background-color: #f3f8fb;
  padding: 1rem;
  line-height: 1.6;
}
.center__head {
	margin-left:0;
  padding: 1rem;
  color: #085aae;
}
.center__bordered-center {
  border-left: 6px solid #085aae;
  padding-left: 1rem;
}
.center__subtitle {
  margin: 0;
  bottom: -3px;
  font-size: 1.25rem;
  line-height: 2.125rem;
  text-transform: uppercase;
}
.content-row {
  margin-bottom: 1rem;
}
.img-box {
  margin-bottom: 1rem;
}
.img-box__img,
.images-box__img {
  width: 100%;
  max-width: 100%;
  height: 300px;
  object-fit: cover;
  line-height: top;
}
.images-box__item {
  margin-bottom: 1rem;
}
.content-row_centered p {
  text-align: justify;
}

.clearfix::after,
.clearfix::before {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (min-width: 640px) {
  .img-box {
    width: 80%;
    margin: auto;
  }
  .images-box {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(300px, auto));
  }
}

@media only screen and (min-width: 760px) {
  .img-box {
    width: 60%;
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  .center__head {
    max-width: 740px;
    margin: auto;
	margin-left:0;
  }

  .img-box {
    width: inherit;
    margin: 0 0 0 1rem;
    float: right;
  }
  .img-box__img {
    width: 390px;
    height: 390px;
    position: relative;
    top: 21px;
  }
}
