html .pic-list-wrap .pic-list,
body .pic-list-wrap .pic-list {
  border-radius: 8px;
  padding: 24px;
  background: #fff;
}
html .custom-card,
body .custom-card {
  margin-top: 2rem;
}
html #pictures_content:first-child,
body #pictures_content:first-child {
  clear: both;
}
html #pictures_content .custom-col,
body #pictures_content .custom-col {
  margin-bottom: 24px;
}
html #pictures_content .product,
body #pictures_content .product {
  border-radius: 8px;
  padding: 10px;
  border: 1px solid #dbdade;
  height: 550px;
}
html #pictures_content .product .item-img,
body #pictures_content .product .item-img {
  height: 240px !important;
}
html #pictures_content .product .item-img img,
body #pictures_content .product .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
html #pictures_content .product .pic-info-items,
body #pictures_content .product .pic-info-items {
  padding: 8px;
  font-family: Public Sans;
}
html #pictures_content .product .pic-info-items h3,
body #pictures_content .product .pic-info-items h3,
html #pictures_content .product .pic-info-items h4,
body #pictures_content .product .pic-info-items h4 {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
html #pictures_content .product .pic-info-items h4,
body #pictures_content .product .pic-info-items h4 {
  font-size: 15px;
  color: #6F6B7D;
}
html #pictures_content .product .pic-info-items h3,
body #pictures_content .product .pic-info-items h3 {
  font-size: 24px;
  color: #5D586C;
}
html #pictures_content .product .pic-info-items .date,
body #pictures_content .product .pic-info-items .date {
  margin-top: 24px;
}
html #pictures_content .product .pic-info-items .date h4,
body #pictures_content .product .pic-info-items .date h4 {
  color: #A8AAAE;
}
html #pictures_content .product .pic-info-items .profile h4,
body #pictures_content .product .pic-info-items .profile h4 {
  line-height: 22px;
}
html #pictures_content .product .pic-info-items .icon-btns,
body #pictures_content .product .pic-info-items .icon-btns {
  position: absolute;
  bottom: 24px;
  left: 36px;
  display: flex;
  align-items: center;
}
html #pictures_content .product .pic-info-items .icon-btns .icon-btn,
body #pictures_content .product .pic-info-items .icon-btns .icon-btn {
  display: flex;
  align-items: center;
  color: #7367F0;
  margin-right: 8px;
}
html .custom-container .grid-container,
body .custom-container .grid-container {
  display: grid;
  grid-template-columns: 100px auto;
  column-gap: 24px;
  align-items: center;
}
html .custom-container .grid-container-2,
body .custom-container .grid-container-2 {
  display: grid;
  grid-template-columns: auto 150px;
  row-gap: 10px;
}
html .custom-container .contact-box,
body .custom-container .contact-box {
  margin-top: 7rem;
  padding: 2rem;
  display: flex;
  background: #fff;
}
html .custom-container .avatar,
body .custom-container .avatar {
  max-height: 100px;
  max-width: 100px;
}
html .custom-container .avatar img,
body .custom-container .avatar img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}
html .custom-container .contact-information,
body .custom-container .contact-information {
  display: flex;
  align-items: center;
  justify-self: flex-end;
}
html .custom-container .phone,
body .custom-container .phone {
  white-space: nowrap;
}
html .custom-container .adress,
body .custom-container .adress,
html .custom-container .phone a,
body .custom-container .phone a {
  display: flex;
  align-items: center;
}
html .custom-container .adress .icon-grid,
body .custom-container .adress .icon-grid,
html .custom-container .phone a .icon-grid,
body .custom-container .phone a .icon-grid {
  margin-right: 12px;
}
html .custom-container .phone a,
body .custom-container .phone a {
  justify-content: center;
}
html .custom-container .info,
body .custom-container .info {
  display: flex;
  align-items: center;
  max-height: 80px;
  width: 100%;
  padding-right: 20px;
}
html .custom-container .nickname,
body .custom-container .nickname {
  font-size: 18px;
}
html .custom-container .item,
body .custom-container .item,
html .custom-container .item a,
body .custom-container .item a {
  font-size: 15px;
  color: #4B465C;
}
html .custom-container .item .whatsapp,
body .custom-container .item .whatsapp,
html .custom-container .item a .whatsapp,
body .custom-container .item a .whatsapp {
  background: #28C76F;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  max-width: 110px;
}
html .custom-card,
body .custom-card {
  box-shadow: 0px 4px 18px 0px rgba(75, 70, 92, 0.1);
  border-radius: 8px;
}
@media (max-width: 1024px) {
}
@media (max-width: 576px) {
  html .custom-container .contact-box,
  body .custom-container .contact-box {
    margin-left: 0;
    margin-right: 0;
    margin-top: 2rem;
  }
  html .custom-container .avatar,
  body .custom-container .avatar {
    display: flex;
    align-items: center;
    height: 100%;
  }
  html .custom-container .avatar img,
  body .custom-container .avatar img {
    border-radius: 12px;
  }
  html .custom-container .grid-container-2,
  body .custom-container .grid-container-2 {
    display: grid;
    grid-template-columns: repeat(1, auto);
    grid-template-rows: repeat(5, auto);
    row-gap: 10px;
  }
  html .custom-container .grid-container-2 .phone,
  body .custom-container .grid-container-2 .phone {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 5;
  }
  html .custom-container .grid-container-2 .adress,
  body .custom-container .grid-container-2 .adress {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 5;
    grid-row-end: 6;
  }
  html .custom-container .grid-container-2 .whatsapp,
  body .custom-container .grid-container-2 .whatsapp {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 6;
    grid-row-end: 7;
  }
}
@media (max-width: 280px) {
  html .avatar,
  body .avatar {
    margin-bottom: 10px;
  }
  html .grid-container,
  body .grid-container {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
