.about-page ul.insta-images {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding: 0;
}
.about-page ul.insta-images li {
  margin-bottom: 10px;
  display: inline-block;
  width: calc((100% - 30px) / 4);
  margin-right: 10px;
}
.about-page ul.insta-images li img {
  height: 222px;
  width: 100%;
  object-fit: cover;
}
.about-page ul.insta-images li:nth-child(4n+4) {
  margin-right: 0;
}
.about-page .left-block {
  margin-bottom: 15px;
}
.about-page .left-block img {
  width: 100%;
}
.about-page .left-block .bg-block {
  position: relative;
  margin-top: -1px;
  padding: 16px;
  background: #003B68

;
}
.about-page .left-block .bg-block h3 {
  color: #CDAC4C;
  font-size: 30px;
  letter-spacing: 3px;
}
.about-page .left-block .bg-block h4 {
  color:  #CDAC4C;
  font-size: 20px;
}
.about-page .left-block .bg-block a {
  display: block;
  color:  #CDAC4C;
  font-size: 16px;
  margin-top: 10px;
}
.about-page .left-block .bg-block a img {
  margin-right: 10px;
  vertical-align: baseline;
  max-width: 14px;
  filter: invert(1);
  
 
}

@media (max-width: 767px) {
  .about-page ul.insta-images li {
    width: calc((100% - 10px) / 2);
  }
  .about-page ul.insta-images li img {
    height: 130px;
  }
  .about-page ul.insta-images li:nth-child(4n+4) {
    margin-right: 10px;
  }
  .about-page ul.insta-images li:nth-child(2n+2) {
    margin-right: 0 !important;
  }
  .about-page .left-block img.avatar {
    max-width: 96%;
    display: block;
    margin: 0 auto;
  }
  .about-page .left-block .bg-block {
    padding: 15px;
  }
  .about-page .left-block .bg-block h3 {
    font-size: 26px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-page ul.insta-images li {
    width: calc((100% - 10px) / 2);
  }
  .about-page ul.insta-images li img {
    height: 150px;
  }
  .about-page ul.insta-images li:nth-child(4n+4) {
    margin-right: 10px;
  }
  .about-page ul.insta-images li:nth-child(2n+2) {
    margin-right: 0 !important;
  }
  .about-page .left-block .bg-block h3 {
    font-size: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-page ul.insta-images li img {
    height: 175px;
  }
  .about-page .left-block .bg-block h3 {
    font-size: 30px;
  }
}

/*# sourceMappingURL=insta-images.css.map */
