#insta .insta-items-wrapper {
  width: 100%;
  margin: 0 auto 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
#insta .insta-items-wrapper .insta-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  word-break: break-all;
  overflow: hidden;
}
@media (width < 430px) {
  #insta .insta-items-wrapper .insta-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
#insta .insta-items-wrapper .insta-item .img-box {
  width: 360px;
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  background-color: rgb(70, 92, 115);
}
@media (width < 430px) {
  #insta .insta-items-wrapper .insta-item .img-box {
    width: 100%;
  }
}
#insta .insta-items-wrapper .insta-item .img-box img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#insta .insta-items-wrapper .insta-item .img-box:has(a):hover img {
  -webkit-transform: scale(1.06);
      -ms-transform: scale(1.06);
          transform: scale(1.06);
  opacity: 0.8;
}
#insta .insta-items-wrapper .insta-item .info-box {
  padding: 0 4%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1;
}
@media (width < 430px) {
  #insta .insta-items-wrapper .insta-item .info-box {
    padding: 20px 5% 30px;
  }
}
#insta .insta-items-wrapper .insta-item .info-box .time {
  font-size: 1.6rem;
}
#insta .insta-items-wrapper .insta-item .info-box .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 1.5em;
}
@media (width < 430px) {
  #insta .insta-items-wrapper .insta-item .info-box .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 0.7em;
    gap: 0.5em;
  }
}
#insta .insta-items-wrapper .insta-item .info-box .title span {
  font-size: 1.6rem;
  display: block;
}
@media (width < 430px) {
  #insta .insta-items-wrapper .insta-item .info-box .title span {
    font-size: 0.5em;
    opacity: 0.8;
  }
}
#insta .insta-items-wrapper .insta-item .info-box .title span:before {
  content: "to";
  width: 1em;
  margin-right: 0.5em;
}
#insta .insta-items-wrapper .insta-item .info-box .caption {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: justify;
  margin-top: 1em;
}
@media (width < 430px) {
  #insta .insta-items-wrapper .insta-item .info-box .caption {
    font-size: 1.5rem;
    line-height: 1.65;
  }
}/*# sourceMappingURL=pg_lifestyle.css.map */