@charset "utf-8";

.prs_head{
  transform: rotate(0.03deg);
  font-weight: 700;
  line-height: 1.3;
  padding: 0;
  margin: 2em 0;
}
.prs_head h1{
  text-align: center;
  font-size: 1.5em;
  color: #dd4a76;
}


.prs_pictureblock{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 1%;
}
.prs_pictureblock figure{
  display: block;
  width: 49%;
}


.prs_pictureblock img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.prs_pictureblock figcaption{
  text-align: center;
  font-size: 0.875em;
  line-height: 1.8;
}

.prs_description{
  padding:1em;
}

.PRS_body{
  line-height: 1.5;
  padding-bottom:2em;
}
.PRS_body h3{
    font-weight:bold;
    text-align: left;
    color: #10686d;
    font-weight: bold;
    font-size: 1.25em;
  }





@media screen and (max-width:820px){
  .prs_head{margin: 1em 0;}
  .prs_head h1{font-size: 1.25em;text-align: left;}
  .prs_head h1>br{display: none;}
  .prs_head p.prs_headtxt{
    font-size:0.875rem;
  }
  .prs_head p.prs_headtxt span{
    font-size:1.25rem;
  }
  .prs_body h2{width: 100%;}
  .prs_description{
    padding:1em 0;
  }
  .PRS_body h3{font-size: 1.125em;}
}

  @media screen and (max-width:640px){
.prs_pictureblock figure{
  width: 100%;
}
  
}