.test {
  width: 100%;
  margin: 4rem auto;
  overflow: hidden;
  position: relative;
  padding: 3rem 0;
  background: url("../image/jastsho-ir-home-9.webp") center no-repeat;
  background-size: cover;
  color: #ffffff;
  max-width: 1600px;
}
.test .row {
  width: calc(100% - 20px);
  margin: 0 auto;
}
.test .text {
  margin-bottom: 2rem;
}
.test .text p {
  font-size: 30px;
  font-weight: bold;
}
.test .text p span {
  color: #f92219;
}
.test .paragraph {
  font-size: 15px;
  text-align: center;
}
.test .row a {
  color: #ffffff;
  text-decoration: none;
  padding: 5px 15px;
  border: #ffffff 1px solid;
  border-radius: 10px;
}
.test .row a i {
  transform: scaleX(-1);
  font-size: 13px;
}
@media (min-width: 768px) {
  .test .text {
    margin-top: 2rem;
  }
  .test .text p {
    font-size: 50px;
    font-weight: bold;
  }
}
@media (min-width: 992px) {
  .test .row {
    width: calc(100% - 140px);
  }
  .test .text p {
    font-size: 80px;
    margin-top: 7rem;
  }
}
