img{
    width: 100%;
}
.wp-block-buttons {
    padding: 0;
}
.ph_anim {
    position: relative;
    width: calc(100% - 50px);
}
.ph_anim:after{
    content: "";
    position: absolute;
    width: 100%;
    height: calc(50% + 50px);
    bottom: -50px;
    right: -50px;
    z-index: -1;
    background-image: url('../media/ph_anim.png');
    background-size: cover;
}
.custom_list {
    padding-left: 24px;
}
.custom_list li {
  list-style: none;
  position: relative;
  padding-left: 5px;
}
.custom_list li::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('../media/check_list.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.img_container {
    position: relative;
    min-height: 100vh;
}
.img_container figure{
    position: absolute;
}
.img_container figure:first-child{
    width: 80%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.img_container figure:last-child{
    width: 60%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 5px solid #D9D9D9;
    border-radius: 25px;
}