*{
  margin: 0;
  padding: 0;
}
p {
  display: block;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.rcpy-c{
  width: 100%;
}
.rcpy-cont{
  width: 67%;
  margin: 0 auto;
}
.sect{
  margin: 3vw auto;
}
.rcpy-title{
  margin-bottom: 3vw;
}
.rcpy-title p{
  font-size: 2.5vw;
  color: #3d3d3d;
  text-align: center;
  font-weight: 600;
}
.rcpy-text p{
  text-align: justify;
  font-size: 0.8vw;
  line-height: 1.6vw;
  color: #424242;
  text-indent: 1.6vw;
}

@media screen and (max-width: 1920px){
  .rcpy-text p{
    font-size: 1vw;
    line-height: 2vw;
    text-indent: 2vw;
  }
}
@media screen and (max-width: 1024px){
  .rcpy-cont{
    width: 92%;
    margin: 35px auto;
  }
  .rcpy-title p{
    font-size: 4vw;
  }
  .rcpy-text p{
    font-size: 2.6vw;
    line-height: 4.8vw;
    text-indent: 5.2vw;
  }
}
@media screen and (max-width: 767px){
  .rcpy-title p{
    font-size: 6vw;
  }
  .rcpy-text p{
    font-size: 4vw;
    line-height: 6vw;
    text-indent: 8vw;
  }
}