/* Updates - 10/7/2022 */
#about.page-section{
  background-color: #0175C8 !important;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.btn-custom-blue{
  background: #0175C8;
}

/* #paperibc .swiper-slide{
  height: 70vh;
} */
.mySwiper .swiper-slide{
  flex-wrap: wrap;
}
.mySwiper .swiper-slide a{
  text-decoration: none;
}

.mySwiper .swiper-slide .img-fluid{
  max-width: 54vw;
  margin: 0 auto;
}

.page-section.bg-dark{
  padding: 1rem 0;
}

#paperibc .portfolio-box{
  position: relative;
  display: block;
}
.img-tag-wrap {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 84px 15px 16px;
  flex-wrap: wrap;
  background: #0175C8 !important;
}
.img-tag-wrap p{
  margin-bottom: 0;
}
