.mainviual{
  height: 40vh;
  width: 100%;
  position: relative;
  z-index: 0;
  background: url(../img/request/main_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  & h1{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
    color: #fff;
    text-shadow: 1px 1px 3px #3b3b3b;
    letter-spacing: 1px;
    line-height: 1.7;
    font-size: 200%;
    text-align: center;
  }
}

.content{
  width: 95%;
  margin: 40px auto 120px;
  .c_text{
    margin: 0 auto 60px;
    text-align: justify;
    letter-spacing: 1px;
    line-height: 1.7;
    .s_title{
      color: #F66;
      font-size: 140%;
      display: block;
      margin-bottom: 10px;
    }
    .naim{
      display: block;
      text-align: right;
    }
  }
}